-
Notifications
You must be signed in to change notification settings - Fork 1
tguyard/crypteos
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Description =========== crypteos encrypt using the AES algotihm your passwords. It store the passwords in a unique text file. Each password is associated with a service name (For example [email protected] ...). example: # list all the service with passords crypteos-bin --list # add a key crypteos-bin --add "[email protected]" -k # get a key crypteos-bin --get "[email protected]" Each of the previous commands asks for a password. To compile this project you need: ================================ - crypto++ - boost_program-options - cmake (>=2.6) On debian based distribution you can use: sudo apt-get install cmake libcrypto++-dev libboost-program-options-dev Compiling ========= mkdir build cd build ../configure make sudo make install
About
Crypteos encrypt a file to secure your passwords.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published