From Fedora Project Wiki

Revision as of 07:07, 14 June 2021 by Sumantrom (talk | contribs) (Created page with "{{QA/Test_Case |description=This test case tests a simple file encryption with age |setup= # Ensure the {{package|age}} package is installed |actions= # Run <code>age --passph...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Description

This test case tests a simple file encryption with age

Setup

  1. Ensure the Package-x-generic-16.pngage package is installed

How to test

  1. Run age --passphrase --output /path/of/the/encryted/file.txt /path/to/the/non-encryptedfile.txt
  2. Enter the desired passphrase or leave it empty for auto-genrated passphrase
  3. Try to open the encrypted file

Expected Results

  1. The encrypted file should throw unrecognizable characters
  2. The input non-encrypted file should have no change