AES (Advanced Encryption Standard) is a symmetric encryption algorithm, which means it uses the same key for both encryption and decryption. AES is very fast, especially when compared to asymmetric algorithms like RSA.
RSA (Rivest-Shamir-Adleman) is an asymmetric encryption algorithm, meaning it uses a pair of keys (public and private) for encryption and decryption. RSA is generally much slower than AES due to the more complex mathematical operations involved in asymmetric encryption.
Thus, AES with a 128-bit key is faster than RSA in terms of encryption and decryption speed, which makes the statement "AES with key 128 will be slower than RSA" incorrect.
Shachar Adam0 נקודות ·
לפני חודש
( תגובות)
מוניטין: 126
בנוסף, למדנו כי אלגוריתמי הצפנה סימטריים מהירים יותר מכאלו א-סימטריים. א-סימטריים מסתמכים על חישובים מתמטיים.