aboutsummaryrefslogtreecommitdiff
path: root/security/aescrypt
Commit message (Collapse)AuthorAgeFilesLines
* Perform some much-needed work on aescrypt that somehow lingered forPeter Pentchev2008-06-083-6/+19
| | | | | | | | | | | | | | | seven years... - make aesget actually work with the default keysize (initialize it!) - do not overflow the key filename buffers while parsing command-line options - break out common code into a single file - make the read()/write() loops a bit more robust - fix lots of compiler warnings - use snprintf() instead of strcpy()/strcat() - write mdoc manual pages for aescrypt(1) and aesget(1) - install the binaries and the manual pages with the correct permission mode Notes: svn path=/head/; revision=214507
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,Peter Pentchev2004-11-011-1/+1
| | | | | | | | | like, MONTHS ago! Submitted by: Brian Poole <raj@cerias.purdue.edu> Notes: svn path=/head/; revision=120589
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Remove pkg-comment files in my ports.Peter Pentchev2003-02-192-1/+1
| | | | Notes: svn path=/head/; revision=75894
* Update to 0.7, which allows use of 192- and 256-bit keys.Peter Pentchev2001-08-062-2/+2
| | | | Notes: svn path=/head/; revision=45905
* A command-line Rijndael (AES) encryption/decryption utility.Peter Pentchev2000-12-125-0/+43
Notes: svn path=/head/; revision=35931