TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
bryan 0
NA
9
0
Encryption or Hasing or Text
May 12 2005 8:14 PM
I'm using dreamweaver's asp.net vb INSERT record, how do i encrypt the password the user type into the textbox
- How do i use this function to put inside: Public Function Get32ByteHash(ByVal data As String) As String Return data.GetHashCode.ToString("X").PadLeft(32, "0"c) End Function
Reply
Answers (
1
)
Program crashing while addring rows to the table
building a program similiar to "task manager"