Skip to content
This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
/ libar2 Public archive

[Feature complete] Library for the Argon2-family of hashing functions

License

Notifications You must be signed in to change notification settings

maandree/libar2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repo has been moved to Codeberg and may be out of date on GitHub.
Canonical repo: https://codeberg.org/maandree/libar2


NAME
	libar2 - Library for the Argon2-family of hashing functions

DESCRIPTION
	libar2 is a 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
	crypt(3), libar2simplified(7)