password manager with aes encryption
bin | ||
data | ||
lib | ||
obj | ||
.editorconfig | ||
.gitignore | ||
aes.hpp | ||
aes.modulaire.cpp | ||
crypt.hpp | ||
decrypt.hpp | ||
main.cpp | ||
mainCrypt.cpp | ||
mainDecrypt.cpp | ||
Makefile | ||
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.
😃