Author |
Topic  |
|
realnus
New Member

Turkey
77 Posts |
Posted - 30 July 2005 : 09:18:15
|
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
|
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 |
 |
|
realnus
New Member

Turkey
77 Posts |
Posted - 02 August 2005 : 16:51:27
|
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 ... |
 |
|
Shaggy
Support Moderator
    
Ireland
6780 Posts |
Posted - 03 August 2005 : 05:37:04
|
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. |
 |
|
Podge
Support Moderator
    
Ireland
3776 Posts |
|
realnus
New Member

Turkey
77 Posts |
Posted - 03 August 2005 : 18:14:20
|
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 ? |
 |
|
Podge
Support Moderator
    
Ireland
3776 Posts |
Posted - 03 August 2005 : 20:12:13
|
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. |
 |
|
|
Topic  |
|