Kotlin String ENC TOOL

it is a encription tool for hide strings on your kotlin class

Screenshots

App Screenshot

Usage/Examples

val decriptedkey = alexEnc.decryptString([your string key],[your key pass])

val output = alexEnc.encryptString([your strings need to be hide])

val your-enckey-veriavle = output.second
val your-encString-veriavle = output.first

GitHub

View Github