| | |
DateTime stamp or Code?
Please support our VB.NET advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Aug 2009
Posts: 3
Reputation:
Solved Threads: 0
Has anyone ever seen a date time stamp or code like this?
VB.NET Syntax (Toggle Plain Text)
7CDE8F64DB88782E4EEEBF5DF6B84F034FEEBD54EBB1551E44F3BF5088C93E6B
That is a base64 encoded string. Decode it and you get a 48byte array:
vb.net Syntax (Toggle Plain Text)
Convert.FromBase64String("7CDE8F64DB88782E4EEEBF5DF6B84F034FEEBD54EBB1551E44F3BF5088C93E6B")
•
•
Join Date: Aug 2009
Posts: 3
Reputation:
Solved Threads: 0
•
•
•
•
That is a base64 encoded string. Decode it and you get a 48byte array:
vb.net Syntax (Toggle Plain Text)
Convert.FromBase64String("7CDE8F64DB88782E4EEEBF5DF6B84F034FEEBD54EBB1551E44F3BF5088C93E6B")
Thanks that helped get me started now I just have to figure out how they managed to get those 48byte array out of a date string "August 4, 2009". But at least now I'm on the right track and making progress.
Dates are stored in binary as a long which is 64 bytes so i'm guessing either it isn't a BASE64 string OR they're doing something tricky here. Is this a .NET application generating this hash/crypto string? If not then what language is it in?
•
•
Join Date: Aug 2009
Posts: 3
Reputation:
Solved Threads: 0
•
•
•
•
Dates are stored in binary as a long which is 64 bytes so i'm guessing either it isn't a BASE64 string OR they're doing something tricky here. Is this a .NET application generating this hash/crypto string? If not then what language is it in?
It's a vb.NET app that a friend threw at me to take a look at. But I've been having problems making heads or tails of it. Pretty much it has a .exe and .ini the .ini has just two lines in it basically a [VarHead] and then the KEY="..." (what I posted earlier). It is possible that it's being hashed, I tried to pull the data binary but it kept throwing errors like crazy.
•
•
•
•
.ini has just two lines in it basically a [VarHead] and then the KEY="..." (what I posted earlier). It is possible that it's being hashed, I tried to pull the data binary but it kept throwing errors like crazy.
Teme64 @ Windows Developer Blog
![]() |
Similar Threads
- Starting Python (Python)
- How to take only date from DateTime in C# (C#)
- Getting EventInfo about fired event in the event handler code (C#)
- Code-behind model (ASP.NET)
- import txt file sql database plz help! (C#)
- datetime in python (Python)
- trouble with logic (PHP)
- overloading Operator << to accept endl (C)
- Help with operator overloading of << (C)
Other Threads in the VB.NET Forum
- Previous Thread: Flash Interaction with VB.net
- Next Thread: 2-dimentinal dynamic array
| Thread Tools | Search this Thread |
.net .net2008 2008 access account advanced application array basic beginner browser button buttons center click code combo cuesent data database datagrid datagridview date datetimepicker designer dissertation dissertations dissertationtopic excel exists fade filter forms ftp generatetags html images input insert intel internet listview map mobile module monitor msaccess net number objects open panel passingparameters pdf picturebox picturebox2 port position print printing problem regex right-to-left save search searchvb.net select serial settings shutdown socket sqldatbase sqlserver survey table temperature textbox timer timespan transparency txttoxmlconverter update user usercontol vb vb.net vb.netformclosing()eventpictureboxmessagebox vba vbnet visual visualbasic visualbasic.net visualstudio.net visualstudio2008 web winforms wpf wrapingcode xml year






