data type to save RNcryptor output in sqlite

237 Views Asked by At

I am using RNCryptor to encrypt my data. I want to save that encrypted data and store in sqlite and the retrieve it back and send to decrypt function.

I have tried saving encrypted output as string in sqlite but it does not work.

Can someone suggest what data type can i use?

will using blob be a better option? thanks

0

There are 0 best solutions below