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)
 register with asp.net form
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

realnus
New Member

Turkey
77 Posts

Posted - 30 July 2005 :  09:18:15  Show Profile
Hi I have snitzforums 3,4,04 installed... I am buildinG a .NET based(VB) mainpage which works good with snitzforums . I have developed a few pages with session transfer asp to asp.NET and works great ... I have implemented asp.net technology with snitzforums (For login and using usernames dunamically for main page posts).

I have to do one more step for registering. We know that while registering inc_sha256.asp works for passwords field to be coded again and the passwords can not be decoded . It is really hard to modify snitzcodes for designing and I am really getting hard on this .So I have decided to make a form for registering with asp.NET ... Becouse of the inc_sha256.asp I cant build a simple database insert into command or sth else ...

So , How can I use inc_sha256.asp (or include) for my register form ?

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 02 August 2005 :  05:56:05  Show Profile
topic.asp?TOPIC_ID=58374

Search is your friend.


Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”

Edited by - Shaggy on 02 August 2005 05:58:17
Go to Top of Page

realnus
New Member

Turkey
77 Posts

Posted - 02 August 2005 :  16:51:27  Show Profile
shaggy, I love my friend and helped me many times before. I found the link that you gave me but I couldn't understand about it . Even I have sent mail to Dexterp37 , visit his wep page , but couldnt get an answer .. After all I decided to post the message above ...

I have searched about SHA256 from internet and found many articles about it ... I have exams this week , so I am not able to read and apply them ... After a week , I will focus on this subject becouse no answeres are given to my post ...

Thanks ...
Go to Top of Page

Shaggy
Support Moderator

Ireland
6780 Posts

Posted - 03 August 2005 :  05:37:04  Show Profile
Sorry, man, assumed you'd hadn't searched. Unfortunately, I don't know squat about .NET so can't be of much help. Podge seemed to know what he was talking about in that topic, so maybe he could shed some light on it for you next time he's here.


Search is your friend
“I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Go to Top of Page

Podge
Support Moderator

Ireland
3776 Posts

Posted - 03 August 2005 :  06:11:37  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
Howdy. Realnus are you using VB or C# (or some other language) for your dotnet pages?

The function I posted in the other thread should replace inc_sha256.asp i.e. it will encrypt the passwords for you which would could then insert into the Snitz database.

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page

realnus
New Member

Turkey
77 Posts

Posted - 03 August 2005 :  18:14:20  Show Profile
I am using Vb coding Podge ...
I tried the code you gave in the dexterp37's post .But it didn't worked for me.It gives an error
BC30469: Paylaŝŭlmayan bir üyeye baŝvuru nesne baŝvurusu gerektirir
It is hard to translate the sentence to english but it is alike "to a not shareable member requests object request is needed"

And the detailed error is here Return LCase$(ToHexString(SHA256Hasher.ComputeHash(Encoder.GetBytes(InputStr))))

The red words are the reason of the error ...

May be I am missing a Namespace .But I have added the namespace below
<%@ import Namespace="System.Security.Cryptography" %>

So , what may be the problem ?
Go to Top of Page

Podge
Support Moderator

Ireland
3776 Posts

Posted - 03 August 2005 :  20:12:13  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
Its nine months since I last did anything with the sha256 function but checking the code I used I didn't need to import the Cryptography library.

This is an example of how you would use the function

encryptedPassword = SHA256Hash(aStringPassword)


The error means "BC30469: This reference to a non-shared member requires an object reference, and none is supplied."
Have you included the function on the same dotnet page you are calling it from?
Can you post your code in a textfile? or email it to me if you don't want it to be public?

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
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.32 seconds. Powered By: Snitz Forums 2000 Version 3.4.07