B4J Question Hide password 1

besoft

Active Member
Licensed User
Longtime User
In the application, I would like to create a password encryption when logging in to the application. I used:

B4X:
Dim b () As Byte = Cipher.Encrypt (s.GetBytes ("UTF8"), "pwd")

How can I hide my password for encryption? Is it possible to use any certificates such as pem file?
Can anyone give an example?

Or maybe there is another way to encrypt the password or login system. The application should be compliant with CFR21 Part11.


Thank you
 

besoft

Active Member
Licensed User
Longtime User
Thanks for the reply,

Also, the server is an option, can you describe a little more about how to do this with a remote server?

Thank you
 
Upvote 0
Top