On Sun, Jul 09, 2006 at 09:37:12PM +0200, Peter Philipp wrote: > I'm trying to encrypt a stream, per byte (8 bit) instead of per block (usually > 8 bytes) in the kernel. CFB and OFB ciphers are ok if they are a block cipher > as they pretty well can encrypt per byte according to applied cryptography > from > schneier.
What about CTR? OpenBSD can do AES-CTR.