S SpaceCow Member Licensed User Longtime User Dec 12, 2011 #1 Hi, When i save some information in an SQL database, is that information encrypted or easy readable for the user? I want to save some secure information and i was wondering if i should save the information encrypted or that the SQL already is encrypted. Thanks!
Hi, When i save some information in an SQL database, is that information encrypted or easy readable for the user? I want to save some secure information and i was wondering if i should save the information encrypted or that the SQL already is encrypted. Thanks!
Erel B4X founder Staff member Licensed User Longtime User Dec 12, 2011 #2 Android doesn't support SQL encryption. You can encrypt the fields yourself and store the data as BLOB fields or you can use a much simpler solution as described here: Encrypting information with RandomAccessFile library Upvote 0
Android doesn't support SQL encryption. You can encrypt the fields yourself and store the data as BLOB fields or you can use a much simpler solution as described here: Encrypting information with RandomAccessFile library