We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e701c9 commit f5f414bCopy full SHA for f5f414b
README.md
@@ -7,7 +7,7 @@ The encryption mechanism uses "ssh-keygen -Y" (which consults keys from
7
your ssh-agent) to use your private key to sign a string of "salt" data,
8
then uses the signature as a password for openssl symmetric encryption.
9
The only way to re-create that symmetric key is to re-sign the same salt
10
-with the same pprivate key. The salt, public key, and encryption
+with the same private key. The salt, public key, and encryption
11
parameters are written into the header of the encrypted file so that you
12
don't need to add all these parameters to the decode command.
13
0 commit comments