f2ac14b77d
LEP is my attempt to provide a simple yet effective crypto system that focuses largely on streamlining tasks and less on elaborate inclusion of algorithms (MD5 and Blowfish are the only official algorithms used, both of which are linked in from -lcrypto), and also has some simple implementations of classic cipher design (transposition, byte swapping, caesar, XOR, hex encoding, etc) which can fit into the same operation chain, relieving the need for OS overhead with process spawning and piping. PR: ports/66659 Submitted by: Dmitri Nikulin <setagllib@optusnet.com.au>
8 lines
163 B
Plaintext
8 lines
163 B
Plaintext
LEP - Lesser Encryption Project
|
|
|
|
Provides flexible chaining of simple encryption tasks in a
|
|
lightweight software package.
|
|
|
|
WWW: None yet
|
|
setagllib@optusnet.com.au
|