https://github.com/rust-keylock/rust-keylock-shell
Command line implementation for the rust-keylock-lib
https://github.com/rust-keylock/rust-keylock-shell
encryption password-manager rust-lang
Last synced: 7 months ago
JSON representation
Command line implementation for the rust-keylock-lib
- Host: GitHub
- URL: https://github.com/rust-keylock/rust-keylock-shell
- Owner: rust-keylock
- License: gpl-3.0
- Created: 2017-02-14T11:55:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2024-03-06T14:47:34.000Z (over 1 year ago)
- Last Synced: 2024-10-21T01:34:36.398Z (8 months ago)
- Topics: encryption, password-manager, rust-lang
- Language: Rust
- Homepage: https://rust-keylock.github.io/
- Size: 86.9 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

[](https://crates.io/crates/rust_keylock_shell)___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](https://github.com/rust-keylock/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](https://rustup.rs/), simply issue
```shell
cargo install rust_keylock_shell
```Run the application:
`$ rust-keylock`
# Build
* Install [Rust](https://rustup.rs/)
* Clone the code:
```shell
mkdir tmp
cd tmp
git clone https://github.com/rust-keylock/rust-keylock-shell.git
```* Build:
```shell
cd rust-keylock-shell
cargo build
```
* Run:```shell
./target/release/rust_keylock`
```
# More info* [FAQ](https://rust-keylock.github.io/faq/rkl/)
* [Wiki](https://rust-keylock.github.io/wiki/)