password manager with aes encryption
Go to file
Antoine 9d896d5c3a little fix 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
.editorconfig add editorconfig 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 add editorconfig 2020-04-27 23:13:55 +02:00
aes.modulaire.cpp repository cleaning 2020-04-27 23:13:55 +02:00
crypt.hpp add editorconfig 2020-04-27 23:13:55 +02:00
decrypt.hpp add editorconfig 2020-04-27 23:13:55 +02:00
main.cpp little fix 2020-04-27 23:13:55 +02:00
mainCrypt.cpp little fix 2020-04-27 23:13:55 +02:00
mainDecrypt.cpp add editorconfig 2020-04-27 23:13:55 +02: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.