View Single Post
  #8  
Old 03-11-2024, 22:49
eychei eychei is offline
Friend
 
Join Date: Mar 2018
Posts: 58
Rept. Given: 0
Rept. Rcvd 0 Times in 0 Posts
Thanks Given: 34
Thanks Rcvd at 10 Times in 10 Posts
eychei Reputation: 0
Thanks chants.

Quote:
Originally Posted by chants View Post
By the way, if you want to parallelize this, you should consider a different cipher mode of operation, preferably Galois Counter Mode (GCM) as the ECB mode has various attack vectors and security risks, which is probably why you are using CBC, but it doesn't scale well for very large data sizes.
I am using CBC because the encryption scheme is not done by me it is the software I am trying to recreate.
Reply With Quote
The Following User Says Thank You to eychei For This Useful Post:
chants (03-12-2024)