B4J Question encrypt password for mysql PASSWORD function

le_toubib

Active Member
Licensed User
Longtime User
hi all
i connect to a mysql db with a b4x <-> php <-> mysql

i encrypted the passwords columns using the mysql function PASSWORD(`column`)
while i can receive the row password in a post string and encrypt it in the SQL string inside the php b4 validation ,
but i would like to encrypt it in b4j b4 sending it to php ...

how to encrypt it in b4j .. which library to use and which protocol to fit with the mysql PASSWORD function?
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top