Jump to content

Okay, so my family and I (due to me insisting) use this program https://www.aescrypt.com/ to encrypt important information such as banking records, credit card statements, personal information... Etc. I personally use passwords larger than 24 characters but my parents when bringing files to accountants on USB sticks tend to use a 14 character password. Let say they lost their USB stick somewhere and somebody tried decrypting the files off it. Could they?

GPU: XFX RX 7900 XTX

CPU: Ryzen 7 7800X3D

Link to comment
https://linustechtips.com/topic/663454-aes-256-bit-encryption-question/
Share on other sites

Link to post
Share on other sites

26 minutes ago, ScratchCat said:

That's for breaking aes 256. I think that op is asking if a 14 character length is enough. 

 

I'd say 14 is more than enough as there are n^14 possible passwords to go through (where n is the number of possible characters e.g. numbers, special characters). 

Link to post
Share on other sites

As far as AES-256 goes, it's secure against brute force attacks since it's still infeasible to do so. Most attacks on AES use some other method (like side channel) which require techniques that aren't worth a cracker's time for the most part.

 

For passwords though, why not use a passphrase?

password_strength.png

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×