Cryptographic primitives

Discussion related to AES Crypt, the file encryption software for Windows, Mac, and Linux.
Post Reply
lex
Posts: 2
Joined: Wed Jun 26, 2024 8:29 pm

Cryptographic primitives

Post by lex »

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.
User avatar
paulej
Posts: 629
Joined: Sun Aug 23, 2009 7:32 pm
Location: Research Triangle Park, NC, USA
Contact:

Re: Cryptographic primitives

Post by paulej »

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.
lex
Posts: 2
Joined: Wed Jun 26, 2024 8:29 pm

Re: Cryptographic primitives

Post by lex »

thank you!
Post Reply