https://github.com/maandree/libar2simplified
Façade for libar2
https://github.com/maandree/libar2simplified
argon2 argon2d argon2ds argon2i argon2id c-library crypt cryptographic-hash key-derivation-function libar2 password-hash password-hashing-scheme security
Last synced: 23 days ago
JSON representation
Façade for libar2
- Host: GitHub
- URL: https://github.com/maandree/libar2simplified
- Owner: maandree
- License: isc
- Created: 2022-02-14T20:30:01.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2026-05-10T18:07:31.000Z (2 months ago)
- Last Synced: 2026-05-10T20:13:04.212Z (2 months ago)
- Topics: argon2, argon2d, argon2ds, argon2i, argon2id, c-library, crypt, cryptographic-hash, key-derivation-function, libar2, password-hash, password-hashing-scheme, security
- Language: C
- Homepage: https://codeberg.org/maandree/libar2simplified
- Size: 72.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
NAME
libar2simplified - Simplified interface for libar2
DESCRIPTION
libar2simplified is a façade for the libar2 C library that
implements the family of Argon2 key derivation functions,
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)