| | |
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 2005 2008 access account arithmetic array basic bing browser button buttons center check code combobox component crystalreport cuesent data database datagrid datagridview date datetimepicker dissertation dissertations dissertationtopic dropdownlist excel fade file-dialog filter ftp generatetags google gridview hardcopy images input insert intel internet mobile monitor ms net networking objects output panel passingparameters pdf picturebox picturebox1 port position print printing problem problemwithinstallation project save searchbox searchvb.net select serial settings shutdown soap survey table tcp temperature text textbox timer timespan toolbox transparency trim update updown user vb vb.net vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio2008 web winforms wpf year






