Registry / crypto / aead-argon2

aead-argon2

JSON →
library0.0.0-20180111183520-a87724528b07gogounverified

Implements the Argon2 key derivation function, winner of the Password Hashing Competition.

go get github.com/aead/argon2
INSTALL
IMPORT
SIG · AEAD-ARGON2
A
aead-argon2
cryptogov0.0.0-20180111183520-a87724528b07
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

argon2
github.com/aead/argon2

Derive a key from a password using Argon2id.

package main import ( "fmt" "github.com/aead/argon2" ) func main() { hash := argon2.IDKey([]byte("password"), []byte("somesalt"), 1, 64*1024, 4, 32) fmt.Printf("%x\n", hash) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20180111183520-a87724528b07latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
37
Resources
aead-argon2 — go get aead-argon2 · libregistry