WINAMP.COM | Forums > Developer Center > NSIS Discussion > BlowFish and DES Plugin |
Last Thread
Next Thread
|
| Author |
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
Are you sure you're using the same block cipher mode? __________________ |
||
|
|
|
yehiaeg Junior Member
Registered: Sep 2003 |
i got the plug-in from this topic: __________________ |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
That's not from the NSIS Archive. __________________ |
||
|
|
|
yehiaeg Junior Member
Registered: Sep 2003 |
what are my options now? , i must encrypt a string before putting in the registry. __________________ |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
What do you mean? You have exactly two options. Your plug-in, and the other plug-in. Both encrypt and decrypt fine, right? __________________ |
||
|
|
|
yehiaeg Junior Member
Registered: Sep 2003 |
ok let's clear it up: __________________ |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
Try decrypting with different modes. If none matches and the author of the plug-in doesn't respond, you'll have to write your own encryption plug-in. There are skeleton files in Contrib\ExDLL for C and Delphi. __________________ |
||
|
|
|
yehiaeg Junior Member
Registered: Sep 2003 |
ok, i never wrote a dll before, could you help a bit more, i have already the blowfish unit in delphi, anyway u could modify it to make compatible with nsis? __________________ |
||
|
|
|
kichik M.I.A. [NSIS Dev, Mod]
Registered: Oct 2001 |
No, I don't have Delphi. __________________ |
||
|
|
|
yehiaeg Junior Member
Registered: Sep 2003 |
Thanks anyway, will try to contact one of the developers __________________ |
||
|
|
|
saurabhAggarwal Junior Member
Registered: Jan 2005 |
hi |
||
|
|
|
yehiaeg Junior Member
Registered: Sep 2003 |
actually i made a dll that can be used to encrypt or decrypt data (using the madcrypt delphi unit), i can send it to u if it helps __________________ |
||
|
|
|
saurabhAggarwal Junior Member
Registered: Jan 2005 |
YES PLEASE MAY IT CAN HELP ME |
||
|
|
|
saurabhAggarwal Junior Member
Registered: Jan 2005 |
How can we make a dll, may I can make my own dll so that I can use my own algo for encryption and decryption. please also send your dll. |
||
|
|
|
yehiaeg Junior Member
Registered: Sep 2003 |
ok here it is, it works as a nsis plugin:
__________________ |
||
|
|
|
saurabhAggarwal Junior Member
Registered: Jan 2005 |
Hi |
||
|
|
|
yehiaeg Junior Member
Registered: Sep 2003 |
well. don't know about creating your own encryption algorithm, it's always better to use blowfish or des, anyway what language you use at the server to decrypt the data? __________________ |
||
|
|
|
saurabhAggarwal Junior Member
Registered: Jan 2005 |
to decrypt data at the server I am using CGI scripting (perl) |
||
|
|
|
Takhir Major Dude
Registered: Feb 2004 |
I did it long ago, but authentication algorithm may not require encrypted password transfer. For md5 (for one network protocol, may be NDMP?) I received 16 bytes from server, created another 64 bytes using user entered SN (simple function) and sent them back to server. And I saw md5 plug-ins and samples in NSIS archive. Hope this help |
||
|
|
|
saurabhAggarwal Junior Member
Registered: Jan 2005 |
I didn't tried that anyways I found the way |
||
|
|
|
ilya31 Junior Member
Registered: Apr 2005 |
Yehiaeg, how do I decrypt the result using your blowfish plug in? |
||
|
|
|
Afrow UK Moderator
Registered: Nov 2002 |
code: Not sure how the parameters work though... why the $0 is there. -Stu __________________ |
||
|
|
|
ilya31 Junior Member
Registered: Apr 2005 |
I figured it out. |
||
|
|
|
torpark Senior Member
Registered: Apr 2006 |
If there is no source code included in this, it is absolutely 100% useless. You can't trust closed source cryptography. You don't know if it has a backdoor in it or not. |
||
|
|
|
ricky03 Junior Member
Registered: Apr 2009 |
Source code
Hello, Last edited by ricky03 on 04-14-2009 at 06:58 AM |
||
|
|
|
Last Thread Next Thread
|
WINAMP.COM | Forums > Developer Center > NSIS Discussion > BlowFish and DES Plugin |
Forum Rules:
|