Expand description
An implementation of the Master Password algorithm.
Don’t forget to initialize libsodium before using.
Structs§
Constants§
Functions§
- create_
identicon - Create identicon for password and name combination
- gen_
master_ key - Generate a 512-bit (64-byte) master key using scrypt.
- gen_
master_ key_ custom - Low level master key generation function (basically, scrypt).
- gen_
site_ password - Generate a readable password from a site seed using templates.
- gen_
site_ seed - Generate a 256-bit (32-byte) site seed using HMAC-SHA-256.