K 10 svn:author V 8 cperciva K 8 svn:date V 27 2013-10-29T09:01:37.262539Z K 7 svn:log V 357 Code for performing public-key encryption of a message. To be precise, the message is encrypted using AES256 in CBC mode; and the AES key, the CBC IV, and the SHA256 hash of the plaintext are then encrypted using RSA. In short, think GPG except without the "web of trust" and implemented as a shell script using only utilities in the FreeBSD base system. END