rust_keylock_shell 0.8.2

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

Build Status crates.io

rust-keylock-shell is the Editor that manages the rust-keylock-lib via the shell.

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 --release
  • Run:
./target/release/rust_keylock`

FAQ

On the Project website.

Wiki

On the Project website.