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/slack-desc | |
parent | 009b0933422140468829d05c8425d8fd43f967a9 (diff) |
libraries/libagentcrypt: Added (symmetric encryption ssh agent).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libagentcrypt/slack-desc')
-rw-r--r-- | libraries/libagentcrypt/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/libraries/libagentcrypt/slack-desc b/libraries/libagentcrypt/slack-desc new file mode 100644 index 0000000000000..5c8cdc5e510dd --- /dev/null +++ b/libraries/libagentcrypt/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +libagentcrypt: libagentcrypt (symmetric encryption with ssh agent) +libagentcrypt: +libagentcrypt: The libagentcrypt library allows using the keys in the SSH Agent to +libagentcrypt: perform symmetric, authenticated encryption and decryption securely +libagentcrypt: without typing passwords. It works with both RSA and ED25519 SSH keys +libagentcrypt: including those made available to a remote host by SSH Agent +libagentcrypt: forwarding. +libagentcrypt: +libagentcrypt: A command line encryption utility 'agentcrypt' is provided. +libagentcrypt: +libagentcrypt: Homepage: https://github.com/ndilieto/libagentcrypt |