Added package nimAesCrypt (#2573)

Co-authored-by: Maxime DE CAUMIA BAILLENX <mdecaumiabaillenx@ncelrnd2669.nce.amadeus.net>
This commit is contained in:
Maxime dcb 2023-04-18 15:31:16 +02:00 committed by GitHub
parent 808b080d36
commit c43bdace65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29927,5 +29927,20 @@
"description": "A simple and elegant presentation generator",
"license": "MIT",
"web": "https://github.com/HUSKI3/Nimppt"
},
{
"name": "nimAesCrypt",
"url": "https://github.com/maxDcb/nimAesCrypt",
"method": "git",
"tags": [
"nim",
"aes",
"security",
"aes-256",
"aes-encryption"
],
"description": "Nim file-encryption module that uses AES256-CBC to encrypt/decrypt files.",
"license": "Apache 2.0",
"web": "https://github.com/maxDcb/nimAesCrypt"
}
]