Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Convert CTR_BE from a Filter to a StreamCipher. Must wrap in a ↵ | lloyd | 2009-10-14 | 1 | -4/+3 |
| | | | | | | StreamCipher_Filter to pass it directly to a Pipe now. | ||||
* | Add a new interface CryptoBox which provides basic password-based encryption | lloyd | 2009-08-13 | 1 | -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'. |