pass metadata and configuration with yaml file instead to put it into makefile and markdown file This permit pretty mardown rendering into gitea GUI
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.
😃
Description
Languages
C++
91.7%
Makefile
8.3%