password manager with aes encryption
Go to file
Antoine 34bc39b252 refactoring variable into Makefile 2020-04-27 23:13:55 +02:00
bin correction des malloc des AES_EVP_CONTEXT utilisation des fonctions proposé par openSSL 2020-04-27 23:13:55 +02:00
data refactoring variable into Makefile 2020-04-27 23:13:55 +02:00
lib repository cleaning 2020-04-27 23:13:55 +02:00
obj correction des malloc des AES_EVP_CONTEXT utilisation des fonctions proposé par openSSL 2020-04-27 23:13:55 +02:00
.gitignore repository cleaning 2020-04-27 23:13:55 +02:00
Makefile refactoring variable into Makefile 2020-04-27 23:13:55 +02:00
README.html ajout de l'analyse c++ avec sonar 2020-04-27 23:13:55 +02:00
README.md rename README to README.md 2016-03-07 10:51:56 +01:00
aes.hpp repository cleaning 2020-04-27 23:13:55 +02:00
aes.modulaire.cpp repository cleaning 2020-04-27 23:13:55 +02:00
crypt.hpp repository cleaning 2020-04-27 23:13:55 +02:00
decrypt.hpp modification crypt.hpp pour fonctionné avec le nouvelle openSSL 'plus de malloc pour les structs EVP' 2020-04-27 23:13:55 +02:00
main.cpp rename aes.cpp to main.cpp and modify makefile in consequencis 2016-03-07 10:54:50 +01:00
mainCrypt.cpp modification crypt.hpp pour fonctionné avec le nouvelle openSSL 'plus de malloc pour les structs EVP' 2020-04-27 23:13:55 +02: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

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.