Search code examples
encryptionaes

What's the difference between SHA and AES encryption?


What's the difference between SHA and AES encryption?


Solution

  • SHA isn't encryption, it's a one-way hash function. AES (Advanced_Encryption_Standard) is a symmetric encryption standard.

    AES Reference