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/).