Author | Post | |||
togi |
www.google.com |
|||
11.08.2003 21:38:21 |
|
|||
dragoon |
Ok! I have found out a lot about XOR. Can you pls tell me if that's right: XOR means that you take the first letter of a string, convert it into ascii and then into binary. Then you compare the 0's ans 1's whit the first letter of the key (also converted into binary) whith each other. Then you will get a binary code of the same leng. Then you convert it from binary into ascii and then into a letter. Now you go on with the second letter of the original string and compare it with the second letter of the key. But what to do if the key is shorter or lenger than the original string? pls help me to understand! thx dragoon |
|||
16.08.2003 08:14:01 |
|
|||
togi |
try. you'll find out easily if you just try. |
|||
16.08.2003 08:17:47 |
|
|||
dragoon |
Ok but I don't know how to convert a letter into ascii and into binary and in the other direction. My Visual Basic help-file doesn't work. Could you pls tell me the commands or where can I find them? I have been searching google for ours. dragoon |
|||
16.08.2003 08:25:25 |
|
|||
togi |
you don't need to. unless vb is much worse than i though |
|||
16.08.2003 08:26:24 |
|
|||
dragoon |
What programming language do you use? Perl or C or something! I know that VB isn't that good but i have learnt it at school! dragoon |
|||
16.08.2003 10:00:38 |
|
|||
togi |
school always teaches useless stuff.... /me uses delphi but it's possible to do it in most languages |
|||
16.08.2003 14:59:04 |
|
|||
paralax |
I use python, it is very quick to program in and it is simple to do most things you need. |
|||
16.08.2003 16:17:10 |
|
|||
dragoon |
Can you pls tell me where I can get it! thx |
|||
17.08.2003 12:07:28 |
|
|||
paralax |
www.python.org |
|||
18.08.2003 03:29:39 |
|