Skip to content

Commit

Permalink
Update decryption section of readme
Browse files Browse the repository at this point in the history
Only the private key is now required to decrypt.
  • Loading branch information
cmd-ntrf committed May 10, 2024
1 parent 2f60a4a commit ab3f405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Use the -l parameter to pass in a label for the encrypted value,

To decrypt something, you need the private_key.

To test decryption you can also use the eyaml tool if you have both keys
To test decryption you can use the eyaml tool

$ eyaml decrypt -f filename # Decrypt a file
$ eyaml decrypt -s 'ENC[PKCS7,.....]' # Decrypt a string
Expand Down

0 comments on commit ab3f405

Please sign in to comment.