Nim implementation of Master Password algorithm
mpwc is a command line password manager using this library.
nimble install masterpassword
Requires libsodium
import masterpassword
let
mkey = getMasterKey(pass = "The Secret Password", name = "Solitude")
key = getSiteKey(mkey, "github.com", 1)
pass = getSitePass(key, templateLong)