Hi, all.
Have anyone ever implemented strings encrypting with libmcrypt?
Especially, interested in MCRYPT_RIJNDAEL_256 with MCRYPT_OFB mode.
Tried to implement following the example from docs, but always gaining segmentation fault. Seems to me, that i missed something with iv size and block buffer size.
Would be happy, if somebody provide piece of code.