rust_keylock_shell

Crates.iorust_keylock_shell
lib.rsrust_keylock_shell
version0.15.1
sourcesrc
created_at2017-03-22 07:01:18.521429
updated_at2024-03-06 14:51:52.530017
descriptionShell access to the rust-keylock. rust-keylock is a password manager with goals to be Secure, Simple to use, Portable and Extensible.
homepagehttps://rust-keylock.github.io/
repositoryhttps://github.com/rust-keylock/rust-keylock-shell
max_upload_size
id9087
size130,016
Volo-maintainers (github:cloudwego:volo-maintainers)

documentation

README

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

Commit count: 81

cargo fmt