18.04 Symetric Hashing Lab

Type:cat ./sample.txtThe contents of the file can be read? True or False?

True

Type:cat./sample.txt.gpgThe contents are readable. True or False?

False

To decrypt the previously encrypted file run the following command:gpg -o ./sample_decrypted.txt ./sample.txt.gpg You will be prompted to enter the passphrase used to encrypt (class). Once you enter that correctly, "sample_decrypted.txt" file will be created on your Desktop folder.Type:cat ./sample_decrypted.txtThe content is readable. True or False? True False

True