Skip to content

Releases: hummatli/SimpleEncryptionLib

Has created string encryption and decryption functionality

06 Feb 14:59
Compare
Choose a tag to compare

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'
    }