aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHermes Junior <34722728+OHermesJunior@users.noreply.github.com>2019-06-27 20:57:32 +0200
committerMiran <narimiran@disroot.org>2019-06-27 20:57:32 +0200
commit31c2773a86067c0cb74614bbaf0d9675ccf288dc (patch)
treec8c95ca7f56645a889d0693d6656d1f0dcadde71
parent628f5c42ed2c36359dea66db212572cee4dc6baa (diff)
downloadpackages-31c2773a86067c0cb74614bbaf0d9675ccf288dc.tar.gz
packages-31c2773a86067c0cb74614bbaf0d9675ccf288dc.zip
Added package RC4 (#1105)
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 519f1ac..00b7ab5 100644
--- a/packages.json
+++ b/packages.json
@@ -13618,5 +13618,20 @@
],
"description": "Checks if a provided string is actually a correct IP address. Supports detection of Class A to D of IPv4 addresses.",
"license": "GPLv3+"
+ },
+ {
+ "name": "RC4",
+ "url": "https://github.com/OHermesJunior/nimRC4",
+ "method": "git",
+ "tags": [
+ "RC4",
+ "encryption",
+ "library",
+ "crypto",
+ "simple"
+ ],
+ "description": "RC4 library implementation",
+ "license": "MIT",
+ "web": "https://github.com/OHermesJunior/nimRC4"
}
]