password manager with aes encryption
Go to file
Antoine 91898250bc Add base64 encryption for aes key and aes IV 2020-04-29 00:25:41 +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 Add base64 encryption for aes key and aes IV 2020-04-29 00:25:41 +02:00
lib Add base64 encryption for aes key and aes IV 2020-04-29 00:25:41 +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 fix gitignore 2020-04-27 23:22:40 +02:00
Makefile Add base64 encryption for aes key and aes IV 2020-04-29 00:25:41 +02:00
aes.hpp Add base64 encryption for aes key and aes IV 2020-04-29 00:25:41 +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 Add base64 encryption for aes key and aes IV 2020-04-29 00:25:41 +02:00
mainCrypt.cpp little fix 2020-04-27 23:13:55 +02:00
mainDecrypt.cpp Add base64 encryption for aes key and aes IV 2020-04-29 00:25:41 +02:00
readme.md add pandoc to makefile to generate html from markdown 2020-04-27 23:13:55 +02:00

readme.md

author date title subtitle abstract description lang
Antoine Roux <antoinroux@hotmail.fr> 2020-04-27T02:17:42+02:00 cryptomain.ex aes crypt / decrypt allow to crypt and decrypt file with aes algorithm this repository contain aes c++ program this program allow to crypt and decrypt file en-GB

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.

😃