Welcome Guest, Not a member yet? Register   Sign In
AES in linux host
#1

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?
Reply
#2

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 )
Reply
#3

(07-18-2021, 02:47 AM)InsiteFX Wrote: 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.


Of course, but that is important using AES is correct or not in cpanel?
Reply
#4

(This post was last modified: 07-19-2021, 02:26 AM by InsiteFX.)

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 )
Reply
#5

(07-19-2021, 02:26 AM)InsiteFX Wrote: This may help you.

How do you Encrypt and Decrypt a PHP String?

Thank you but I want to know AES decrypt is bad for each registering u
Reply
#6

Don't worry, is normal.
Reply




Theme © iAndrew 2016 - Forum software by © MyBB