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

Can decrypt only pass in binary? #75

Open
condingyz opened this issue Sep 29, 2020 · 1 comment
Open

Can decrypt only pass in binary? #75

condingyz opened this issue Sep 29, 2020 · 1 comment

Comments

@condingyz
Copy link

No description provided.

@condingyz
Copy link
Author

My scenario is like this: to optimize the interface, you want to process it in Lua, but the accepted parameters are encrypted by the client, so you need to decrypt it in Lua layer. Currently, the problems encountered are as follows:

aes_ 128_ cbc_ with_ iv:decrypt(encrypted))

Can only encrypted be passed in? The parameter I received from the client is a string. How can I deal with it?

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