|
-
Apr 19th, 2011, 03:00 AM
#1
Thread Starter
Hyperactive Member
[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
I would like to know different ways converting that "hex" array to string. Because I want to know how it is encoded.
-
Apr 19th, 2011, 06:58 AM
#2
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
-
Apr 19th, 2011, 08:01 AM
#3
Thread Starter
Hyperactive Member
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.
-
Apr 19th, 2011, 01:08 PM
#4
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)
-
Apr 19th, 2011, 02:50 PM
#5
Thread Starter
Hyperactive Member
Re: Different ways of reading Reg_Binary to string?
Yeah probably, so then there is no way to find out how it is encrypted?
-
Apr 19th, 2011, 02:51 PM
#6
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)
-
Apr 19th, 2011, 03:01 PM
#7
Thread Starter
Hyperactive Member
Re: Different ways of reading Reg_Binary to string?
Okay, thx for telling me anyway.
-
Apr 19th, 2011, 07:18 PM
#8
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
-
Apr 20th, 2011, 04:24 AM
#9
Thread Starter
Hyperactive Member
Re: [RESOLVED] Different ways of reading Reg_Binary to string?
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
|