Forgot access database password - it is easy to recover?

jaryszek

Registered User.
Local time
Yesterday, 16:03
Joined
Aug 25, 2016
Messages
756
Hi Guys,

i forgot my database access. It is easy to break the pass?
What encoding script is used to secure access?

Best,
Jacek
 
this is accdb
 
Access uses 128-bit encryption in ACCDB format so FE passwords are almost impossible to crack other than by brute force.
There is a workround for BE passwords.
 
Thank you Colin,

It is BE.

But what is a different with BE and FE? You can swith between them?

I was jsut linking table from FE databse to BE database and thats it. How we can have 2 different things here?
Can you please explain more or send any links to read more?

Jacek
 
Thank you Colin,

It is BE.

But what is a different with BE and FE? You can swith between them?

I was jsut linking table from FE databse to BE database and thats it. How we can have 2 different things here?
Can you please explain more or send any links to read more?

Jacek
Hi Jacek. I asked if it was a BE or a FE. So, thanks for answering that. Are you still able to use the FE for the same BE with the forgotten password?
 
Hi Jacek
If you think it through, the workround is simple from the FE. However if you only have the BE, you are stuck!
 
thank you!

I have BE with password and linked FE. I forgot BE pass.

Can anybody help with this trick?

Colin,
you said that only FE is 128 so BE is ...?

Jacek
 
open MsysObjects on FE, on the field Connect, look for the connection for the BE and
you will find the Password.
 
is that it? go and scribble the password to a notebook!
 
Yes it is.

Guys. about the trick it is the same what arnelgp provided?

Jacek
 
It was no trick. I was trying to get you to work it out for yourself.
All you needed to do was look at the connection string for the linked table(s).
Arnel provided one method of doing so. There are others,

All ACCDB encryption is 128-bit whether FE or BE
 
thanks!

I think workbook password is set up with 256-bit encryption.

Can anybody share link woth other methods to find lost password? Just for the future?

Jacek
 
Code:
CurrentDB.TableDefs("LinkedTableName").Connect
 

Users who are viewing this thread

Back
Top Bottom