473,804 Members | 3,708 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help with Digital Signatures

I created an access database and digitally signed it.
I then gave a copy of this Database to a friend.
A few months later he wanted me to make some changes to it so i took an
up-to-date copy from him and opened it on my computer..... but it tells
me the "Visual basic project has been protected with a password".
All web links tell me to open the visual basic editor and select TOOLS
- DIGITAL SIGNATURES.... but the option is not there. if i try to add
it to the toolbar, it doesnt allow me too. Therefore i am stuck

Can anyone help please? much appreciated

Mar 13 '06 #1
6 2175
I spend a LOT of time trying to help others with their access problems
but whenever i post a problem of my own i NEVER get a response.

Please could someone take the time to address my issue, as i do for
other

Thanks

Mar 13 '06 #2

<si***@geniecom .fsnet.co.uk> wrote in message
news:11******** *************@j 52g2000cwj.goog legroups.com...
I spend a LOT of time trying to help others with their access problems
but whenever i post a problem of my own i NEVER get a response.

Please could someone take the time to address my issue, as i do for
other

Thanks

Although it is frustrating, you will probably find that your TimeSpent to
AttentionReceiv ed ratio is not the highest in the group - some people really
do give up a lot of their free time.
Unfortunately, the answers you might get are not always a function of what a
good newsgroup citizen you have been, but more likely a function of how easy
the question is to solve. You will get many, many people here who although
they may be highly knowledgeable with data access methods and vba, have
never needed to digitally sign projects. Or if they have, they have never
had this issue with them.
I'm not sure exactly what the problem is here, but I know that I had one
swapping the version of Access. If you digitally signed it, then I guess
the idea was to stop people fiddling with it - so can you not take the
original you gave him and simply import his updated data? Or do you believe
he has modified more than the data?
Mar 13 '06 #3
On 13 Mar 2006 03:34:25 -0800, si***@geniecom. fsnet.co.uk wrote:

Tools / Digital Signature is on the VBA side, not on the Access side.
Open a code window and try again.

Applying a DS has nothing to do with the database password. So you
have a few options:
* Ask your friend for the password
* Go back to a backup of the project from before you gave it to him
* Try to crack the password using some "reveal pw" software available
on the internet

From your description I think you may have written a monolithic
application rather than split it in FE/BE. Bad choice.

-Tom.

I created an access database and digitally signed it.
I then gave a copy of this Database to a friend.
A few months later he wanted me to make some changes to it so i took an
up-to-date copy from him and opened it on my computer..... but it tells
me the "Visual basic project has been protected with a password".
All web links tell me to open the visual basic editor and select TOOLS
- DIGITAL SIGNATURES.... but the option is not there. if i try to add
it to the toolbar, it doesnt allow me too. Therefore i am stuck

Can anyone help please? much appreciated


Mar 13 '06 #4
Tom, As i stated above, the "DS" option is not available in the Visual
Basic Editor. The database doesnt actually have a password either. i
can get into the database but i cannot view any code.

I dont have the original copy so i can only work from what i take from
him, but i cant import it into a new DB either, it doesnt allow it.

Mar 13 '06 #5
That's interesting because a google search for you brings back 10 results,
each one of them asking for help rather than offering it.

Maybe I'm looking in the wrong place (?).

--

Terry Kreft
<si***@geniecom .fsnet.co.uk> wrote in message
news:11******** *************@j 52g2000cwj.goog legroups.com...
I spend a LOT of time trying to help others with their access problems
but whenever i post a problem of my own i NEVER get a response.

Please could someone take the time to address my issue, as i do for
other

Thanks

Mar 13 '06 #6
si***@geniecom. fsnet.co.uk wrote:
I created an access database and digitally signed it.
I then gave a copy of this Database to a friend.
A few months later he wanted me to make some changes to it so i took an
up-to-date copy from him and opened it on my computer..... but it tells
me the "Visual basic project has been protected with a password".
All web links tell me to open the visual basic editor and select TOOLS
- DIGITAL SIGNATURES.... but the option is not there. if i try to add
it to the toolbar, it doesnt allow me too. Therefore i am stuck

Can anyone help please? much appreciated

I thought one could put a password onto VBA code in A2000 and more
recent versions.

Perhaps someone was playing around with the code and saved it and added
as password. This wouldn't have much to do with a digital signature
(IMO), more something to do with the developer or end-users that
can/could get into code modules and set a password.

I think if you open a blank database, create a code module, if you hunt
on the menu you'll see a place where you can put a password.

See if you can google around and find something on VBA module password
remover.

See if this link assists any
http://www.tucows.com/search?search_...h_size_multi=b
Mar 13 '06 #7

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

Similar topics

5
4832
by: John Campbell | last post by:
Hi everyone I've been doing my best to understand the specifics of implimentating XML Digital Signatures, but I seem to be missing a fundamental concept. Let me start with a description of the problem I am trying to solve. In my application, people send an XML file that contains data for loans. The application then takes that data and performs various calculations returning the results in an XML file that combines both the initial data and...
0
1142
by: Bradley Ward | last post by:
I have been searching and searching online for code examples of using both ..net framework and also WSE 2.0 classes to digitally sign a SOAP document and then verify the document. I got a few hits on this site. One of them referenced an online tutorial for the WSE package that deals with digital signatures, but the link was old and no longer any good. Is there an online tutorial for using WSE to do digital signatures of XML documents,...
0
1302
by: dixie | last post by:
My application developed in A2k has recently been run on an Access 2003 system and when it starts up there is a message that suggests that the macros need digital signatures. How do I create macros with digital signatures? dixie
0
1578
by: CLarkou | last post by:
I bought a digital signature for my MSaccess application in Office 2003. I select TOOLS\Digital Signatures in Visual Basic Editor and I am not able to see my digital signature in the available ones. No BROWSE button available. Is there any directory I should copy it into ?
0
946
by: Jose | last post by:
I`m looking for resources about digital signatures using .NET, (books, articles etc). Tanks
1
2903
by: karflips33 | last post by:
Is it possible to automate the signing of Word 2003 docs with Digital Signatures? My problem with the code approach using ActiveDocument.Signatures.Add
5
4601
by: Mitchell Vincent | last post by:
I've recently started signing all EXEs that come out of here. I would like to verify the signature at startup to detect any changes to the EXE itself. Is something like that possible? I'm using VB.NET 2003.. -- - Mitchell Vincent
1
1949
by: ckpoll2 | last post by:
Hi, I have a rookie question for you. I have a database where people create a form that has to be signed. Rather than print off a hard copy, I'd like the spot for the signature to have a digital signature where it says "Digitally signed by Person X." Is this possible at all? I really don't understand digital signatures, so please forgive the the trivial nature of my problem. Thanks, Charlie
5
2017
by: troy_lee | last post by:
We have an application developed by one developer. He compiled the database into an application and digitally signed the application. He doesn't know if he used selfcert of makecert to make the key. The problem is I am creating additional forms now for the database on a different machine. Whenever we try and incorporate the forms I develop into the application, the application fails on some users' machines. We suspect it is because I am...
0
9706
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9582
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10580
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
10082
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7621
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
6854
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 into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5525
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...
2
3821
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2993
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.