Results 1 to 9 of 9

Thread: [RESOLVED] Different ways of reading Reg_Binary to string?

  1. #1

    Thread Starter
    Hyperactive Member Cyb3rH4Xter's Avatar
    Join Date
    May 2009
    Location
    Sweden
    Posts
    449

    Resolved [RESOLVED] Different ways of reading Reg_Binary to string?

    I have this value that I exported from regedit:

    Code:
    "Value"=hex:56,d6,b5,e9,b5,f0,90,f2,6c,64,51,ad,df,c8,6d,75,db,31,1f,bc
    The hex after the colon should be
    Code:
    7ahk7dht74
    I would like to know different ways converting that "hex" array to string. Because I want to know how it is encoded.

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Different ways of reading Reg_Binary to string?

    How did you end up with the value 7ahk7dht74?
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  3. #3

    Thread Starter
    Hyperactive Member Cyb3rH4Xter's Avatar
    Join Date
    May 2009
    Location
    Sweden
    Posts
    449

    Re: Different ways of reading Reg_Binary to string?

    No I didn't end up with it. A program that is not open source creates that key, and in the program it says the key got the value as written above.

  4. #4
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497

    Re: Different ways of reading Reg_Binary to string?

    It's obviously encoded or encrypted. That's the only reason a 20 digit hex becomes a 10-digit string.
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

  5. #5

    Thread Starter
    Hyperactive Member Cyb3rH4Xter's Avatar
    Join Date
    May 2009
    Location
    Sweden
    Posts
    449

    Re: Different ways of reading Reg_Binary to string?

    Yeah probably, so then there is no way to find out how it is encrypted?

  6. #6
    C# Aficionado Lord_Rat's Avatar
    Join Date
    Sep 2001
    Location
    Cave
    Posts
    2,497

    Re: Different ways of reading Reg_Binary to string?

    You'd have to ask the company that's storing the data. It doesn't appear to be something simple like a Caesar Cypher.
    Need to re-register ASP.NET?
    C:\WINNT\Microsoft.NET\Framework\v#VERSIONNUMBER#\aspnet_regiis -i

    (Edit #VERSIONNUMBER# as needed - do a DIR if you don't know)

  7. #7

    Thread Starter
    Hyperactive Member Cyb3rH4Xter's Avatar
    Join Date
    May 2009
    Location
    Sweden
    Posts
    449

    Re: Different ways of reading Reg_Binary to string?

    Okay, thx for telling me anyway.

  8. #8
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: [RESOLVED] Different ways of reading Reg_Binary to string?

    I found this yesterday but forgot to post the link.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

  9. #9

    Thread Starter
    Hyperactive Member Cyb3rH4Xter's Avatar
    Join Date
    May 2009
    Location
    Sweden
    Posts
    449

    Re: [RESOLVED] Different ways of reading Reg_Binary to string?

    thx I will look into it.

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