(cfb-encrypt cfb string) -> encrypted-string
Given a CFB key and a string, returns the encrypted string.
Example:
>> (define ciphertext (cfb-encrypt e-cfb "Testing")) :: #f >> ciphertext :: "b?ct???B?z??"