Link to home
Start Free TrialLog in
Avatar of sufabooma
sufabooma

asked on

AES encryption

Can someone please explain, in detail, how AES encryption works and why it might be a better solution than using PGP encryption?
Avatar of chris_calabrese
chris_calabrese

You're comparing apples and oranges.

AES is a 128-bit symmetric cypher. See http://www.esat.kuleuven.ac.be/~rijmen/rijndael/ and http://csrc.nist.gov/CryptoToolkit/aes/rijndael/ for more information on AES.

PGP is a framework for encrypting and signing data. It uses a variety of cryptographic algorithms under the hood to do this. See http://www.pgp.com/ and http://www.gnupg.org/ for more information on PGP.
ASKER CERTIFIED SOLUTION
Avatar of VenkatNarayana
VenkatNarayana

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
basically PGP is a cryptosystem... it uses both symmetric and asymmetric key cryptosystems.
on the symmetric side PGP uses DES, CAST, Triple DES, or IDEA for encryption

AES is the replacement for Triple DES....  
Hope this puts the pieces together for you....