Expand description

An implementation of the Master Password algorithm.

Don’t forget to initialize libsodium before using.

Structs

Constants

Functions

Create identicon for password and name combination
Generate a 512-bit (64-byte) master key using scrypt.
Low level master key generation function (basically, scrypt).
Generate a readable password from a site seed using templates.
Generate a 256-bit (32-byte) site seed using HMAC-SHA-256.