Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/raklaptudirm/krypt
- Owner: raklaptudirm
- License: apache-2.0
- Created: 2021-03-10T11:47:59.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-12T07:40:43.000Z (over 2 years ago)
- Last Synced: 2024-12-05T19:38:15.972Z (about 1 month ago)
- Topics: cli, password, password-manager, password-store, terminal-based
- Language: Go
- Homepage: https://laptudirm.com/x/krypt
- Size: 1.46 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# The Krypt Password Manager
### 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).