Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/raklaptudirm/krypt

Secure terminal Password Manager
https://github.com/raklaptudirm/krypt

cli password password-manager password-store terminal-based

Last synced: 13 days ago
JSON representation

Secure terminal Password Manager

Awesome Lists containing this project

README

        

# The Krypt Password Manager


krypt logo

### Installation

``` bash
git clone https://github.com/raklaptudirm/krypt.git
cd krypt
make build
./bin/krypt # put this executable in your path
```

### Commands

```bash
krypt add # add a new password to krypt
krypt edit [regexp] # edit a password whose name matches [regex]
krypt help [command] # get help about the provided krypt command
krypt list [regexp] # list the passwords whose names matches [regex]
krypt login # login to krypt with your master password
krypt logout # logout of krypt
krypt rm [regexp] # remove the password whose name matches [regex]
krypt version # get the version information of krypt
```

### License

Krypt is licensed under the [Apache License, Version 2.0](https://opensource.org/licenses/Apache-2.0).