Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plain Text Params #31

Open
buffer1900 opened this issue Sep 9, 2020 · 0 comments
Open

Plain Text Params #31

buffer1900 opened this issue Sep 9, 2020 · 0 comments

Comments

@buffer1900
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant