Click here to Skip to main content
15,883,883 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello Friends
I have a software developed in vb6.0
the software has few textboxes and we have to type in it and the query is fetched
and matching result is displayed
It uses MS Access 2000 MDB format
Somehow i have managed to open the access file but when i open it
its all encrypted , masked so is there a way to remove the encryption and convert into readable format ?
The software decryptes the database and then displays the result
Thanks

Here's the screenshot

http://static.daniweb.com/images/attachments/4/661eb3db7509a8446ce4906d4d79dcba.JPG[^]
Posted
Updated 30-Jun-13 7:02am
v3
Comments
Valery Possoz 30-Jun-13 17:13pm    
And you have the source of this VB6 program? Surely you can find how it is encrypted.
Kumar_G 1-Jul-13 1:49am    
No i don't have the source code its a standalone application
Aydin Homay 1-Jul-13 0:02am    
For the Encryption/Decryption you should have a key if you don`t have a key so you should know which one algorithm used for Enc/Dec so could you tell me do you have a key?
Kumar_G 1-Jul-13 1:52am    
Well the database(MS Access MDB) was password protected so i have that password to open the database and i have no idea about the key its a file or characters or something ? Where exactly its located in the database ?

1 solution

 
Share this answer
 
Comments
Kumar_G 1-Jul-13 5:11am    
Well i already have the password of the file it just that the database is not in readable format all garbage values is has something with masking i guess
Aydin Homay 1-Jul-13 5:27am    
Ok could you tell me what is data type of this column?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900