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 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 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 Share My Creation Random Number - Normal Distribution Server - Erel (first post)    Feb 01, 2021 See my previous answer. I'm talking about Encryption library. Not B4XEncryption.
Encryption library is a B4A + B4J library. B4J Question Official Support for Chilkat in B4X - OliverA (first post)    Dec 07, 2022   (1 reaction) Yes. Look at @agraham's Encryption library for passing / returning data (I picked it out since it's in the ballpark of what you are doing). See https://www.b4x.-and-encryption-library.6839/ Update: Another source of example wrapper code: B4J/B4a for a lot of the core libraries are available on GitH B4A Question Encryption library? - DonManfred (first post)    Nov 16, 2020   (2 reactions) https://www.b4x.-and-encryption-library.6839/#content B4J Tutorial [BANanoVuetifyAD3] Create Professional Looking Vuetify WebSites & WebApps with BANano - Mashiane (first post)    Jul 08, 2021   (1 reaction) Can you please get the latest version and see if the same issue happens, I was not able to reproduce your error at all. See the above posts.
External Libraries
BANanoServer Kitchen Sink
The encryption library is used by BANano and not directly by BVAD3.
These are the libraries that are referenc 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 Page: 1   2   3   4   5   6   7   Powered by ColBERT |