need help in encrypt password

Please support our VB.NET advertiser: Programming Forums - DaniWeb Sister Site
Reply

Join Date: Jan 2008
Posts: 4
Reputation: pohyf is an unknown quantity at this point 
Solved Threads: 0
pohyf pohyf is offline Offline
Newbie Poster

need help in encrypt password

 
0
  #1
Feb 28th, 2008
im new to visual basic. can i know how to do a xor encrypt password using vb 2005 express?

please help. im willing to learn
Reply With Quote Quick reply to this message  
Join Date: Oct 2006
Posts: 2,988
Reputation: niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute niek_e has a reputation beyond repute 
Solved Threads: 308
Moderator
Featured Poster
niek_e's Avatar
niek_e niek_e is offline Offline
Cenosillicaphobiac

Re: need help in encrypt password

 
0
  #2
Feb 28th, 2008
If your password is a string, you need to break it up in seperate chars (an array of chars) and then use the Xor operator on each character.

Niek
Reply With Quote Quick reply to this message  
Join Date: Jan 2008
Posts: 4
Reputation: pohyf is an unknown quantity at this point 
Solved Threads: 0
pohyf pohyf is offline Offline
Newbie Poster

Re: need help in encrypt password

 
0
  #3
Feb 28th, 2008
i have a simple one. can i apply xor on this?


  1. For i = 1 To Len(Password)
  2. Result = Result & Chr(Asc(Mid(Password, i, 1)) * 2)
  3. Next
Reply With Quote Quick reply to this message  
Join Date: Feb 2008
Posts: 1
Reputation: dotnetclassic is an unknown quantity at this point 
Solved Threads: 0
dotnetclassic dotnetclassic is offline Offline
Newbie Poster

Re: need help in encrypt password

 
0
  #4
Feb 28th, 2008
please check following code
http://www.dotnetclassic.com/post/En...n-Library.aspx


Originally Posted by pohyf View Post
im new to visual basic. can i know how to do a xor encrypt password using vb 2005 express?

please help. im willing to learn
Reply With Quote Quick reply to this message  
Reply

This thread is more than three months old.
Perhaps start a new thread instead?
Message:




Views: 2286 | Replies: 3
Thread Tools Search this Thread



Tag cloud for VB.NET
About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC