Hi all,
I need to write encrypted data on a MySql DB and then I need to read them with PHP code.
To encrypt data I can use B4XEncryption Lib and the code posted here:
https://www.b4x.com/android/forum/threads/b4xencryption.48177/
How can i write this data on MySql? Whitch kind of type data canI use (perhaps blob or tinyblob)?
And witch PHP code I can use to crypt and de decrypt data?
Thanks in advance
Marco
I need to write encrypted data on a MySql DB and then I need to read them with PHP code.
To encrypt data I can use B4XEncryption Lib and the code posted here:
https://www.b4x.com/android/forum/threads/b4xencryption.48177/
How can i write this data on MySql? Whitch kind of type data canI use (perhaps blob or tinyblob)?
And witch PHP code I can use to crypt and de decrypt data?
Thanks in advance
Marco