Thirteen Years of Service
Posts: 293
Threads: 23
RE: Learning Encription 10-20-2012, 05:30 PM
#11
There is a fun book about cryptography, it is not all about computes but it is called codes. It is a great read.
" I am the figure shrouded in the BlackM1st"
•
Thirteen Years of Service
Posts: 333
Threads: 24
RE: Learning Encription 10-20-2012, 05:40 PM
#12
about theory: I think the best way to learn theory is to also learn history: start at simple transposition and monoalphabetic substitution ciphers, then go all the way to modern encryption. writing encryption/decryption software is not hard when you know both theory and programming. cracking is difficult as you need to know a lot about cryptanalysis and a lot of math. also, using encryption everyday doesn't require more than a basic theory and good software (TrueCrypt and PGP should be enough)
•
Thirteen Years of Service
Posts: 333
Threads: 24
RE: Learning Encription 10-20-2012, 05:40 PM
#13
about theory: I think the best way to learn theory is to also learn history: start at simple transposition and monoalphabetic substitution ciphers, then go all the way to modern encryption. writing encryption/decryption software is not hard when you know both theory and programming. cracking is difficult as you need to know a lot about cryptanalysis and a lot of math. also, using encryption everyday doesn't require more than a basic theory and good software (TrueCrypt and PGP should be enough)
•
Thirteen Years of Service
Posts: 293
Threads: 23
RE: Learning Encription 10-20-2012, 05:43 PM
#14
Exactly, thats what the book I suggest does.
" I am the figure shrouded in the BlackM1st"
•
Thirteen Years of Service
Posts: 293
Threads: 23
RE: Learning Encription 10-20-2012, 05:43 PM
#15
Exactly, thats what the book I suggest does.
" I am the figure shrouded in the BlackM1st"
•
Thirteen Years of Service
Posts: 333
Threads: 24
RE: Learning Encryption 10-21-2012, 11:48 PM
#17
bruteforce will work... sooner or later, as it tries every possible combination. to speed up the process you can download (or build, if you have time) rainbow tables
•
Thirteen Years of Service
Posts: 3,253
Threads: 64
RE: Learning Encryption 10-21-2012, 11:51 PM
#18
Never used cain n abel as I'm not a windows user but brute forcing a strong hash could take a couple of lifetimes to be honest if the password is 16 chars forget it lol there are some distrobuted cracking softwares out there, which each user uses a portion of his/her hardware to crack hashes on a server.
•
Thirteen Years of Service
Posts: 333
Threads: 24
RE: Learning Encryption 10-22-2012, 12:23 AM
#19
md5 is not that strong, but distributed is a good idea anyway
•