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?
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?