rust_keylock 0.8.0

A password manager with goals to be Secure, Simple to use, Portable and Extensible
Documentation

Build Status crates.io codecov

For Desktop: Get it from the Snap Store

General

rust-keylock is a password manager and its goals are to be:

  • Secure
  • Simple to use
  • Portable
  • Extensible

The core logic is written in Rust, but the presentation/User interaction parts are in different languages.

Features

Security

  • The data is locked with a user-defined master password, using bcrypt password hashing
  • Encryption using AES with CTR mode
  • Data integrity checks with SHA3 (Keccak)
  • Encrypted bytes blending
  • During runtime, the passwords are kept encrypted in memory
  • During runtime, the encryption keys are stored in safe, non-swappable memory
  • Upon saving, the encryption keys change, even if the user master password remains the same. This results to different encrypted products, even if the data that is being encrypted is the same.

Data Availability

  • Synchronization over Nextcloud or Owncloud
  • Export/import encrypted passwords to/from the filesystem
  • Automatic backups

Application Portability

See how to download and install.

FAQ

On the Project website.

Wiki

On the Project website.