B4A Tutorial Android database encryption with SQLCipher library - Erel    Jul 20, 2025   (24 reactions) Edit: this library isn't compatible with the 16KB page size requirement. Don't use it.
SQLCipher is an open source project that extends SQLite and adds full database encryption.
License...-release/
Includes 64 bit binaries and emulator binaries.
Requires B4A v8+.
Library is attached.
Not... B4J Library [server] LetsEncrypt SSL certificates - Erel    Mar 3, 2024   (21 reactions) LetsEncrypt provides SSL certificates for free. The certificates are created and renewed using... 'srvr.AddFilter("/*", "HttpsFilter", False) End Sub The LetsEncrypt class should be added with a background worker: srvr.AddBackgroundWorker("LetsEncrypt"...>\Objects\certbot LetsEncrypt sets a limit on the number of certificates (for the same domain). The limit... <password> -alias b4j LetsEncrypt certificates are not recognized as valid certificates on Android... B4J Library ABKeystoreSSL: SSL Certificate generator using Let's Encrypt - alwaysbusy    Nov 8, 2024   (17 reactions) This library allows you to generate SSL Certificates without the need of using the openssl and... Apache running on port 80! 2. Copy ALL the files in the .zip to your Additional Libraries folder 3... HTTP/2 mode. This is a Let's encrypt limitation. Also, READ THE LOGS. There is important info in.... #Region Project Attributes #CommandLineArgs: #MergeLibraries: True #End Region Sub... Encrypt Sub MakeJKS() As Boolean Dim Result As Boolean ' needs to be the 'entry point... B4A Library Base64 and Encryption library - agraham    Apr 11, 2016   (17 reactions)   tags: Security, Lib 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... B4i Library iEncryption library - Erel    Feb 7, 2021   (4 reactions) This library supports:
- Generating cryptographically secure random values.
- Hash calculations (message digest)
- Encryption and decryption
Cipher.Encrypt / Decrypt are simple methods... B4J Library [B4j] Database encryption - MichalK73    Mar 21, 2025   (7 reactions) . Like the encryption library I used: Decrypter - De-/Encrypt String to base64 (including compatible php code to de/Encrypt) I chose this library because it is very fast and this is important for me... encrypted form resulting from the encryption library. As for the delivery of the press and the slogan... sensitive personal data. A simple select will show encrypted data, as well as downloading database files will do nothing because the columns will be encrypted and unusable. Therefore, forced at home... 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. What is a CHF? A cryptographic hash function (CHF) is a hash function that is suitable for use in cryptography. It is a mathematical algorithm that maps data of arbitrary size (often... B4J Library bcprov-jdk18on-171 (BouncyCastle) update (encryption) - KMatle    May 9, 2022   (3 reactions) Tested under B4J Java 11 agains OpenSSL (PHP): AES256 RSA (creating/using keys including signing/verifying) Hashing (HMAC, SHA1, 256 and 512) via Agraham's Encryption library Download: https://www.bouncycastle.org/download/bcprov-jdk18on-171.jar... B4i Library iRSA - RSA encryption / decryption - Erel    Sep 3, 2017   (6 reactions) This is a wrapper of: https://github.com/ideawu/Objective-C-RSA It is an implementation of RSA asymmetric encryption. Usage example (based on the library developer blog): Sub Process_Globals 'These global variables will be declared once when the application starts. 'Public variables can be accessed from all modules. Public App As Application Public NavControl....EncryptWithPrivateKey("abc".GetBytes("utf8"), PrivateKey) Dim bc... 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.... The string to decode must be the output of the Encrypt-Method. For the php-side you can use the attached php-class to En- and de-crypt strings which are encrypted by the b4a-library (or by the php itself... string encrypt2 (toEncrypt() As Byte) As String This library is Donationware. You can download... Page: 1   2   3   4   5   |