Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Community Forums
 Code Support: ASP (Non-Forum Related)
 look what I did just playing around :)
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 11 November 2001 :  22:46:54  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
http://ttnetworks.121hosts.net/scriptmate/test_code.asp

its very 'raw' but I was just playing with some stuff, feel free to critisize/comment on it :)

----
-Eric (da_stimulator)
Stims Snitz Test area - Running 3.3.03, 4 beta, Huw's code, and Davio's code
Need a Mod? Check out the Mod Resource

Gremlin
General Help Moderator

New Zealand
7528 Posts

Posted - 12 November 2001 :  03:08:36  Show Profile  Visit Gremlin's Homepage
Funky

Halo of Xegony
Go to Top of Page

redbrad0
Advanced Member

USA
3725 Posts

Posted - 12 November 2001 :  11:06:01  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
thats cool, you could start encoding crap in the querystreing or cookies. I tested it and it even keeps A and a different.

Brad
Web Hosting with SQL Server @ $24.95 per month
Snitz Mod Archive

Go to Top of Page

mafifi
Junior Member

USA
308 Posts

Posted - 12 November 2001 :  12:35:22  Show Profile  Send mafifi an ICQ Message
Try this one. http://www.dynamicdrive.com/dynamicindex9/encrypter.htm

Thanks,

Mo
Go to Top of Page

redbrad0
Advanced Member

USA
3725 Posts

Posted - 12 November 2001 :  12:49:59  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
mafifi, thats nice, but it does not handle line breaks or anything like that. Also when you submit the code you can still read it, it looks like it just puts the %20 in for spaces. but when you preview code with more than one line, it comes out in on long straight line.

Brad
Web Hosting with SQL Server @ $24.95 per month
Snitz Mod Archive

Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 13 November 2001 :  00:37:04  Show Profile  Visit dayve's Homepage
why don't you incorporate this for the cookie/password issue, I'd be interested.

____________
dayve
http://www.nineinchnailz.com/forum
Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 13 November 2001 :  00:39:04  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
what cookie/password issue? I wasnt aware that there was one.

----
-Eric (da_stimulator)
Stims Snitz Test area - Running 3.3.03, 4 beta, Huw's code, and Davio's code
Need a Mod? Check out the Mod Resource
Go to Top of Page

davemaxwell
Access 2000 Support Moderator

USA
3020 Posts

Posted - 13 November 2001 :  08:28:48  Show Profile  Visit davemaxwell's Homepage  Send davemaxwell an AOL message  Send davemaxwell an ICQ Message  Send davemaxwell a Yahoo! Message
There is some concern that since the cookies are stored as plain text, they are unsafe on multi-user machines. For those systems that don't have a unique user logon for each user, I would agree totally agree. Why you WOULDN'T have a unique logon for every person, I don't know. That's just asking for problems.

Dave Maxwell
--------------
Proud to be a "World Class" Knucklehead
Go to Top of Page

redbrad0
Advanced Member

USA
3725 Posts

Posted - 13 November 2001 :  10:02:49  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
true, i think this could be easily done to upgrade the security of the cookies. how about on post.asp also encrypting the password on it?


<input name="UserName" type="hidden" Value="redbrad0">
<input name="Password" type="hidden" value="*****">


I still dont understand why this is there, couldnt in post_info.asp you check to see if they submited their username and password, if they didnt you try to load it from their cookies, and if that does not work then you tell them they have to register.

Brad
Web Hosting with SQL Server @ $24.95 per month
Snitz Mod Archive

Go to Top of Page

Da_Stimulator
DEV Team Forum Moderator

USA
3373 Posts

Posted - 13 November 2001 :  17:41:43  Show Profile  Send Da_Stimulator an AOL message  Send Da_Stimulator a Yahoo! Message
well I just tried using this on the snitz mod resource, and failed - incredibly failed. Everything was so screwed up I just put it back.

I'm working on making it work but I dont think this should be put in snitz code at all (yet), at least not until I get it working in a minor sense...

its very simple to decrypt - if someone took the time they could, there is a unique number code for each of the 255 charecters, and it remains the same.

I just started messing with making the number codes random, and I have it working to a degree, once I get that part working totally it would pretty much be un-crackable.

----
-Eric (da_stimulator)
Stims Snitz Test area - Running 3.3.03, 4 beta, Huw's code, and Davio's code
Need a Mod? Check out the Mod Resource
Go to Top of Page

dayve
Forum Moderator

USA
5820 Posts

Posted - 13 November 2001 :  22:39:41  Show Profile  Visit dayve's Homepage
quote:

There is some concern that since the cookies are stored as plain text, they are unsafe on multi-user machines. For those systems that don't have a unique user logon for each user, I would agree totally agree. Why you WOULDN'T have a unique logon for every person, I don't know. That's just asking for problems.

Dave Maxwell
--------------
Proud to be a "World Class" Knucklehead



with snitz gaining more and more popularity I find it amusing that I can go to any computer lab at various college/universities and just browse through the cookies and sure enough, there are snitz cookies left and right and passwords are for the taking. of course this is on the "shared" accounts that some schools insist on using.

____________
dayve
http://www.nineinchnailz.com/forum
Go to Top of Page

davemaxwell
Access 2000 Support Moderator

USA
3020 Posts

Posted - 14 November 2001 :  07:27:01  Show Profile  Visit davemaxwell's Homepage  Send davemaxwell an AOL message  Send davemaxwell an ICQ Message  Send davemaxwell a Yahoo! Message
quote:

quote:

There is some concern that since the cookies are stored as plain text, they are unsafe on multi-user machines. For those systems that don't have a unique user logon for each user, I would agree totally agree. Why you WOULDN'T have a unique logon for every person, I don't know. That's just asking for problems.

Dave Maxwell
--------------
Proud to be a "World Class" Knucklehead



with snitz gaining more and more popularity I find it amusing that I can go to any computer lab at various college/universities and just browse through the cookies and sure enough, there are snitz cookies left and right and passwords are for the taking. of course this is on the "shared" accounts that some schools insist on using.

____________
dayve
http://www.nineinchnailz.com/forum



Exactly my point. There should NEVER be shared accounts on something like a school system. And for public places like CyberCafe's, I would never save a password anyway, but that's just me....

Dave Maxwell
--------------
Proud to be a "World Class" Knucklehead
Go to Top of Page

bjlt
Senior Member

1144 Posts

Posted - 14 November 2001 :  09:11:31  Show Profile
this is really a problem.
I remember there was a discussion about this before.
one said he would make a encryption mod.
and there's also discussion on session key.
however, nothing seems to be done yet.

so why don't we start to make session key?
now?

Go to Top of Page

redbrad0
Advanced Member

USA
3725 Posts

Posted - 14 November 2001 :  10:51:21  Show Profile  Visit redbrad0's Homepage  Send redbrad0 an AOL message
yes your right, i do remember a topic about this a long time ago.

I beleieve this is the topic you are talking about.... http://forum.snitz.com/forum/topic.asp?TOPIC_ID=12707

Brad
Web Hosting with SQL Server @ $24.95 per month
Snitz Mod Archive

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 1.7 seconds. Powered By: Snitz Forums 2000 Version 3.4.07