aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptobox/cryptobox.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Convert CTR_BE from a Filter to a StreamCipher. Must wrap in a ↵lloyd2009-10-141-4/+3
| | | | | | StreamCipher_Filter to pass it directly to a Pipe now.
* Add a new interface CryptoBox which provides basic password-based encryptionlloyd2009-08-131-0/+146
in a reasonable way. Low on features, which is rather intentional. There is a version code included in the format so further extensions are possible, if warranted. Inspired by the n-th mailing list request for such a class. Realized it was probably better that I design such code than random people who just want 'something that works'.