Ola I think I did see something like base 64 on the latest version of BANano. Is it possible to get a base64 string from an asset file using...
Hello, I am working with 2 types of image sources: - IMG downloaded from an URL and - images returned into a json with base64 format. 1/ But...
Hello, Im using that kind of sub with StringUtils and B4XCipher library to encode some passwords : Sub EncryptText(text As String, password As...
Today I was looking for a method for encoding and decoding in Base64. There are many libraries including the well-known StringUtils. But the...
B4R code (Vars in Process_Globals) Dim b64encoded(1024) As Byte Dim b64toencode(1024) As Byte Call...
numberformatexception error in php base64_encode string my php array :(ArrayList) [{id=1,...
Good day I am a bit frustrated as my code work in Android but not in IOS I get the following error Error occurred on line: 65 (Main) Error...
Hello, I have a little problem, maybe who knows: I have a tool in VB.NET that converts a string value to a base64 string. VB.NET Code: Dim byt...
I have a bash script in linux that works correclty, but i wantes to port the code to BJ4. Is it possible to achieve the same in B4J ?? I was...
After some years I have developed several apps to communicate with other apps, servers and platforms. My goal was to have ONE standard solution...
hi everyone ! i am trying obfuscate base64 replacing letter by letter using this algorithm below : note : completes the obfuscation in about 5...
Pulling down emails from a mail server and saving them to a local SQLite DB using B4A. Currently we are converting the data to Base64 and then...