b4xcipher

  1. Pxs

    Android Question B4xCipher decryption on other platforms

    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 =...
  2. MarkusR

    B4J Question B4XCipher Question

    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.
Top