Passworded rar-files, are they secure?
Just curious if there are any easy ways around passworded rar files. Let's say I have a file with the password 'abc', that would probably be taken down pretty fast by any brute force cracker out there. But what if we have numbers and small-/upper-case letters, and a password which is 1024 characters long?
Password length = 1024
abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 = 62 chars
1024^62 = 4,3511E+186 combinations
Brute force isn't really a choice here, as it would take years and years. Should I consider this secure? 'Secure' as in secure enough for personal use, like sending an application or two to someone without really risking that someone else would get them.