Android Question B4A, JRDC2 and PHP Website

asmondien

Member
Licensed User
Longtime User
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
 

asmondien

Member
Licensed User
Longtime User
Thank you for your response -

I plan on to get SSL once this is live, but i didn't want to get a cert for dev stage.

I will look into the bcrypt.
 
Upvote 0
Top