password manager with aes encryption
ファイルへ移動
Antoine ca8dbad212 add code documentation generation thanks to doxygen tool 2020-05-17 20:28:03 +02:00
bin
data
doc add code documentation generation thanks to doxygen tool 2020-05-17 20:28:03 +02:00
lib/base64 remove jsoncpp from this repository and use pkg-config + requirement to setup libjsoncpp 2020-05-17 20:11:02 +02:00
obj
.editorconfig
.gitignore add code documentation generation thanks to doxygen tool 2020-05-17 20:28:03 +02:00
Makefile add code documentation generation thanks to doxygen tool 2020-05-17 20:28:03 +02:00
aes.hpp remove jsoncpp from this repository and use pkg-config + requirement to setup libjsoncpp 2020-05-17 20:11:02 +02:00
crypt.hpp
decrypt.hpp
doxygen.conf add code documentation generation thanks to doxygen tool 2020-05-17 20:28:03 +02:00
main.cpp
mainCrypt.cpp
mainDecrypt.cpp
pandocConfig.yaml
readme.md add code documentation generation thanks to doxygen tool 2020-05-17 20:28:03 +02:00

readme.md

this repository contains 3 Main :

  • 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.

😃

requirements

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