Skip to content

tguyard/crypteos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

No packages published