Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 467 Bytes

File metadata and controls

10 lines (8 loc) · 467 Bytes

NeoCrypt: A Few Algorithms in ANSI C

NeoCrypt
Just a simple tool for an absolutely insecure encryption scheme.
WARNING! RC4 algorithm is obsolete, and being effected by distinguishing attack. Do not use it to encrypt any sensitive data.

Note

This implementation is written in ANSI C with POSIX.1 C library and should be portable (I guess).