Hi All,
I’ve recently come across a database table that I need to decrypt. This field should be a string, however it seems encrypted:
TX01.0, (0# 0 . /@ ‘1H92!L969T(&%I;&5R;VX@:7,@
0 “0! ! 0_P ) ! B)!
&T 80!L %T ” @(” @(” @(” @(” @(” @(” @(” @(” @(” @(” @(” @(” @(” @(” @”B @(” @(” @(” @(” @(2 @
I’m suspecting that this might be serialization, however I don’t know where to go from here. I think I might have to contact the author.
Any ideas?
To be certain - this comes from a MS ACCESS mdb file. I am able to open the database and access the table - some fields appear as plain text, however this field appears in this manner.
In addition, the field type is of type "memo".
Related posts:








1 response so far ↓
1 ? // Aug 15, 2008
looks to me like it’s actually just a binary file that you tried opening up with a text editor and that’s why it looks like gibberish. To know for sure, you’d have to explain what “database” this comes from and possibly add some more details.
Leave a Comment