Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 8 of 8 total
Thread I forgot my encrption password :(
Tue, Sep 2 2014 2:55 PMPermanent Link

baris g

Hi,

I forgot my encryption password.
How can I find it or remove it?

I cannot access my database without password Frown
Tue, Sep 2 2014 4:23 PMPermanent Link

Raul

Team Elevate Team Elevate

On 9/2/2014 2:55 PM, baris g wrote:
> I forgot my encryption password.
> How can I find it or remove it?
>
> I cannot access my database without password Frown
>

Are you encrypting the actual table data  ?

If so then my only suggestion is to check if you have an edbmgr with the
password stored in the ini still around somewhere or have stored the
password somehwere else (like in code).

I'm not aware of there being way of retrieving it - that would be
considered a major security risk in case of something like EDB.

Raul




Tue, Sep 2 2014 5:10 PMPermanent Link

baris g

Actually, I have only edbtbl, edbtblx and config files but I cannot remember password.
Because I reinstalled my computer.





Raul wrote:

On 9/2/2014 2:55 PM, baris g wrote:
> I forgot my encryption password.
> How can I find it or remove it?
>
> I cannot access my database without password Frown
>

Are you encrypting the actual table data  ?

If so then my only suggestion is to check if you have an edbmgr with the
password stored in the ini still around somewhere or have stored the
password somehwere else (like in code).

I'm not aware of there being way of retrieving it - that would be
considered a major security risk in case of something like EDB.

Raul
Tue, Sep 2 2014 5:11 PMPermanent Link

baris g

I tried hex editor to find password but it doesn't work.


baris g wrote:

Actually, I have only edbtbl, edbtblx and config files but I cannot remember password.
Because I reinstalled my computer.





Raul wrote:

On 9/2/2014 2:55 PM, baris g wrote:
> I forgot my encryption password.
> How can I find it or remove it?
>
> I cannot access my database without password Frown
>

Are you encrypting the actual table data  ?

If so then my only suggestion is to check if you have an edbmgr with the
password stored in the ini still around somewhere or have stored the
password somehwere else (like in code).

I'm not aware of there being way of retrieving it - that would be
considered a major security risk in case of something like EDB.

Raul
Tue, Sep 2 2014 5:20 PMPermanent Link

Raul

Team Elevate Team Elevate

On 9/2/2014 5:11 PM, baris g wrote:
> I tried hex editor to find password but it doesn't work.

AFAIK it's not actually stored as that would be a security flaw also so
if you have encrypted the table and don't know the password then i don't
there is anything that can be done.

I'd suggest you double check that table is actually encrypted since
you'd need to specifically set that during table creation.

Raul


Wed, Sep 3 2014 3:23 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

baris


I'm slightly baffled. How does reinstalling your computer make you forget your encryption password?

However, that is immaterial, since, unlike DBISAM, there is no way to retrieve the password from the tables. I don't think there's even anything that Tim can do to help you here.

Unless you have the encryption password stored somewhere the only thing that I can recommend is a brute force attack and hope that your password lies near the front of any scheme you come up with.

Roy Lambert
Wed, Sep 3 2014 3:41 AMPermanent Link

Matthew Jones

Roy Lambert wrote:

> ... the only
> thing that I can recommend is a brute force attack ...

And start using something like 1password to store your passwords. FWIW,
I used 1password to generate both the new administrator name and its
password for my web store, so it isn't "admin" but something like
"b7hYMz6qtMQxd" for the user name.

But you have to store it somewhere, and I know that mine is in the
source code since it has to be there to open it...


--

Matthew Jones
Wed, Sep 3 2014 1:46 PMPermanent Link

Jan Ferguson

Data Software Solutions, Inc.

Team Elevate Team Elevate

I agree with Matthew. Have you checked the "EncryptionPassword"
property in the TEDBEngine component? AFAIK, if you changed the
encryption password you would have to be using an explicit TEDBEngine
component with the changed password.
--
Jan


Matthew Jones wrote:

> But you have to store it somewhere, and I know that mine is in the
> source code since it has to be there to open it...
Image