raklaptudirm / krypt

Secure terminal Password Manager

Home Page:https://laptudirm.com/x/krypt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The Krypt Password Manager

krypt logo

Installation

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

Commands

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.

About

Secure terminal Password Manager

https://laptudirm.com/x/krypt

License:Apache License 2.0


Languages

Language:Go 99.5%Language:Makefile 0.5%