Re: Password protect access DB?
- From: "Anil Gupte" <anil-list@xxxxxxxxxxx>
- Date: Sat, 10 Mar 2007 16:26:49 +0530
Dude, you are obviously knowledgeable, and this is an excellent line of
reasoning. However, as I mentioned in my other posts I am not convinced
that Access with an encrypted password is any less secure than SQL server.
There are cracks even for SQL Server admin passwords.
Thanx,
--
Anil Gupte
www.keeninc.net
www.icinema.com
"jeff" <jhersey at allnorth dottt com> wrote in message
news:OFhvLPlYHHA.3272@xxxxxxxxxxxxxxxxxxxxxxx
What is the purpose of your security ... to protect sensitive data or
protect your data from being manipulated without the interface or prevent
third party software from accessing you data or to protect your investment
from being reversed engineered.
- if it is to protect sensitive data ... either you will need to abonded
Access or implement field level encryption for the sensitive data (ie have
the application encrypt data before storing it, and have it decrypt the
data when retrieveing it - a little extra but can be done very easily in a
base class - do this with MSSQL server application that handle patient
medical information).
- if it is to prevent manipulation of data ... simply warn the user that
any support agreement is null and void if the data is tampered with
directly in the database.
- if it is to prevent third party software from accessing you data ... I
would suggest going to MSSQL ... again, as previously mentioned, any IT
person (developer or not) should be able to crack an access password in
about 5 minutes ... this includes searching the web and installing the
necessary crack software. How ethical is this? Not very. Is it done?
...
- if it is to protect your property ... spend a little time to investigate
/ develop a solution that uses MSSQL server and forget about Access all
together.
Access has it place in the world of stand-alone applications (Sage -
SimplyAccounting); but when security is concerned, its place is on the
sideline!
Jeff
"Anil Gupte" <anil-list@xxxxxxxxxxx> wrote in message
news:eq%230pvkYHHA.3628@xxxxxxxxxxxxxxxxxxxxxxx
I have this problem too. I just want a basic level of security, but the
database has to be local because I am distributing this with my
application.
Thanx,
--
Anil Gupte
www.keeninc.net
www.icinema.com
"rowe_newsgroups" <rowe_email@xxxxxxxxx> wrote in message
news:1173441110.376947.52020@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
On Mar 9, 4:21 am, teeja...@xxxxxxxxx wrote:
Hi,
I am new to programming with databases and was wanting some help.
Is there any way to password protect an access database and access
sent sql commands to it via vb.net code?
Any help would be much appreciated.
Thanks in advanced.
Tom.
If security is your goal, Access is not the product you want to use.
All it's password protection schemes have been broken and the "hacks"
are posted all over the internet. I'm not saying Sql Server is
perfect, but if security is your goal you may want to download the
express edition and use it.
Also, I'm not sure I know what you mean by "access sent sql commands"?
Are you trying to encrypt the queries that you execute?
Thanks,
Seth Rowe
.
- Follow-Ups:
- Re: Password protect access DB?
- From: jeff
- Re: Password protect access DB?
- References:
- Password protect access DB?
- From: teejayem
- Re: Password protect access DB?
- From: rowe_newsgroups
- Re: Password protect access DB?
- From: Anil Gupte
- Re: Password protect access DB?
- From: jeff
- Password protect access DB?
- Prev by Date: Re: Password protect access DB?
- Next by Date: Re: Password protect access DB?
- Previous by thread: Re: Password protect access DB?
- Next by thread: Re: Password protect access DB?
- Index(es):
Relevant Pages
|