Skip to content

Commit 15aeead

Browse files
author
Ralf Senderek
committed
extend the README description
1 parent 29708f0 commit 15aeead

1 file changed

Lines changed: 11 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,12 @@
11
# cryptlib-tools
2-
AES file encryption tool and a public/private key management tool based on Cryptlib
2+
cryptlib-tools is a collection of single stand-alone tools, that cover all aspects
3+
of one specific encryption problem, be it conventional symmetric file encryption (AES),
4+
public key management, RSA encryption, email message encryption (S/MIME),
5+
CA services or SSH and TLS sessions.
6+
7+
All cryptlib-tools, the AES file encryption tool (claes), the public/private key management
8+
tool (clkeys) and the public key encryption tool (clsmime) are based on Cryptlib and are
9+
coded in Python3.
10+
11+
All cryptlib tools can replace complex OpenSSL code by using Cryptlib and are designed
12+
to interoperate with programs that are widely used and established like gpg2 and openssl.

0 commit comments

Comments
 (0)