summaryrefslogtreecommitdiff
path: root/security/lep (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-10-09Remove WWW: None.Bill Fenner1-1/+0
Notes: svn path=/head/; revision=144642
2004-05-21- Update to version 0.41Kirill Ponomarev2-3/+3
PR: ports/66995 Submitted by: maintainer Notes: svn path=/head/; revision=109647
2004-05-17- Update to version 0.40Kirill Ponomarev2-3/+3
PR: ports/66747 Submitted by: maintainer Notes: svn path=/head/; revision=109343
2004-05-15- Update to version 0.31Kirill Ponomarev2-3/+3
PR: ports/66666 Submitted by: maintainer Notes: svn path=/head/; revision=109212
2004-05-15Add lep 0.30,Kirill Ponomarev3-0/+35
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> Notes: svn path=/head/; revision=109197