Implementing The Se Simbio Encryption Encryption Class To Easily Encryptdecrypt Strings In Android
The following is a reference implementation of the Encryption class and can be used to easily encrypt and decrypt Strings.
Gradle build:
compile 'se.simbio.encryption:library:1.2.0'
Implementation: