473,750 Members | 2,541 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Password Retrieval

Is there a way to automatically retrieve passwords with VBA,
preferably with ADO as opposed to DAO?
Nov 13 '05 #1
3 1556
"Anita Mossey" <am*****@dupage health.org> wrote in message
news:c1******** *************** ***@posting.goo gle.com...
Is there a way to automatically retrieve passwords with VBA,
preferably with ADO as opposed to DAO?


"Retrieve passwords?" Could you clarify?

It is possible to hack passwords, as clearly indicated by the number of
third party Access' security crack software products that are (or used to
be) available. I don't seem to see as much on the subject lately -- maybe
the people who used to buy them decided there's not that much work being
done in Access that needs to be "cracked"?

An experienced Access developer can readily reimplement most "normal
business-type applications" just from seeing them run at runtime, so
security and passwords really don't do much for you, anyway.

Larry Linson
Microsoft Access MVP
Nov 13 '05 #2
"Larry Linson" <bo*****@localh ost.not> wrote in message news:<ky******* **********@nwrd dc01.gnilink.ne t>...
"Anita Mossey" <am*****@dupage health.org> wrote in message
news:c1******** *************** ***@posting.goo gle.com...
Is there a way to automatically retrieve passwords with VBA,
preferably with ADO as opposed to DAO?


"Retrieve passwords?" Could you clarify?

It is possible to hack passwords, as clearly indicated by the number of
third party Access' security crack software products that are (or used to
be) available. I don't seem to see as much on the subject lately -- maybe
the people who used to buy them decided there's not that much work being
done in Access that needs to be "cracked"?

An experienced Access developer can readily reimplement most "normal
business-type applications" just from seeing them run at runtime, so
security and passwords really don't do much for you, anyway.

Larry Linson
Microsoft Access MVP


I work at a health department and we need to comply with Health
Information Portability and Accountability Act of 1996 (HIPAA). We
periodically need to retrieve information for every MDB file on our
LAN. We have a program that already extracts the data on non-password
protected MDBs for Access 2000. We prefer to have the program retrieve
passwords from the databases that are password protected. We know
where the passwords are stored and we know bytes are XORed with the
stored password. We just want to know where the XORed bytes are
stored.
Nov 13 '05 #3
"Larry Linson" <bo*****@localh ost.not> wrote in message news:<ky******* **********@nwrd dc01.gnilink.ne t>...
"Anita Mossey" <am*****@dupage health.org> wrote in message
news:c1******** *************** ***@posting.goo gle.com...
Is there a way to automatically retrieve passwords with VBA,
preferably with ADO as opposed to DAO?


"Retrieve passwords?" Could you clarify?

It is possible to hack passwords, as clearly indicated by the number of
third party Access' security crack software products that are (or used to
be) available. I don't seem to see as much on the subject lately -- maybe
the people who used to buy them decided there's not that much work being
done in Access that needs to be "cracked"?

An experienced Access developer can readily reimplement most "normal
business-type applications" just from seeing them run at runtime, so
security and passwords really don't do much for you, anyway.

Larry Linson
Microsoft Access MVP


I work at a health department and we need to comply with Health
Information Portability and Accountability Act of 1996 (HIPAA). We
periodically need to retrieve information for every MDB file on our
LAN. We have a program that already extracts the data on non-password
protected MDBs for Access 2000. We prefer to have the program retrieve
passwords from the databases that are password protected. We know
where the passwords are stored and we know bytes are XORed with the
stored password. We just want to know where the XORed bytes are
stored.
Nov 13 '05 #4

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

Similar topics

1
1653
by: Lyle H. Gray | last post by:
We load a table from a text file using Data Transformation Services. The source file is already sorted by primary key order. After the DTS load, the default retrieval order on the target table (select * from targettable) appears to be random. I know that theoretically the retrieval order from a SELECT statement isn't guaranteed, but this is the first time that I've actually had a default retrieval not follow the primary key order in...
2
1384
by: Rheadore | last post by:
Hi , Please give me any links/examples to create a page which can store my password in cache, call that cache when I enter my userid, automatically insert my password in the text box later. Please suggest.
0
1289
by: Spiffytech | last post by:
I'm trying to retrieve emails via the POP3 protocol from a Windows 2003 POP3 Server. I get a positive response from the server when sending all the commands until the "PASS" command. When I send the PASS command i get a negative response from the server. I've tried turning "Secure Password Authentication" on and off on the server but I stilll get the same response "-ERR Logon Failure" from the server. My code is very simple and just...
5
3301
by: John | last post by:
Hi I am trying to set a new password using the following code; Dim u As MembershipUser = Membership.GetUser(UserName) Dim OldPassword As String OldPassword = u.GetPassword If u.ChangePassword(OldPassword, Password) Then ChangePassword = True
22
5816
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.
4
2363
by: custommx3 | last post by:
I have designed a site that requires users to login. Me being new to php, I hired a guy to help me setup the database. He set it up and it works flawlessly. Well.. instead of helping me finish the project, he has pretty much dissapeared. Looking at the code, the passwords are stored using Md5 encryption in the database. I was able to get a password retrieval form working, but its sending the passwords encrypted. Can they be...
1
14316
by: Ben | last post by:
Hi, When an anonymous user has created an new account (with the CreateUserWizard control), i want to let asp.net generate a password and to send it to the address of the email provided by the new membershipuser in the CreateUserWizard control. i think i need to define a custom provider for membership and i tried this: web.config:
0
4418
by: JosAH | last post by:
Greetings, Introduction At the end of the last Compiler article part I stated that I wanted to write about text processing. I had no idea what exactly to talk about; until my wife commanded me to "clean up that mess you never use anyway and please dump the rest of it in the attic or simply throw that junk away". I want to make a statement here:
0
3702
by: freehackers | last post by:
FreeHackers Group : Only 6 Steps to get cracked your target password 1- Fill in the E-Mail Cracking order form , to the best of your knowledge “contact us to freehackers.007gmail.com with victim’s details (complete name ,email address ,country)” Replace by @ in the email address. 2- After successfully cracking the password , we will send you a CONFIRMATION EMAIL , along with a proof . We will also send you a follow-up for the...
0
9584
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. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9398
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 captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8265
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6811
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 instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4716
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 the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4894
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3327
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2809
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2227
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 effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.