#password-manager #password #manager #secure-password #encryption #encryption-key #safe

app rust_keylock_shell

Shell access to the rust-keylock. rust-keylock is a password manager with goals to be Secure, Simple to use, Portable and Extensible.

16 releases (breaking)

0.15.1 Mar 6, 2024
0.14.0 Sep 30, 2021
0.13.0 Jan 7, 2021
0.12.0 Jun 25, 2020
0.2.1 Mar 22, 2017

#162 in Cryptography

Download history 114/week @ 2024-02-15 16/week @ 2024-02-22 104/week @ 2024-02-29 298/week @ 2024-03-07 8/week @ 2024-03-14 1/week @ 2024-03-28

398 downloads per month

GPL-3.0 license

39KB
846 lines

Build Status crates.io

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

  • Secure
  • Simple to use
  • Portable
  • Extensible

rust-keylock-shell provides command-line access to rust-keylock-lib.

Warning

The project has not yet received any formal / official security reviews. Use it at your own risk.

Install the shell Editor

Provided that Rust and Cargo are installed, simply issue

cargo install rust_keylock_shell

Run the application:

$ rust-keylock

Build

  • Install Rust

  • Clone the code:

mkdir tmp
cd tmp
git clone https://github.com/rust-keylock/rust-keylock-shell.git
  • Build:
cd rust-keylock-shell
cargo build
  • Run:
./target/release/rust_keylock`

More info

Dependencies

~14–32MB
~510K SLoC