owner-openssl-us...@openssl.org wrote on 09/30/2009 03:27:56 AM: > On Fri, Sep 18, 2009 at 01:59:12PM -0700, musikit wrote: > > > > again works awesome for strings. however we are realizing there are > > sometimes we just want a 32 bit int or a 64 bit int encrypted and nothing > > else. > > You could just xor the bits with the key.
With XOR, you can toggle a bit in the cleartext by toggling a bit in the ciphertext. This property may or may not be important to you.