SimpleEncryptionLib Versions Save

A free, open source , third party Android library for encryption and decryption of strings in Android apps and PC Java applications. It is 100% compatible with Kotlin and Java applications.

v.1.0.1

7 years ago

Version: v1.0.1

Library for encryption and decryption strings on Android apps and pc Java applications.

Import library

To import library to you project add following lines to project's build.gradle file.

   dependencies {
            compile 'com.mobapphome.library:mah-encryptor-lib:1.0.1'
    }