QuestionQ87
Security FundamentalsWhile working on Linux, a plain-text file (text.txt) must be transferred to another location. Which of the following methods can be used to verify data integrity and detect any change to that file?
- A scp text.txt user@host:/remote/path/
- B sha256sum text.txt
- C zip -e protected.zip text.txt
- D 7z a -tzip -mem=AES256 protected.zip text.txt
Community Discussion