Hi! I felt a bit embarrassing to post this question since I wrapped the B4XAES encryption library,
but "if you don't ask you'll never learn" so here goes. I'm having problems to load an encrypted string and decode it.
Please provide examples how you handle strings to byte arrays to feed the encryption methods. In this case B4XEncryption
library (B4XCipher) using AES algorithm. Let's tame the encryption mysteries once and for all
I'd like to add the I've come across posts were it is recommended to use StringUtils to encode/decode strings using EncodeBase64/DecodeBase64
when storing the encrypted string in an Array of Bytes. How to deal with this conversion? Examples?
but "if you don't ask you'll never learn" so here goes. I'm having problems to load an encrypted string and decode it.
Please provide examples how you handle strings to byte arrays to feed the encryption methods. In this case B4XEncryption
library (B4XCipher) using AES algorithm. Let's tame the encryption mysteries once and for all
I'd like to add the I've come across posts were it is recommended to use StringUtils to encode/decode strings using EncodeBase64/DecodeBase64
when storing the encrypted string in an Array of Bytes. How to deal with this conversion? Examples?
Last edited: