B4A Library AES Encrypt/Decrypt (Encryption/Decryption) B4A and B4J library - Peter Simpson    Sep 22, 2020   (31 reactions) Released: 09/07/2019: 1.00
SS_AESEncryption
Author: Peter Simpson
Version: 1
AESEncryption
Fields:
InitializationVector As String
SecretKey As String
Functions:
AESDecrypt (DecryptData As String) As String
Decrypt AES encoded data to plain string
AESEncrypt (EncryptData As String) As String
E 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. 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 Class [B4X] [XUI] AS PinLock - Alexander Stolte    Feb 24, 2024   (36 reactions) Set the Encryption Method Valid: MD5 SHA-1 SHA-224 SHA-256 SHA-384 SHA-512 NONE
setHeaderColor (Color As Int) As String
Get or Sets the Header Background Color
setKeyboardBackgroundColor (color As Int) As String
setKeyboardClickColor (Color As Int) As String
Get or Set the Keyboard Click Color
(col 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 (first post)    Jul 07, 2022   (1 reaction) Interesting reading about encryption algorithms here
Here's another page
(Parts from the page below)
There’s a host of different encryption algorithms available today. Here are five of the more common ones.
AES. The Advanced Encryption Standard (AES) is the trusted standard algorithm used by th B4A Class [B4A/B4J] LockBox3 (Delphi) AES ECB/CBC encrypting / decrypting - OliverA    Aug 26, 2019   (14 reactions) This class can be used decrypt data created with LockBox3 and encrypt data that will be properly handled by LockBox3. LockBox3 is an encryption/decryption library for Delphi.
There are actually three classes, LB3AES, LB3AESECB and LB3AESCBC. The only class that is used to instantiate an object is L B4A Library My Head(er) Hurts - drgottjr    Dec 11, 2021   (4 reactions) in working on my covid (and similar) reader, i discovered that issuers of these certificates not only used various encoding schemes as well as encryption methods, they also use compression, presumably to ensure the data fit in the qr code. although, compression does add yet another layer of obfusca B4A Library Base64 and Encryption library - agraham    Apr 11, 2016   (16 reactions) Here's a library that, for the moment, can perform Base64 encoding and decoding and symmetric algorithm encryption and decryption. Tested symmetric algorithms are DES, Triple DES and AES (Rijndael).
As the Java encryption rountines are all byte array oriented you will need my ByteConverter library B4J Library [BANano] BANanoHash - Hashes & bCrypt Encryption - Mashiane    Nov 16, 2021   (4 reactions) Ola
These libs are for encryption
Download
Things to note...
DO NOT USE MD5, SHA1 for your secure applications e.g. ditigal signatures
YOU CAN USE SHA-2 i.e. SHA256, SHA512
ANY HASH IS CRACKABLE, (EASIER FOR MD5 and SHA1) AND MORE HARDER IF IT HAS A "SALT"
THE MOST ADVANCED ENCRYPTION IS BCRYPT Page: 1   2   3   4   5   6   7   Powered by ColBERT |