B4A Library [B4X] B4XEncryption - Erel    Sep 20, 2022   (22 reactions) 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 Decrypt method) which means that you can encrypt the data on one platform and decrypt it on a differen B4A Library [B4X] KVS - KeyValueStore library - Erel    Jul 21, 2021   (29 reactions) A key / value persistent store. The data is serialized using B4XSerializator and is stored in an internal database. The database can be shared between B4A, B4i and B4J.
Using KVS is similar to using a Map. You initialize it once and then you can put or get items with Put, Get or GetDefault methods. B4J Library [B4X] B4XAES v2.0 Encryption/Decryption b4xlib (B4A, B4i, B4J) - ThRuST    Jul 04, 2022   (10 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.
Th B4J Library [B4X]B4XCryptFile b4xlib (B4A, B4i, B4J) - ThRuST    Jul 07, 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 to ✨Erel and Stevel05✨
Requires:
B4XEncryption
BouncyCastle
StringUtils
Example Usage:
' Encrypt a bina B4J Question AES Encryption/Decryption - Erel (first post)    Jun 28, 2022   (1 reaction) What is the question? B4XEncryption is an excellent option. B4A Question B4xEncryption - Timm    Nov 14, 2024 Can somebody help me with this: I have been trying to use b4a code and b4xencryption to decrypt/encrypt string between esp32 aesLib library using arduino ide since am not used to b4r.
Can somebody point me to the right direction:
1. B4a code using b4xencryption library connecting
2. Esp32 aesLib lib B4i Question Decrypt a string encrypted on ios - Erel (first post)    Dec 22, 2019 See the description: https://www.b4x..48177/
B4XEncryption is a B4A library. It is compatible with iEncryption.Encrypt and Decrypt methods. B4A Question [SOLVED]B4XEncryption Decrypt - Erel (first post)    Dec 02, 2020   (2 reactions) That's not correct. B4XEncryption can of course encrypt and then decrypt the encrypted data. The data includes the (unencrypted) salt. B4J Library jB4XEncryption - Erel    Feb 07, 2021   (10 reactions) This library allows you to encrypt or decrypt data using the AES encryption method.
It is simple to use and it is compatible with B4A B4XEncryption library and B4i Encryption library (Encrypt and Decrypt method) which means that you can encrypt the data on one platform and decrypt it on a different Tool B4XEncryption : Decrypt from Delphi - dcoun    Apr 09, 2018   (7 reactions) key:=PBKDF2(key,salt,1024,16,h); ra.Init(key,128,@IV);
ra.DecryptCBC(dat,dat,i); finally ra.Free; h.Free; end;
if byte(dat)>16 then begin result:=''; exit; end;
dec(i,byte(dat)); setlength(dat,i); result:=UTF8Decode(dat); end;
The above updated, with encrypt-descrypt routines Page: 1   2   3   4   5   6   7   Powered by ColBERT |