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 binary File
B4XCryptFile.EncryptFileUsingAES(SourcePath, SourceFilename, DestinationPath, DestinationFilename, "123456")
' Decrypt a binary File
B4XCryptFile.DecryptFileUsingAES(SourcePath, SourceFilename, DestinationPath, DestinationFilename, "123456")
Enjoy
/ThRuST
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 binary File
B4XCryptFile.EncryptFileUsingAES(SourcePath, SourceFilename, DestinationPath, DestinationFilename, "123456")
' Decrypt a binary File
B4XCryptFile.DecryptFileUsingAES(SourcePath, SourceFilename, DestinationPath, DestinationFilename, "123456")
Enjoy
/ThRuST
Attachments
Last edited: