Skip to content

Has created string encryption and decryption functionality

Latest
Compare
Choose a tag to compare
@hummatli hummatli released this 06 Feb 14:59
· 52 commits to master since this release

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