Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mauricelambert authored Feb 24, 2024
1 parent ce5fac3 commit 844e918
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -71,4 +72,4 @@ secret = rc4.decrypt(cipher)

## Licence

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

0 comments on commit 844e918

Please sign in to comment.