B4A Library [B4X] B4XEncryption - Erel    Sep 10, 2025   (24 reactions)   tags: B4XEncryption, Security, encrypt, B4A This library allows you to encrypt or decrypt data using the AES encryption method. To prevent...: B4XEncryption - B4A jB4XEncryption - B4J iEncryption - B4i (Encrypt and Decrypt methods) It is simple to use and is cross platform, which means that you can encrypt the data on one platform and decrypt it on a different platform. Usage example: Sub EncryptText(text As String, password As String) As Byte() Dim c As B4XCipher Return c.Encrypt(text.GetBytes("utf8"), password) End Sub Sub... B4A Library Base64 and Encryption library - agraham    Apr 11, 2016   (17 reactions)   tags: Security, Lib 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... B4A Library AES Encrypt/Decrypt (Encryption/Decryption) B4A and B4J library - Peter Simpson    Sep 22, 2020   (33 reactions)   tags: Aes AES library, I created it some time ago for AES Encryption and Decryption of strings. I've been... characters in length
Dim EncryptDecryptString As String = "Peter"
Log($"Encrypted... 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 e... B4A Library SimplePGP - Encrypt, Decrypt, Sign, Verify - DonManfred    Sep 25, 2022   (23 reactions) jars from bouncycastle and spongycastle for the Encryption Provider
A B4J Version is available here... As java.io.InputStream, encryptedData As java.io.InputStream, target As java.io_OutputStream) As Boolean... Tool Secured Assets - Encrypt your assets files - Erel    Dec 11, 2013   (6 reactions)   tags: myapp This tool allows you to encrypt a set of files on the desktop and then add them to your project... is:
Private Sub UnpackEncryptedAssets(StoreName As String, Password As String, Version As Int... Tool Sqlite to SQLcipher encrypted db converter (open source) - epiCode    May 26, 2025   (4 reactions) 🔐 TOOL released: SqlCipherConverter v1.0 – Simplifying SQLite to SQLCipher Migration! A common challenge when moving an existing SQLite database to SQLCipher is that encryption can only be applied to a new database. This makes migrating existing data challenging without specialized tools. To...) to migrate using a simple GUI Encrypt and export them into a SQLCipher database — just select and... of use during the transition from unencrypted to encrypted databases. 📁 Installation and usage... B4A Library Decrypter - De-/Encrypt String to base64 (including compatible php code to de/Encrypt) - DonManfred    Feb 6, 2017   (22 reactions)   tags: encrypt b4x and php Decrypter
Version: 1.05
This Library can be used to
- Encrypt a string to a Hex-View of the encrypted string.. The resulting string only contains the character 0 to 9 and A to F. So it is save to... B4J Library [B4X] KVS2 / KeyValueStore 2 - Simple & Powerful Local Datastore - Erel    Jul 16, 2020   (41 reactions)   tags: Database, 2, B4X, KeyValueStore, MapColl : The new version is based on B4XSerializator to serialize the values and on B4XCipher to encrypt... you can put or get items with Put, Get or GetDefault methods. You can use PutEncrypted to encrypt the value before it is stored. Use GetEncrypted to get an encrypted value. If you want to put bitmaps..., RandomAccessFile and B4XEncryption (iEncryption on B4i). Note that in B4J you need to download the bouncy castle... 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... Page: 1   2   3   |