diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2019-12-01 08:22:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-12-01 08:22:37 +0700 |
commit | 5af0cc494d01e40c5ad955c3ca41d00f3c82a1b2 (patch) | |
tree | 3c3185dcd48f026ed17ebcc49694007fef372a30 /libraries/libagentcrypt/README | |
parent | 009b0933422140468829d05c8425d8fd43f967a9 (diff) |
libraries/libagentcrypt: Added (symmetric encryption ssh agent).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 0000000000..e5c4f6b738 --- /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. |