Score:0

What's the use of AES 256 for Zip files

sg flag

Will it help if I compress Data files using AES 256 Encryption method as all a programmer has to do is try all sorts of combinations (brute force) to check if the Zip File gets Extracted. Each iteration may take few milli seconds.

Romeo Ninov avatar
in flag
You do not compress the files with AES. You encrypt the archive.
Paul avatar
cn flag
Brute-forcing a 16-character passphrase that has a least one upper-case letter, one lower-case letter, one number, and one special character will require 1.41 hundred million centuries to crack assuming a cracking array making one hundred trillion guesses per second.
my flag
Modern archivers likely use a complexity increasing function and tune its parameters to make the operation expensive on current hardware. 1ms/attempt means only 1000 attempts per second, which is only good for dictionary-based attacks. Brute-forcing even a 5-letter alphanumeric password at that rate would take 20 days. For meaningful brute-forcing you want billions(?) of attempts per second.
Score:0
ar flag

If we assume that you have to try half the key space, you have to try 2^255 combinations. If each combination takes you a millisecond, that's 1.8*10^66 years. Making it a trillion times faster doesn't even make a dent in the timeframe required.

It's simply not feasible to brute force modern crypto.

I sit in a Tesla and translated this thread with Ai:

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.