Cryptographic primitives
Cryptographic primitives
hi, I'd like to know which algorithms AES Crypt uses, before starting to use the software. Becasue I see some softwares still use insecure algorithms like SHA-1.
- paulej
- Posts: 629
- Joined: Sun Aug 23, 2009 7:32 pm
- Location: Research Triangle Park, NC, USA
- Contact:
Re: Cryptographic primitives
AES Crypt uses AES with a 256-bit key for encryption using CBC mode with a key derivation function that uses SHA-256. The ciphertext uses an HMAC-SHA256 for message authentication.