|
11 miesięcy temu | |
---|---|---|
bin | 1 rok temu | |
data | 11 miesięcy temu | |
doc | 11 miesięcy temu | |
lib/base64 | 11 miesięcy temu | |
obj | 1 rok temu | |
.editorconfig | 1 rok temu | |
.gitignore | 11 miesięcy temu | |
Makefile | 11 miesięcy temu | |
aes.hpp | 11 miesięcy temu | |
crypt.hpp | 1 rok temu | |
decrypt.hpp | 1 rok temu | |
doxygen.conf | 11 miesięcy temu | |
main.cpp | 11 miesięcy temu | |
mainCrypt.cpp | 1 rok temu | |
mainDecrypt.cpp | 11 miesięcy temu | |
pandocConfig.yaml | 11 miesięcy temu | |
readme.md | 11 miesięcy temu |
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.
:smiley:
archlinux setup :
pacman -S jsoncpp
gcc lib flag are retrieve thanks to pkg-config tool
cpp documentation is generated thanks to doxygen
use make doc to generate doxygen documentation