Skip to content

Commit 844e918

Browse files
Update README.md
1 parent ce5fac3 commit 844e918

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# FastRC4 - LibARC4
22

33
> **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.**
4+
>> The RC4 algorithm validity is checked with lddgo.net API to be sure is correct.
45
56
## Description
67

@@ -71,4 +72,4 @@ secret = rc4.decrypt(cipher)
7172

7273
## Licence
7374

74-
Licensed under the [GPL, version 3](https://www.gnu.org/licenses/).
75+
Licensed under the [GPL, version 3](https://www.gnu.org/licenses/).

0 commit comments

Comments
 (0)