User Control Panel
Advertisements

HELP US, HELP YOU!

MSN TK
Goto page Previous  1, 2, 3, 4  Next
 
Post new topic   Reply to topic    Bot Depot Forum Index -> Promote A Bot or Site
View unanswered posts
Author Message
M4RTIN
Member
Member


Joined: 31 Dec 2004
Posts: 134

Reputation: 19.2Reputation: 19.2

PostPosted: Wed Jan 26, 2005 3:39 pm    Post subject: Reply with quote

Can i join? :unsure:
Back to top
darkmonkey
The Merovingian
The Merovingian


Joined: 18 Apr 2004
Posts: 2557
Location: London, England
Reputation: 39.3Reputation: 39.3Reputation: 39.3Reputation: 39.3
votes: 7

PostPosted: Wed Jan 26, 2005 5:49 pm    Post subject: Reply with quote

Can you code? From your !getowner command, I would say no. Ask Matt though, I'm just rambing....
_________________
~ Josh
[ Need bot hosting on a dedicated server? PM me. ]
Back to top
Gavin
God Like
God Like


Joined: 15 Mar 2004
Posts: 661
Location: Manchester, UK
Reputation: 36.2Reputation: 36.2Reputation: 36.2Reputation: 36.2

PostPosted: Wed Jan 26, 2005 7:36 pm    Post subject: Reply with quote

I'll do some testing if you want. Im learning TK at the moment so I wont be much help in the coding way as I know nothing about it.
_________________
MSN: gavin [at] gavinbrittain [dot] co [dot] uk
E-Portfolio: www.gavinbrittain.co.uk (New version comming soon)
Back to top
Cer
Upgraded Agent
Upgraded Agent


Joined: 03 Feb 2004
Posts: 3776
Location: Michigan
Reputation: 146.9
votes: 4

PostPosted: Wed Jan 26, 2005 7:39 pm    Post subject: Reply with quote

I've already been elected to help code it. ^^ I'm pretty decent with Tk, too.
_________________
Current Site (2008) http://www.cuvou.com/
Back to top
kings_on_steeds
Senior Member
Senior Member


Joined: 05 Apr 2004
Posts: 290
Location: Bookham, Surrey, UK
Reputation: 35.1Reputation: 35.1Reputation: 35.1Reputation: 35.1

PostPosted: Wed Jan 26, 2005 11:03 pm    Post subject: Reply with quote

umm cer you are decent with EVERYTHING, well ish


my first post in ages and i am back to my rookie phase my biggin up cer once again! *lazy*!!
Back to top
mattaustin
Sentinel
Sentinel


Joined: 19 Jul 2004
Posts: 556
Location: Los Angeles, CA
Reputation: 50.7
votes: 1

PostPosted: Thu Jan 27, 2005 11:19 pm    Post subject: Reply with quote

sorry for the down images...im trying to move them to another server for the time
_________________
[ matt ]
Back to top
Addict
Not Yet a God
Not Yet a God


Joined: 21 Jan 2004
Posts: 473

Reputation: 34.4Reputation: 34.4Reputation: 34.4

PostPosted: Fri Jan 28, 2005 12:23 am    Post subject: Reply with quote

My server, (Matt's host) will be up sometime tomarrow. Just got to transfer the payments.
Back to top
brother
Senior Member
Senior Member


Joined: 06 Aug 2004
Posts: 156
Location: Belgium
Reputation: 24.5Reputation: 24.5

PostPosted: Fri Jan 28, 2005 1:10 pm    Post subject: Reply with quote

QUOTE(darkmonkey @ Jan 24 2005, 02:42 PM)
MD5 encryption rawks. It's algorythm is so complicated, it is almost impossible to decypher, and yet is very easy to use Smile.

MD5 is one-way encryption...

You can't get the password back by simply 'decoding' it, you can however compare an entered pass with the one stored in a database for example.

So, for using a retrievable password that's obfuscated in the ini file (like for example auto-saved passwords), there is no full-proof cyphering protocol that can not be reversed (since you need to reverse it yourself and the code will be open).

You can however use a SALT with your cyphering code and depend this SALT on a system parameter that is unique to the system it is run on (hopefully always staying the same). Then, when your client with its ini is run on another pc, and you can't decypher it using that SALT (since it would be different), you fail back to no password and ask the user to provide his/hers.

The most easy cyphering would be to juggle the ASCII values of the letters a bit (using the SALT as the dynamic parameter)...

I've been busy for a while with some of the well known encryption and cyphering methods, and even wrote some myself. So if you need help defining a good method, i'm all ears.
Back to top
Cer
Upgraded Agent
Upgraded Agent


Joined: 03 Feb 2004
Posts: 3776
Location: Michigan
Reputation: 146.9
votes: 4

PostPosted: Fri Jan 28, 2005 8:16 pm    Post subject: Reply with quote

An interesting Perl module I saw once is Acme::Bleach, it converts your fully working Perl code into a series of white spaces (tabs, spaces, etc.). If you view the source of the code, it will look blank... selecting it will show that there are lots of spaces there.

The code would look like this afterwards:
Code:
use Acme::Bleach;<br /><br /><br /><br /><br /><br /><br />

(I didn't include white spaces there because this forum would probably take them away for being pointless Razz ).

Anyways, in the file that stores passwords and stuff, you could make it an external Perl file, that looks something like this:

Code:
use Acme::Bleach;<br /><br />$pimp->{stored_names}->{'name@domain.com'} = 'password';


And then when the code is require'd, it should execute Acme::Bleach and white-out the code.

Acme::Bleach can probably be deciphered too, but that in addition to other encryptions with the password itself (and have the password decoder be bleached too, just to add to the "fun")... it should keep the passwords relatively secure.

_________________
Current Site (2008) http://www.cuvou.com/
Back to top
mathieu2005
Young One
Young One


Joined: 23 Dec 2004
Posts: 76

Reputation: 18.4Reputation: 18.4

PostPosted: Sat Jan 29, 2005 7:32 pm    Post subject: Reply with quote

How can i have this client
Back to top
Cer
Upgraded Agent
Upgraded Agent


Joined: 03 Feb 2004
Posts: 3776
Location: Michigan
Reputation: 146.9
votes: 4

PostPosted: Sat Jan 29, 2005 7:43 pm    Post subject: Reply with quote

QUOTE(mathieu2005 @ Jan 29 2005, 02:32 PM)
How can i have this client

It's not up for public release yet, you'll have to wait a while. Razz

_________________
Current Site (2008) http://www.cuvou.com/
Back to top
mathieu2005
Young One
Young One


Joined: 23 Dec 2004
Posts: 76

Reputation: 18.4Reputation: 18.4

PostPosted: Sat Jan 29, 2005 9:16 pm    Post subject: Reply with quote

ok
Back to top
davidk
Senior Member
Senior Member


Joined: 14 Feb 2004
Posts: 195
Location: United Kingdom, Europe, Earth, Solar system, The Milky Way, The Universe, the 3rd Dimension.
Reputation: 31.1Reputation: 31.1Reputation: 31.1

PostPosted: Mon Feb 14, 2005 7:01 pm    Post subject: Reply with quote

*volunteers to beta test but goes OTT*

OOOOOOH! Pick me! *raises hand* Pick me! PLEASE! MEEE!! I want to Beta Test/Code/do something useful! MEEEEEEEEEEEEE!

I could open an official support forum... or beta test... or code in it... or build a good skin for it... the possibilities are endless!!!! I could do all of them!
Back to top
purcelly
God Like
God Like


Joined: 10 Jun 2004
Posts: 560
Location: North West, England
Reputation: 35.1Reputation: 35.1Reputation: 35.1Reputation: 35.1

PostPosted: Mon Feb 14, 2005 7:51 pm    Post subject: Reply with quote

im just guessing but i think david wants to bve useful
Back to top
Pepper
Senior Member
Senior Member


Joined: 30 Jul 2004
Posts: 178
Location: Auckland, New Zealand
Reputation: 9.1Reputation: 9.1Reputation: 9.1Reputation: 9.1Reputation: 9.1Reputation: 9.1Reputation: 9.1Reputation: 9.1Reputation: 9.1

PostPosted: Wed Feb 16, 2005 4:45 am    Post subject: Reply with quote

I want to be useful too!

I could open a website/forum?
Back to top
Display posts from previous:   
Post new topic   Reply to topic    Bot Depot Forum Index -> Promote A Bot or Site All times are GMT
Goto page Previous  1, 2, 3, 4  Next
Page 3 of 4

 



Protected by phpBB Security phpBB-TweakS
phpBB Security Has Blocked 9 Exploit Attempts.
Antispam Captcha Mod by phpbb-security.com
Powered by phpBB © 2001, 2005 phpBB Group