Skip to content

raklaptudirm/krypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.