AdoBot-IO icon indicating copy to clipboard operation
AdoBot-IO copied to clipboard

Plain Text Params

Open buffer1900 opened this issue 4 years ago • 0 comments

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.

buffer1900 avatar Sep 09 '20 16:09 buffer1900