can a string in a registry contain all the ASCII keys?
Printable View
can a string in a registry contain all the ASCII keys?
If you want it to.
What are you trying to accomplish?
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
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 :o
It is Safe to use the Chr function to assign a key? Right?:confused:
I think so, I'm not sure what you mean by that though.
Show your code.