Login Register




The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Learning Encryption filter_list
Author
Message
RE: Learning Encription #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"

Reply

RE: Learning Encription #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)

Reply

RE: Learning Encription #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)

Reply

RE: Learning Encription #14
Exactly, thats what the book I suggest does.
" I am the figure shrouded in the BlackM1st"

Reply

RE: Learning Encription #15
Exactly, thats what the book I suggest does.
" I am the figure shrouded in the BlackM1st"

Reply

RE: Learning Encription #16
(10-20-2012, 03:53 PM)unknownAttacker Wrote: What do you want to do? Learn the theory? Use cryptographic software? Write cryptographic software? Crack ciphers and hashes? Those things are pretty different from each other.

I tried cain n abel to crack md5 hashes but never got a single.. how it can work? i used brute force technique.

Reply

RE: Learning Encryption #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

Reply

RE: Learning Encryption #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.

Reply

RE: Learning Encryption #19
md5 is not that strong, but distributed is a good idea anyway

Reply

RE: Learning Encription #20
(10-20-2012, 05:30 PM)darkv0id Wrote: There is a fun book about cryptography, it is not all about computes but it is called codes. It is a great read.

OK, what is the book? I mean the name?
I..Never Give Up...

Reply