Results 1 to 6 of 6

Thread: Question about Registry

  1. #1

    Thread Starter
    Lively Member rotcrules's Avatar
    Join Date
    Mar 2004
    Location
    SD
    Posts
    113

    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]

  2. #2
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    If you want it to.

    What are you trying to accomplish?

  3. #3

    Thread Starter
    Lively Member rotcrules's Avatar
    Join Date
    Mar 2004
    Location
    SD
    Posts
    113
    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]

  4. #4
    Fanatic Member sridharavijay's Avatar
    Join Date
    Sep 2002
    Location
    http://www.vijaysridhara.in
    Posts
    589
    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

  5. #5

    Thread Starter
    Lively Member rotcrules's Avatar
    Join Date
    Mar 2004
    Location
    SD
    Posts
    113
    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]

  6. #6
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170
    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
  •  



Click Here to Expand Forum to Full Width