Add quickcrypt (#1707)

This commit is contained in:
theAkito 2020-11-11 07:14:58 +01:00 committed by GitHub
parent 84125204ff
commit f048a8a375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14117,6 +14117,32 @@
"license": "ISC",
"web": "https://github.com/alaviss/kmod"
},
{
"name": "quickcrypt",
"url": "https://github.com/theAkito/nim-quickcrypt",
"method": "git",
"tags": [
"akito",
"crypt",
"crypto",
"encrypt",
"encryption",
"easy",
"quick",
"aes",
"cbc",
"aes-cbc",
"nimaes",
"nim-aes",
"permission",
"linux",
"posix",
"windows",
"process"
],
"description": "A library for quickly and easily encrypting strings and text file content.",
"license": "GPL-3.0-or-later"
},
{
"name": "neoid",
"url": "https://github.com/theAkito/nim-neoid",
@ -14138,7 +14164,7 @@
"crypto",
"cryptography"
],
"description": "Executes a program as a user different from the user running `sue`. The target program is `exec`'ed which means, that it replaces the `sue` process you are using to run the target program. This simulates native tools like `su` and `sudo` and uses the same low-level POSIX tools to achieve that, but eliminates common issues that usually arise, when using those native tools.",
"description": "Nim implementation of NanoID, that works with Windows.",
"license": "GPL-3.0-or-later"
},
{