473,581 Members | 2,785 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Password Protect

Why Password protect an MDB when someone can google and get a hack?

Wondering if anyone else has thought of this and just said "oh well"...

I plan to password protect an MDB where I have some system/program variables
and data.

But looking in google, there are plenty of programs a user can download to
hack and crack that password.

So Im assuming... let the hacks and cracks be, do the MDB and if someone
really wants to see some system
varables ( such as last 10 logins ) and things like that...let them.

I havn't read up on encryption yet and seen if that can be reversed as well.

Just wondering for some simple ideas what others have done. At some point
it doesnt become worth my time
to lock it down, time wasted could be better spent somewhere else.

Thanks,

Miro
Jun 20 '06 #1
3 3757
Hello, Miro,

You need to first consider the reasons that you need protection and the
threats/consequences that you face. Then decide the level of security
to apply.

There can be many different reasons you might have for choosing to apply
security. For example:

- protecting the maintainability of the data or application. (I.e.
preventing casual or inadvertent changes.)

- protecting the intellectual property represented by the application
itself.

- protecting highly sensitive or classified information.

No security should be considered absolute. Typically, the level of
protection needs to be considered in relation to the value of the asset
being protected. (As you said "At some point it doesnt become worth my
time".) Security is probably good enough if unauthorized access to the
asset is not worth the trouble.

The level of protection should also be considered in relation to all of
the other "technologi es" that give access to the asset. For example,
there is little point protecting a data source with retinal scanners if
printouts of the protected data can be obtained from the trash bin in
the alley, or if the information can be obtained by phoning someone in
the organization. (Information security is first and foremost a
"people" issue. Without the understanding and support of the people who
work with the information, any "technologi cal" protection will be of
little value.)

After you have determined the level of security required, then you can
think about what technology (and corporate culture) is required to
support it. It may be that no protection is required. Or perhaps a
password protected Access DB on the internet is good enough. Or it may
be that you need something much stronger, on an isolated network in an
electronically impervious environment.

In the case of your MDB, I guess that security was not one of the design
considerations. That may be an indication that the value of the asset
is small (in which case the need for protection will also be small) but
I would advise confirming this with the "owners" of the asset.

Cheers,
Randy
Miro wrote:
Why Password protect an MDB when someone can google and get a hack?

Wondering if anyone else has thought of this and just said "oh well"...

I plan to password protect an MDB where I have some system/program variables
and data.

But looking in google, there are plenty of programs a user can download to
hack and crack that password.

So Im assuming... let the hacks and cracks be, do the MDB and if someone
really wants to see some system
varables ( such as last 10 logins ) and things like that...let them.

I havn't read up on encryption yet and seen if that can be reversed as well.

Just wondering for some simple ideas what others have done. At some point
it doesnt become worth my time
to lock it down, time wasted could be better spent somewhere else.

Thanks,

Miro

Jun 21 '06 #2
On Tue, 20 Jun 2006 16:37:56 -0400, "Miro" <mi******@golde n.net> wrote:

¤ Why Password protect an MDB when someone can google and get a hack?
¤
¤ Wondering if anyone else has thought of this and just said "oh well"...
¤
¤ I plan to password protect an MDB where I have some system/program variables
¤ and data.
¤
¤ But looking in google, there are plenty of programs a user can download to
¤ hack and crack that password.
¤
¤ So Im assuming... let the hacks and cracks be, do the MDB and if someone
¤ really wants to see some system
¤ varables ( such as last 10 logins ) and things like that...let them.
¤
¤ I havn't read up on encryption yet and seen if that can be reversed as well.
¤
¤ Just wondering for some simple ideas what others have done. At some point
¤ it doesnt become worth my time
¤ to lock it down, time wasted could be better spent somewhere else.

If you really want to prevent someone from seeing the data in an Access database then I would
encrypt it. There are plenty of encryption routines to choose from that will discourage just about
anyone other than a diehard hacker, and even a diehard hacker won't waste his time unless the data
is extremely sensitive.

You can use a database password as well and that will keep most folks out. User-level security
offers an improvement but it's a bit more complicated to implement. But neither of these measures
should be the only line of defense if you're really concerned about your data becoming public.
Paul
~~~~
Microsoft MVP (Visual Basic)
Jun 21 '06 #3
Yes it was more for a learning thing.

Im still learning Vb.net... so i write something...and then try to break it
any way i can.
Lately ive been playing with mdb files, and stumbled upon this.

I considered encryption but again... you are right...the data isnt sensitive
enough that I will be storing there.
I just like to keep some things out of reach of users. :)

Most of us have tried to hack a saved game or something to increase lifespan
or lives or something.
Same idea i was fiddling with. Not a big issue... just wondering more than
anything - or if i was missing something in
a db setup.

Thanks,

Miro

"Paul Clement" <Us************ ***********@sws pectrum.com> wrote in message
news:ud******** *************** *********@4ax.c om...
On Tue, 20 Jun 2006 16:37:56 -0400, "Miro" <mi******@golde n.net> wrote:

¤ Why Password protect an MDB when someone can google and get a hack?
¤
¤ Wondering if anyone else has thought of this and just said "oh well"...
¤
¤ I plan to password protect an MDB where I have some system/program
variables
¤ and data.
¤
¤ But looking in google, there are plenty of programs a user can download
to
¤ hack and crack that password.
¤
¤ So Im assuming... let the hacks and cracks be, do the MDB and if someone
¤ really wants to see some system
¤ varables ( such as last 10 logins ) and things like that...let them.
¤
¤ I havn't read up on encryption yet and seen if that can be reversed as
well.
¤
¤ Just wondering for some simple ideas what others have done. At some
point
¤ it doesnt become worth my time
¤ to lock it down, time wasted could be better spent somewhere else.

If you really want to prevent someone from seeing the data in an Access
database then I would
encrypt it. There are plenty of encryption routines to choose from that
will discourage just about
anyone other than a diehard hacker, and even a diehard hacker won't waste
his time unless the data
is extremely sensitive.

You can use a database password as well and that will keep most folks out.
User-level security
offers an improvement but it's a bit more complicated to implement. But
neither of these measures
should be the only line of defense if you're really concerned about your
data becoming public.
Paul
~~~~
Microsoft MVP (Visual Basic)

Jun 22 '06 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
2141
by: juglesh | last post by:
<body><div align="center"> <?php if (!isset($password)){ ?><form action="<?php $_SERVER; ?>" method="post"> type password here&nbsp;<input name="password" type="text" size="8"> then <input name="submit" type="submit"> </form> <?php die; }
10
2685
by: Mike Painter | last post by:
I need a scheme to give people password access to JavaScript quizzes that I have. I've done a lot of programming but almost no JS. Probably one password per person for each of five tests. I suspect I will be maintaining the lists but if there is a *very* easy routine that an end user could use it would be nice. It usually takes more...
0
1131
by: teenzbutler | last post by:
I am attempting to password protect some web pages. I have following the instructions within the following article: Microsoft Knowledge Base Article - 301464 - How To Use Simple ASP Code to Password Protect Your ASP Pages. Every thing works fine. The am having a problem figuring out how to add additional usernames and passwords. It appears...
3
3316
by: Narlen | last post by:
Hi there, I don't know much about web design but I proudly managed to password protect a page on my site. Later I realized that everyone looking at the source in any web browser can see the password. Is there a way to improve this code so that instead of the password people viewing the page source would only see bullets instead of the...
5
2989
by: Brent Burkart | last post by:
I want to protect my website with a user and password. I have SQL Server 2000 where I want to store the users and passwords and the website is complete. I just need to add in some security with password protection. Can anyone help me out?
5
4501
by: Guadala Harry | last post by:
What are my options for *securely* storing/retrieving the ID and password used by an ASP.NET application for accessing a SQL Server (using SQL Server authentication)? Please note that this ID and password would be different than the one the user enters for ASP.NET forms authentication. The ID/password in question is used by the application,...
5
1562
by: Trev | last post by:
Hey, I have a complete frontend setup, the first window/form that shows up gives you an option of 3 databases. One of them will only need to be accessed by about 2 - 3 people within our organization. so i want to password protect it. How can i do this? I was think i can just have a funtion so that when they
12
11071
by: =?Utf-8?B?am9uaWdy?= | last post by:
I wrote a simple VB.NET application that imports and edits CSV files. Now I’d like to “lock” the raw (pre-import) CSV files so these cannot be opened separately. It is not high-sensitive data, I just don’t want folks to peek in the files. So time-consuming encryption is not necessary, just a simple password-to-open that I can...
22
5787
by: teejayem | last post by:
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.
0
8156
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8310
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
1
7910
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
1
5681
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5366
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3809
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3832
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1409
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1144
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.