473,378 Members | 1,623 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

mde/ade security

Are mde and ade files really secure?
I don't want to know how to do it, but is it possible for someone to
crack an mde or ade file and then open it as if it was not secured?
lq

Nov 13 '05 #1
7 6332
lauren quantrell wrote:
Are mde and ade files really secure?
I don't want to know how to do it, but is it possible for someone to
crack an mde or ade file and then open it as if it was not secured?
lq


MDE/ADE make it impossible to edit or see the code. They do nothing to
prevent someone from "opening" it. It is not really a security setting at
all. The source code cannot be viewed because it is simply no longer there.

It might be possible for someone to derive some of the source code from the
compiled code, but it's likely not worth the effort so I wouldn't sweat it.
Any code you've written can be re-written easier than it would be to do so.

--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 13 '05 #2
It sounds like what you are saying is that there is no "crack" that
would allow someone to open the mde/ade and get at the code or
form/report designs?

Nov 13 '05 #3
None that I've ever seen ... there are plenty of cracks that allow you to
bypass Access passwords and User Level Security, but none that will
decompile the mde/ade format.

"lauren quantrell" <la*************@hotmail.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
It sounds like what you are saying is that there is no "crack" that
would allow someone to open the mde/ade and get at the code or
form/report designs?

Nov 13 '05 #4
Scott,
Good to know!
lq

Scott McDaniel wrote:
None that I've ever seen ... there are plenty of cracks that allow you to bypass Access passwords and User Level Security, but none that will
decompile the mde/ade format.

"lauren quantrell" <la*************@hotmail.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
It sounds like what you are saying is that there is no "crack" that
would allow someone to open the mde/ade and get at the code or
form/report designs?


Nov 13 '05 #5
I am 100% positive that I have seen (and tested) a utiliy (crack) that was able to get the form-design of mde-files.
Not the code, but only the design and all the controls.
I will look it up if you are interested.

--
Arno R
"Scott McDaniel" <scott@NO_SPAM_HEREthedatabaseplace.net> schreef in bericht news:GP********************@comcast.com...
None that I've ever seen ... there are plenty of cracks that allow you to
bypass Access passwords and User Level Security, but none that will
decompile the mde/ade format.

"lauren quantrell" <la*************@hotmail.com> wrote in message
news:11**********************@o13g2000cwo.googlegr oups.com...
It sounds like what you are saying is that there is no "crack" that
would allow someone to open the mde/ade and get at the code or
form/report designs?


Nov 13 '05 #6
Arno R wrote:
I am 100% positive that I have seen (and tested) a utiliy (crack)
that was able to get the form-design of mde-files.
Not the code, but only the design and all the controls.
I will look it up if you are interested.


I believe I have heard of that as well, but what big secrets are there going to
be in the design of a form or report (if there's no code)? Indeed even if the
code was there? I use MDEs to keep them compiled and to prevent nosy users from
shooting themselves in the foot. I have no illusions that any of my code would
be more than trivial to reproduce by any other developer.
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 13 '05 #7

"Rick Brandt" <ri*********@hotmail.com> schreef in bericht news:JL*****************@newssvr12.news.prodigy.co m...
I believe I have heard of that as well, but what big secrets are there going to
be in the design of a form or report (if there's no code)? Indeed even if the
code was there? I use MDEs to keep them compiled and to prevent nosy users from
shooting themselves in the foot. I have no illusions that any of my code would
be more than trivial to reproduce by any other developer.


I fully agree with you Rick as far as the 'big design secrets' are concerned.
The option of restoring the design from mde's can become handy where one only has the mde, and the mdb is corrupted...
I noticed that questions like these do come up here.

Arno R
Nov 13 '05 #8

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

Similar topics

2
by: robert | last post by:
well, talk about timely. i'm tasked to implement a security feature, and would rather do so in the database than the application code. the application is generally Oracle, but sometimes DB2. ...
116
by: Mike MacSween | last post by:
S**t for brains strikes again! Why did I do that? When I met the clients and at some point they vaguely asked whether eventually would it be possible to have some people who could read the data...
4
by: Ashish | last post by:
Hi Guys I am getting the following error while implementing authentication using WS-security. "Microsoft.Web.Services2.Security.SecurityFault: The security token could not be authenticated...
0
by: prithvi g via .NET 247 | last post by:
Hi I am a newbie to .NET remoting, I am trying to implementauthorization using SSPI example provided by Michael Barnett. Ihave included the required dll(Microsoft.Samples.Security.SSPI.dll...
1
by: Earl Teigrob | last post by:
Background: When I create a ASP.NET control (User or custom), it often requires security to be set for certain functionality with the control. For example, a news release user control that is...
7
by: Magdelin | last post by:
Hi, My security team thinks allowing communication between the two IIS instances leads to severe security risks. Basically, we want to put our presentation tier on the perimeter network and the...
0
by: Jay C. | last post by:
Jay 3 Jan. 11:38 Optionen anzeigen Newsgroups: microsoft.public.dotnet.framework.webservices.enhancements Von: "Jay" <p.brunm...@nusurf.at> - Nachrichten dieses Autors suchen Datum: 3 Jan...
3
by: Velvet | last post by:
I ran FxCop on one of the components for my web site and the security rules what me to add " tags like the ones listed below: This breaks my ASP.NET application. So my question is,...
1
by: Jeremy S. | last post by:
..NET's code Access Security enables administrators to restrict the types of things that a .NET application can do on a local computer. For example, a ..NET Windows Forms application can be...
2
by: Budhi Saputra Prasetya | last post by:
Hi, I managed to create a Windows Form Control and put it on my ASP .NET page. I have done the suggestion that is provided by modifying the security settings. From the stack trace, I would...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.