B4i Question [SOLVED] [B4X] Decode AES encoded STRING - Mike1970    Feb 24, 2023 from the app.
example tool: https://encode-decode.com/aes256-encrypt-online/
1. Crypt a text...
Algo: AES256
It is not important that is AES256 or AES128 etc... my goal is to be able to decode... B4A Library [B4X] B4XEncryption - Erel    Sep 20, 2022   (22 reactions)   tags: B4XEncryption, Security, encrypt, B4A This library allows you to encrypt or decrypt data using the AES encryption method.
It is simple to use and it is compatible with B4J jB4XEncryption library and B4i Encryption library (Encrypt and... B4J Library [B4X] B4XAES v2.0 Encryption/Decryption b4xlib (B4A, B4i, B4J) - ThRuST    Jul 4, 2022   (11 reactions) B4XAES b4xlib v2.0 works with B4A, B4i and B4J
Requires:
jB4XEncryption library
StringUtils
This extends the functionality of Erel's great library.
Another contribution to the community :cool:??
EDIT: This library has been updated to version 2.0
It should be much simpler to work with AES now.
Thanks to Erel for making this possible.
Put it in the Additional Libraries folder and rock... B4J Library [B4X]B4XCryptFile b4xlib (B4A, B4i, B4J) - ThRuST    Jul 7, 2022   (7 reactions) B4XCryptFile b4xlib v1.0
Here's another contribution to this great Community of Wizards.
This library handles Strings and Binary files so you can Encrypt/Decrypt them using AES
Credits goes out... Encrypt a binary File
B4XCryptFile.EncryptFileUsingAES(SourcePath, SourceFilename, DestinationPath....DecryptFileUsingAES(SourcePath, SourceFilename, DestinationPath, DestinationFilename, "123456"... Share My Creation [B4X] ShareYourSpot (GPS, FLP, MQTT) 0$ - Magma    Jun 27, 2024   (27 reactions) .. sharing them with MQTT Broker with AES Encryption... What Exactly do that APP ? - Get GPS... Share My Creation [B4X] Video Conference, Audio, Text Chat app - meet@point - Source Code only 20€ - Magma    Nov 30, 2024   (30 reactions)
- They also have their secret key (password)... (using AES Encryption)
- They can use any name / nickname... B4A Question [B4X] create a tiny hash/url - Alexander Stolte    Jul 14, 2020 i have a MD5 hash "dd4f2b2f700cfe4ba70ae84ba26a0e3d" i want to make it shorter.
No online APIs please.
how can I do that?
Thanks... B4A Question [Web][SithasoDaisy2]: Mashy Teaches TailwindCSS using b4x (with eBook) - Mashiane (first post)    Dec 13, 2022 Crypto AES Ciphering 136958... B4J Question [B4X] B4XCipher how to decrypt the result in vb.net - Alexander Stolte    Dec 4, 2021 Does anyone know how i can decrypt in vb.net the aes encrypted string i have encrypted with the B4XCipher?
Dim s As StringUtils
Log(s.EncodeBase64(EncryptText("Test123!","1234")))
Sub EncryptText(text As String, password As String) As Byte()
Dim c As B4XCipher... B4A Question [B4X] B4XEncryption not working - WhiteWizard    Oct 27, 2022 I'm tryng to implement an AES Ecnryption with CBC and IV, however the examples that I found using B4XEncryption needs to call these members: C.Initialize("AES/CBC/PKCS7Padding") C.InitialisationVector(IV) from the B4XCipher class, however this library only has to metods, Encrypt and Decrypt, and nothing else. 135343... Page: 1   2   |