samedi 30 avril 2016

B4XEncryption

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 different platform.

Usage example:

Code:
  Sub EncryptText(text As String, password As String) As Byte()
Dim c As B4XCipher
Return c.Encrypt(text.GetBytes("utf8"), password)
End Sub

Sub...
B4XEncryption

from B4X Community - Android, iOS, desktop, server and IoT programming tools http://ift.tt/1RTiywa
via IFTTT

Aucun commentaire:

Enregistrer un commentaire