summaryrefslogtreecommitdiff
path: root/security/lep (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update MASTER_SITESMartin Wilke2006-06-121-1/+2
| | | | | | | | | PR: ports/97804 Submitted by: miwi Approved by: krion (mentor) Notes: svn path=/head/; revision=165206
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Remove WWW: None.Bill Fenner2005-10-091-1/+0
| | | | Notes: svn path=/head/; revision=144642
* - Update to version 0.41Kirill Ponomarev2004-05-212-3/+3
| | | | | | | | PR: ports/66995 Submitted by: maintainer Notes: svn path=/head/; revision=109647
* - Update to version 0.40Kirill Ponomarev2004-05-172-3/+3
| | | | | | | | PR: ports/66747 Submitted by: maintainer Notes: svn path=/head/; revision=109343
* - Update to version 0.31Kirill Ponomarev2004-05-152-3/+3
| | | | | | | | PR: ports/66666 Submitted by: maintainer Notes: svn path=/head/; revision=109212
* Add lep 0.30,Kirill Ponomarev2004-05-153-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