Add unix crypt module (#2007)

This commit is contained in:
Florent 2021-09-14 20:38:22 +02:00 committed by GitHub
parent 208da271a7
commit 334e9b3653
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23735,5 +23735,24 @@
"description": "TIC-80 bindings",
"license": "MIT",
"web": "https://github.com/thisago/tic80"
},
{
"name": "nimcrypt",
"url": "https://github.com/napalu/nimcrypt",
"method": "git",
"tags": [
"crypt",
"security",
"crypto",
"md5",
"sha-256",
"sha-512",
"cryptography",
"security"
],
"description": "Implementation of Unix crypt with support for Crypt-MD5, Crypt-SHA256 and Crypt-SHA512",
"license": "MIT",
"web": "https://github.com/napalu/nimcrypt",
"doc": "https://github.com/napalu/nimcrypt/blob/v0.0.1/README.md"
}
]