From Fedora Project Wiki
Description
This test case tests a simple file encryption with age
Setup
- Ensure the
age
package is installed
How to test
- Run
age --passphrase --output /path/of/the/encryted/file.txt /path/to/the/non-encryptedfile.txt
- Enter the desired passphrase or leave it empty for auto-genrated passphrase
- Try to open the encrypted file
Expected Results
- The encrypted file should throw unrecognizable characters
- The input non-encrypted file should have no change