Commit Graph

7 Commits

Author SHA1 Message Date
Peter Pentchev
36f1dfc9ac Perform some much-needed work on aescrypt that somehow lingered for
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
2008-06-08 17:54:35 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Peter Pentchev
641e9357ef A long-overdue dequoting of COMMENT. D'oh, I thought I'd done this,
like, MONTHS ago!

Submitted by:	Brian Poole <raj@cerias.purdue.edu>
2004-11-01 17:09:55 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Peter Pentchev
33059bd045 Remove pkg-comment files in my ports. 2003-02-19 16:07:30 +00:00
Peter Pentchev
985249ed60 Update to 0.7, which allows use of 192- and 256-bit keys. 2001-08-06 21:27:11 +00:00
Peter Pentchev
182d890b0b A command-line Rijndael (AES) encryption/decryption utility. 2000-12-12 17:12:36 +00:00