1.0.0 - stable
This version marks the first release of Locker. The code has been documented and a quick start guide is available here.
New in this version:
- Locker provides easy encrypted storage, with an accessible API. Passwords are stored using
Scrypt
and a master password is derived withPBKDF2
. Encryption, password storage and password derivation are all done throughcryptography
.