diff options
Diffstat (limited to 'libraries/libagentcrypt/README')
-rw-r--r-- | libraries/libagentcrypt/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libraries/libagentcrypt/README b/libraries/libagentcrypt/README new file mode 100644 index 0000000000000..e5c4f6b738b45 --- /dev/null +++ b/libraries/libagentcrypt/README @@ -0,0 +1,6 @@ +The libagentcrypt library allows using the keys in the SSH Agent to +perform symmetric, authenticated encryption and decryption securely +without typing passwords. It works with both RSA and ED25519 SSH keys +including those made available to a remote host by SSH Agent forwarding. + +A command line encryption utility 'agentcrypt' is provided. |