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