AdoBot-IO
AdoBot-IO copied to clipboard
Plain Text Params
This app is Super cool.Big up @adonespitigo . The params are suppose to be encrypted ,i want to use aes example ;
Kotlin
val sdk = "24"
val key = "1234"
val cryptLib = CryptLib()
val enc_sdk = cryptLib.encryptPlainTextWithRandomIV(sdk, key)
, How am i going to decrypt it inside node js script. Any help will be appreciated.