|
-
May 13th, 2004, 11:13 PM
#1
Thread Starter
Lively Member
Question about Registry
can a string in a registry contain all the ASCII keys?
[Vbcode]If YourOpinion = WindowsIsCrap Then
Kill Wndows
Open Linux
ElseIf YourOpinion = WindowsIsGreat Then
Unload Me
Else
Get MSNTV
End If[/vbcode]
-
May 14th, 2004, 01:36 AM
#2
If you want it to.
What are you trying to accomplish?
-
May 14th, 2004, 10:22 PM
#3
Thread Starter
Lively Member
What i am doing is making a password that is encripted that is stored in the registry
first it transforms the password into ascii numbers and does all this math to encript it
what i want to do is put not numbers but characters in the registry for further encription
i know how to do this I just want to know if the computer will crash because a registry string has invalid characters or somthing
THANKS
[Vbcode]If YourOpinion = WindowsIsCrap Then
Kill Wndows
Open Linux
ElseIf YourOpinion = WindowsIsGreat Then
Unload Me
Else
Get MSNTV
End If[/vbcode]
-
May 15th, 2004, 12:45 AM
#4
Fanatic Member
I dont believe it will crash for any ascii value...It can hold all ascii values I suppose....But ensure that your encripted characters donot include control characters to be on safe side.
HTH
-
May 15th, 2004, 01:14 AM
#5
Thread Starter
Lively Member
It is Safe to use the Chr function to assign a key? Right?
[Vbcode]If YourOpinion = WindowsIsCrap Then
Kill Wndows
Open Linux
ElseIf YourOpinion = WindowsIsGreat Then
Unload Me
Else
Get MSNTV
End If[/vbcode]
-
May 15th, 2004, 04:20 AM
#6
I think so, I'm not sure what you mean by that though.
Show your code.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|