Releases: hummatli/SimpleEncryptionLib
Releases · hummatli/SimpleEncryptionLib
Has created string encryption and decryption functionality
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'
}