- Home
·
- Encryption
·
- Effective and Very Simple program for encrypt the text password . For that u need a Textbox named
Effective and Very Simple program for encrypt the text password . For that u need a Textbox named
Effective and Very Simple program for encrypt the text password . For that u need a Textbox named "pass"
Rate Effective and Very Simple program for encrypt the text password . For that u need a Textbox named
(2(2 Vote))
Dim login, pass1 As String
Dim passch(8) As String
Dim ctr
pass1 = Len(pass.Text)
ctr = 1
Do While ctr <= pass1
passch(ctr) = Mid(pass.Text, ctr, 1)
passtemp = Asc(passch(ctr)) + 17
passnew = CStr(passnew) & Chr(passtemp)
passtemp = ""
ctr = ctr + 1
Loop
MsgBox "Your Password after encrypted is " passnew
Effective and Very Simple program for encrypt the text password . For that u need a Textbox named Comments
No comments yet — be the first to post one!
Post a Comment