From ab3f405685a5ac8cbbb838bc650bc0b36d8074ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix-Antoine=20Fortin?= Date: Fri, 10 May 2024 09:22:32 -0400 Subject: [PATCH] Update decryption section of readme Only the private key is now required to decrypt. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b15a715..028e4bc 100644 --- a/README.md +++ b/README.md @@ -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