Skip to content

Gleam bindings to fast_pbkdf2 NIF for PBKDF2 (Password-Based Key Derivation Function 2) on Erlang.

License

Notifications You must be signed in to change notification settings

yazatamorph/pinkdf2

Repository files navigation

pinkdf2

Package Version Hex Docs

Gleam bindings to the heavily-optimized fast_pbkdf2 NIF for PBKDF2 (Password-Based Key Derivation Function 2) on Erlang.

gleam add pinkdf2@2
import pinkdf2

pub fn main() {
  let assert Ok(key) = pinkdf2.with_defaults("password", pinkdf2.get_salt())
}

Further documentation can be found at https://hexdocs.pm/pinkdf2.

About

Gleam bindings to fast_pbkdf2 NIF for PBKDF2 (Password-Based Key Derivation Function 2) on Erlang.

Topics

Resources

License

Stars

Watchers

Forks