Forgot access database password - it is easy to recover? (1 Viewer)

jaryszek

Registered User.
Local time
Today, 02:24
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
 

jaryszek

Registered User.
Local time
Today, 02:24
Joined
Aug 25, 2016
Messages
756
this is accdb
 

isladogs

MVP / VIP
Local time
Today, 10:24
Joined
Jan 14, 2017
Messages
18,209
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.
 

jaryszek

Registered User.
Local time
Today, 02:24
Joined
Aug 25, 2016
Messages
756
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
 

theDBguy

I’m here to help
Staff member
Local time
Today, 02:24
Joined
Oct 29, 2018
Messages
21,454
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?
 

isladogs

MVP / VIP
Local time
Today, 10:24
Joined
Jan 14, 2017
Messages
18,209
Hi Jacek
If you think it through, the workround is simple from the FE. However if you only have the BE, you are stuck!
 

jaryszek

Registered User.
Local time
Today, 02:24
Joined
Aug 25, 2016
Messages
756
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
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 17:24
Joined
May 7, 2009
Messages
19,232
open MsysObjects on FE, on the field Connect, look for the connection for the BE and
you will find the Password.
 

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 17:24
Joined
May 7, 2009
Messages
19,232
is that it? go and scribble the password to a notebook!
 

jaryszek

Registered User.
Local time
Today, 02:24
Joined
Aug 25, 2016
Messages
756
Yes it is.

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

Jacek
 

isladogs

MVP / VIP
Local time
Today, 10:24
Joined
Jan 14, 2017
Messages
18,209
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
 

jaryszek

Registered User.
Local time
Today, 02:24
Joined
Aug 25, 2016
Messages
756
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
 

isladogs

MVP / VIP
Local time
Today, 10:24
Joined
Jan 14, 2017
Messages
18,209
Code:
CurrentDB.TableDefs("LinkedTableName").Connect
 

Users who are viewing this thread

Top Bottom