AES in linux host |
Hi
I have to use AES 128 CBC in my project for each new user that wants to register in my app In the app, the user encrypt data and send it to the host In host, I have to decrypt it and check data is valid or not My main question is: For 20 requests at the moment are bad for CPU?
I would not worry about it unless you start to see a cpu performace hit on it.
Just keep an eye on it. You may want to look into using JavaScript async. What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
This may help you.
How do you Encrypt and Decrypt a PHP String? What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
(07-19-2021, 02:26 AM)InsiteFX Wrote: This may help you. Thank you but I want to know AES decrypt is bad for each registering u
|
Welcome Guest, Not a member yet? Register Sign In |