From bf71e9977f0f25c5a4eb4142355e255e08fde8a1 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Tue, 15 Feb 2022 11:49:20 +0100 Subject: Add readme and man pages MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..647e9ad --- /dev/null +++ b/README @@ -0,0 +1,15 @@ +NAME + libar2simplified - Simplified interface for libar2 + +DESCRIPTION + libar2simplified is façade for the libar2 C library that + implements the family of Argon2 key derivation function, + including Argon2d, Argon2i, and Argon2id, as well as + Argon2ds which was not part of the submission to the + Password Hashing Competition of 2013, which Argon2 won in + 2015. As a key derivation function, Argon2 is well-suited + for cryptographically hashing (one-way encrypting) + passwords. + +SEE ALSO + libar2(7), crypt(3) -- cgit v1.2.3-70-g09d2