Does anyone know where to get worked out examples of OpenPGP's CFB mode encryption? I know RFC 4880 explains it very precisely, but I managed to mess it up somehow.
I got one example from asking on stackoverflow, but i cannot get the correct ciphertext, and my calculation seems correct.
printfs to the code or run it in a debugger). OpenSSL and LibTomCrypt both support CFB for a variety of ciphers. – Gilles Jul 7 '12 at 20:33