Hi All,
Hopefully this is in the right section -
I'm working on a B4A app, that uses b4j server with jrdc2 connector to mysql server (this is all working fine) - I then have my friend work on php website, which he's connecting to the same mySQL server.
I would like to get a login/register system in place and keeping security I would need the password to be encrypted - I have found multiple posts here to get encryption working and I can save that in mySQL. So my question would be - what would be the best encryption method so both platforms(b4a, php) can read encrypt the password?
Thank you
Hopefully this is in the right section -
I'm working on a B4A app, that uses b4j server with jrdc2 connector to mysql server (this is all working fine) - I then have my friend work on php website, which he's connecting to the same mySQL server.
I would like to get a login/register system in place and keeping security I would need the password to be encrypted - I have found multiple posts here to get encryption working and I can save that in mySQL. So my question would be - what would be the best encryption method so both platforms(b4a, php) can read encrypt the password?
Thank you