Access security question

M

Matko

Hello,

I plan to use Access as a database for storing data for my application.
Programming language is C#.
1. How much Access database is secure. We all read about some
vulnerabilities in more powerfull databases lile Oracle, MS SQL, etc, but
how is going with Access.
2. Can Access database be converted to MDE extension and then store data to
it.
3. How much is secure (breakable) password in Access 2003, for example
password like Hj57Agf5DnWc2Nm , and does it matter how much is password long
in Access?

Thanks for the answers,
John
 
K

Keith Wilby

Matko said:
Hello,

I plan to use Access as a database for storing data for my application.
Programming language is C#.
1. How much Access database is secure. We all read about some
vulnerabilities in more powerfull databases lile Oracle, MS SQL, etc, but
how is going with Access.
2. Can Access database be converted to MDE extension and then store data
to it.
3. How much is secure (breakable) password in Access 2003, for example
password like Hj57Agf5DnWc2Nm , and does it matter how much is password
long in Access?

Thanks for the answers,
John

Hi John.

Access is not secure from an experienced hacker with the right tools. If
you data is sensitive and will be deployed in a hostile environment then
don't use Access.

Regards,
Keith.
 
M

Matko

Access is not secure from an experienced hacker with the right tools. If
you data is sensitive and will be deployed in a hostile environment then
don't use Access.

Hello Keith,

Wha do you mean about hostile environment? Is it web?
I plan to deploy application on a client computer.
What database do you prefer? Consider easy of deployment of Access and small
database size.

Regards,
John
 
K

Keith Wilby

Matko said:
Hello Keith,

Wha do you mean about hostile environment? Is it web?
I plan to deploy application on a client computer.
What database do you prefer? Consider easy of deployment of Access and
small database size.

Regards,
John

By hostile I mean anywhere where you fear a hacker might lurk. You have to
assess the risk of that being the case in your client's place of work. In
my line of work the risk is very low so Access is fine and I use it every
day. It is easy to use and deploy once you get the hang of it.

Regards,
Keith.
www.keithwilby.com
 
J

Joan Wild

Matko said:
1. How much Access database is secure. We all read about some
vulnerabilities in more powerfull databases lile Oracle, MS SQL, etc,
but how is going with Access.

Access is not secure. There are tools on the web available to crack the
security. If you think Oracle and SQL Server are vulnerable, then Access is
definitely out.
2. Can Access database be converted to MDE extension and then store
data to it.

An MDE will protect any changes in design of forms/reports/modules. The
tables/queries/macros are not protected in any way.
3. How much is secure (breakable) password in Access 2003, for example
password like Hj57Agf5DnWc2Nm , and does it matter how much is
password long in Access?

Seems to me there's a limit to the password (14 char?), however the database
password is easier to crack than user-level security.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top