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

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 Remove encryption
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

rc1ark
Starting Member

2 Posts

Posted - 11 February 2005 :  14:57:07  Show Profile
I currently have an older version of Snitz running and would like to upgrade to the latest version. I also have several other 'modules' that use the forum database for authentication. Upon testing a forum upgrade, I noticed that the passwords now get encrypted. Is there any way to disable this? A switch somewhere within Snitz? Having to change all of my other code to use encryption would take a great deal of work. Any help with this would be appreciated. Thanks!

~RC

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 11 February 2005 :  15:08:22  Show Profile  Send ruirib a Yahoo! Message
You just need to change the sha256 function, in inc_sha256.asp.
Where you now have

Public Function SHA256(sMessage)
    Dim HASH(7)
    (...)

Change it to

Public Function SHA256(sMessage)
     sha256=sMessage
     Exit Function
     Dim HASH(7)
    (...)



Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

rc1ark
Starting Member

2 Posts

Posted - 11 February 2005 :  15:16:24  Show Profile
Thanks.....not sure why that didn't just occur to me....I will give it a shot.

~RC
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 11 February 2005 :  15:52:17  Show Profile  Send ruirib a Yahoo! Message
You're welcome.


Snitz 3.4 Readme | Like the support? Support Snitz too
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 0.41 seconds. Powered By: Snitz Forums 2000 Version 3.4.07