Hello
I've been using b4xCipher to encrypt/decrypt strings in a text file before sharing it (with a secret static key) in my android app, with this very simple implementation:
Sub EncryptString(text As String, password As String) As String
Dim c As B4XCipher
Dim e() As Byte
e =...
hello,
is it possible that .Encrypt always generate a new byte array sequence with same given password argument?
that would mean if me test a login password
the compare with .Decrypt make the stored password temporary readable.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.