password manager with aes encryption
Go to file
antoine ddfce547d7 rename aes.cpp to main.cpp and modify makefile in consequencis 2016-03-07 10:54:50 +01:00
.idea main cryptage et decryptage séparer avec generation de json contenant les clef aes tous semble fonctionne 2016-03-06 20:20:50 +01:00
bin rename aes.cpp to main.cpp and modify makefile in consequencis 2016-03-07 10:54:50 +01:00
data main cryptage et decryptage séparer avec generation de json contenant les clef aes tous semble fonctionne 2016-03-06 20:20:50 +01:00
json main cryptage et decryptage séparer avec generation de json contenant les clef aes tous semble fonctionne 2016-03-06 20:20:50 +01:00
obj main cryptage et decryptage séparer avec generation de json contenant les clef aes tous semble fonctionne 2016-03-06 20:20:50 +01:00
CMakeLists.txt passage en objet fini mais segfault 2016-01-20 20:25:02 +01:00
README.md rename README to README.md 2016-03-07 10:51:56 +01:00
aes.cpp.modulaire main cryptage et decryptage séparer avec generation de json contenant les clef aes tous semble fonctionne 2016-03-06 20:20:50 +01:00
aes.hpp main cryptage et decryptage séparer avec generation de json contenant les clef aes tous semble fonctionne 2016-03-06 20:20:50 +01:00
crypt.hpp fonctionne 2016-01-23 22:57:15 +01:00
decrypt.hpp main cryptage et decryptage séparer avec generation de json contenant les clef aes tous semble fonctionne 2016-03-06 20:20:50 +01:00
jsoncpp.cpp main cryptage et decryptage séparer avec generation de json contenant les clef aes tous semble fonctionne 2016-03-06 20:20:50 +01:00
main.cpp rename aes.cpp to main.cpp and modify makefile in consequencis 2016-03-07 10:54:50 +01:00
mainCrypt.cpp main cryptage et decryptage séparer avec generation de json contenant les clef aes tous semble fonctionne 2016-03-06 20:20:50 +01:00
mainDecrypt.cpp main cryptage et decryptage séparer avec generation de json contenant les clef aes tous semble fonctionne 2016-03-06 20:20:50 +01:00
makefile rename aes.cpp to main.cpp and modify makefile in consequencis 2016-03-07 10:54:50 +01:00

README.md

this repository contains 3 mains :

  • crypto.ex use for test ( take a file, crypt and decrypt this file in one step ) products a crypted and decrypted file.

  • crypt.ex : allow to crypt a file with aes algorithms ./crypt.ex products the crypted file and a json file which contain aes key and aes IV key.

  • decrypt.ex : allow to uncrypt a file from a crypted file and a json key file. ./decrypt.ex products the uncrypted file.