From 844e9188ce7c71a34e32a734f84f0c529b4269c1 Mon Sep 17 00:00:00 2001 From: mauricelambert <50479118+mauricelambert@users.noreply.github.com> Date: Sat, 24 Feb 2024 15:52:14 +0000 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ed0298d..2b66a97 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # FastRC4 - LibARC4 > **This RC4 implementation is not secure, it is a POC for an optimized RC4 implementation in ASM. You should never use this implementation for TLS, WEP, ... or other old protocols using RC4. You should never use it to encrypt secrets or very large file.** +>> The RC4 algorithm validity is checked with lddgo.net API to be sure is correct. ## Description @@ -71,4 +72,4 @@ secret = rc4.decrypt(cipher) ## Licence -Licensed under the [GPL, version 3](https://www.gnu.org/licenses/). \ No newline at end of file +Licensed under the [GPL, version 3](https://www.gnu.org/licenses/).