nikolatesla20
July 29th, 2002, 03:51
Well, I never thought I would find myself in this forum, but I realize that more and more protections use cryptography, so I need to learn as least some of it. Please don't flame me, I have some basic questions just to know if I'm on the right track of thinking at least. For some reason I love programming and computer code but math usually bores the hell out of me, why is that ? LOL Encryption uses math theories, so that's why it takes me a little longer to absorb it.
SO without further ado, some basic questions:
1. Ok. Bruteforcing. How do you go about this in a practical way? In a real target, say you have the following info:
a. Encryption method
b. Ciphertext (of course)
Now, wouldn't you either have to also at least find part of the key or some plaintext to attack it?
2. I've noticed in some crypto systems, like the crypto used in Ryan's Code-Lock, which I am looking at for fun, use random numbers (well , actually psuedo random). How exactly does this random number tie in with the whole crypto process ? for example, I've seen keygens that produce a different key each time you press the button, but every key will work the same i.e, they allow you to register. So there must be some sort of constant relationship going on.
Well I guess that's all for now. I'm sorry if these questions are so basic you want to slap me
I have yet to find a "Crypto for dummies"
-nt20
SO without further ado, some basic questions:
1. Ok. Bruteforcing. How do you go about this in a practical way? In a real target, say you have the following info:
a. Encryption method
b. Ciphertext (of course)
Now, wouldn't you either have to also at least find part of the key or some plaintext to attack it?
2. I've noticed in some crypto systems, like the crypto used in Ryan's Code-Lock, which I am looking at for fun, use random numbers (well , actually psuedo random). How exactly does this random number tie in with the whole crypto process ? for example, I've seen keygens that produce a different key each time you press the button, but every key will work the same i.e, they allow you to register. So there must be some sort of constant relationship going on.
Well I guess that's all for now. I'm sorry if these questions are so basic you want to slap me

-nt20