Search found 175 matches
- Mon Jan 17, 2005 10:23 am
- Forum: Announcement
- Topic: ClipIt! (Clipboard manager)
- Replies: 3
- Views: 2107
- Sat Jan 15, 2005 3:47 pm
- Forum: Tricks 'n' Tips
- Topic: RC4
- Replies: 41
- Views: 25002
Re: RC4
> Paul's lib returns 2 characters too much I think
In my example it returns 4 extra characters. I've just noticed that Pille has
a memory-based routine -- don't know why I missed it before! Going crazy.
I'll play with that and see how it compares with Paul's lib then.
Can't agree to that (though ...
In my example it returns 4 extra characters. I've just noticed that Pille has
a memory-based routine -- don't know why I missed it before! Going crazy.
I'll play with that and see how it compares with Paul's lib then.
Can't agree to that (though ...
- Sat Jan 15, 2005 3:42 pm
- Forum: Tricks 'n' Tips
- Topic: RC4
- Replies: 41
- Views: 25002
Re: RC4
and it appears that Paul's lib is therefore returning the correct encrypted values.
I don't think so, though the problem is minor - Paul's lib returns 2 characters too much I think.
I can't try it, but I think the lib will return always a "00"+chr(0) at the end, with the "00" being too much ...
I don't think so, though the problem is minor - Paul's lib returns 2 characters too much I think.
I can't try it, but I think the lib will return always a "00"+chr(0) at the end, with the "00" being too much ...
- Sat Jan 15, 2005 3:33 pm
- Forum: Tricks 'n' Tips
- Topic: RC4
- Replies: 41
- Views: 25002
Re: RC4
> Pay attention if you try to handle a String with Chr(0)
Strings can't contain Chr(0) -- as you said -- so why would there be a need
to pay attention to something that can never occur in the first place? 8O
Of course it can occur. The encryption routine works with values (edit: numbers is the ...
Strings can't contain Chr(0) -- as you said -- so why would there be a need
to pay attention to something that can never occur in the first place? 8O
Of course it can occur. The encryption routine works with values (edit: numbers is the ...
- Sat Jan 15, 2005 3:13 pm
- Forum: Tricks 'n' Tips
- Topic: RC4
- Replies: 41
- Views: 25002
Code: Select all
; Different results! :)
Pille's procedure = 959A50602752DBC832
Paul's RC4 lib = 959A50602752DBC8003200 Code: Select all
959A50602752DBC800328- Sat Jan 15, 2005 3:07 pm
- Forum: Tricks 'n' Tips
- Topic: RC4
- Replies: 41
- Views: 25002
Re: RC4
[quote="PB"][/quote]
It has to do with 0 values that often occur in encryption/hash functions and the behaviour that 0s terminate a string.
If you look here Outp = Outp + Chr(Asc(Mid(Inp, x, 1))!Y)
and add a
Debug Asc(Mid(Inp, x, 1))!Y
then you will see that the outp string doesn't take 0 ...
It has to do with 0 values that often occur in encryption/hash functions and the behaviour that 0s terminate a string.
If you look here Outp = Outp + Chr(Asc(Mid(Inp, x, 1))!Y)
and add a
Debug Asc(Mid(Inp, x, 1))!Y
then you will see that the outp string doesn't take 0 ...
- Fri Jan 14, 2005 8:22 pm
- Forum: Tricks 'n' Tips
- Topic: permanent process remover (NT,W2k,XP)
- Replies: 25
- Views: 12339
- Fri Jan 14, 2005 6:25 pm
- Forum: Tricks 'n' Tips
- Topic: permanent process remover (NT,W2k,XP)
- Replies: 25
- Views: 12339
- Fri Jan 14, 2005 6:23 am
- Forum: Tricks 'n' Tips
- Topic: Faster memory copy (optimized for AMD)
- Replies: 65
- Views: 26397
- Fri Jan 14, 2005 2:23 am
- Forum: Tricks 'n' Tips
- Topic: Faster memory copy (optimized for AMD)
- Replies: 65
- Views: 26397
- Fri Jan 14, 2005 12:04 am
- Forum: Tricks 'n' Tips
- Topic: permanent process remover (NT,W2k,XP)
- Replies: 25
- Views: 12339
- Thu Jan 13, 2005 7:36 pm
- Forum: Tricks 'n' Tips
- Topic: permanent process remover (NT,W2k,XP)
- Replies: 25
- Views: 12339
Also is the Kill procedure is not able to kill everything (i mean everything, also services). You have to be in a special mode (security rights),So for the first time i use pskill from sysinternals, but i will investigate more time in that later.
I tried to enhance it a bit so it doesn't rely on ...
I tried to enhance it a bit so it doesn't rely on ...
- Sat Jan 08, 2005 3:18 am
- Forum: Coding Questions
- Topic: Sending messages/keystrokes to a control in a different app
- Replies: 3
- Views: 1552
- Mon Jan 03, 2005 8:22 am
- Forum: General Discussion
- Topic: what exectly are macros?
- Replies: 5
- Views: 1997
Re: what exectly are macros?
i been hear about macros being in 4.0,
and im wondering what exectly are they? what do they do?
It is even possible - FASM does that for example - to replace built-in commands with own macros. There was a tip like
macro inc v
{
pushf
add v,1
popf
}
macro dec v
{
pushf
sub v,1
popf
}
The ...
and im wondering what exectly are they? what do they do?
It is even possible - FASM does that for example - to replace built-in commands with own macros. There was a tip like
macro inc v
{
pushf
add v,1
popf
}
macro dec v
{
pushf
sub v,1
popf
}
The ...
- Thu Dec 30, 2004 7:45 pm
- Forum: Off Topic
- Topic: usb mouse makes noise!!!!
- Replies: 11
- Views: 5119
Re: usb mouse makes noise!!!!
When I stop using my mouse, it goes into idle mode (the light turns off) and a f***** noise appears! its like when you have an electric wire close to the phone one and it has no filter! its annoying!!!! I cant use my woofer system because that amplifies the output of the pc... and imagine! its like ...