Browsing Questions About signing (1)
Best practices for signing .NET assemblies?
I have a solution consisting of 5 projects, each of which compile to separate assemblies. Right now I'm code-signing them, but I'm pretty sure I'm doing it wrong. What's the best practice here?
Sign each with a different key; make sure the passwords are different
Sign each with a different …
Java Applet - Partially Signed?
Is it possible to sign only part of an applet? Ie, have an applet that pops up no security warnings about being signed, but if some particular function is used (that requires privileges) then use the signed jar?
From what I can tell, some (perhaps most) browsers will pop up the warning for a si…
How do I sign a Java applet using a certificate in my Mac keychain?
I have a self-signed root certificate with just the code signing extension (no other extensions) in my Mac keychain; I use it to sign all code coming out of ∞labs using Apple's codesign tool and it works great.
I was looking to expand myself a little and doing some Java development. I know Appl…
XPI signing linux no gui
I'm trying to sign an XPI on linux (no gui) using the NSS cert db (cert8.db and key3.db) i copied from another server of mine, on which I can sign XPI's just fine.
On the new box I can sign with a brand new test certificate ok, but when i try to use the old cert db, it complains with:
signto…
Can i update a signed jar using an ANT Task?
Hi I am trying to deploy an application using webstart. I have a requirement to update a jar which is signed before i actually deploy( basically to update the IP/Port info). I am trying to use ANT to update the jar. Is there are way to achive this?
Thanks in advance for any help/suggestions
Hardware Acceleration for non-SSL based signing and encryption
I am working on a project that does a large amount of hashing, signing, and both asymmetric and symmetric encryption. Since these steps have a significant effect on our performance and available load, I was wondering if there is a hardware based solution to offloading the work.
I have done some…
How to avoid the (Author not verified) message when installing a Firefox XPI file
What do I need to do to avoid the "Manual Install" in Firefox for a Plugin and where do I have to go or what do I have to do to avoid the (Author not verified) message when downloading a Plugin. Ideally I would like to initiate the installation of the Plugin automatically and if I need to sign the…
How can I get a 64 bit USB driver to load in Vista 64
I am working in Vista 64 bit system.
I have a 3rdPartyUsbDriver.sys and 3rdPartyUsbDriver.inf files.
I have made the neccesary changes to the vendor & product IDs in the inf file, to work with my custom hardware. This installs and works in 'Unsigned Driver Test mode' just fine.
I now want…
How do you package and self host your Firefox extensions?
I'm developing a site-specific Firefox extension. The official hosting/updating mechanism at addons.mozilla.org forces my users to login to download my plugin (until it get approved for public status), which isn't good for me, especially as my plugin is unlikely to be deemed useful to the web at l…
How to fix "Referenced assembly does not have a strong name" error (VS2005)
I've added a weakly named assembly to my VS2005 project (which is strongly named). I'm now getting the error:
"Referenced assembly 'xxxxxxxx' does not have a strong name"
Do I need to sign this 3rd party assembly?
Thanks in advance
Nick
ClickOnce installations
I'm a bit stuck here, I have a .net 3.5 sp1 application that I want to deploy locally to other machines on my network using ClickOnce.
On installation they get a warning message saying that this application is from an unknown publisher etc.
My boss does not want to buy a verisgn certificate.…
J2ME and (open source) applet signing for Mobile Devices (esp. phones) - what can I do?
I've just discovered J2ME and I love the possibilities that it presents. I'm currently working on a simple application and I'd like to maybe release it as an open-source project sometime in the future.
As part of my research into J2ME and mobile devices, I looked into applet signing. It seems t…
Programmatic Signing of Native Windows Mobile Apps
Is there any certificate authority that allows for programmatic signing of windows mobile applications? At the moment my team uses Geotrust. Our build procedure looks like this:
Build app
"pre-sign" app with multi-step tool (
fill out form and upload "pre-signed" app on geotrust web site …
What is the difference between encrypting and signing in asymmetric encryption?
What is the difference between encrypting some data vs signing some data (using RSA)?
Does it simply reverse the role of the public-private keys?
For example, I want to use my private key to generate messages so only I can possibly be the sender. I want my public key to be used to read the…
Which type of key .NET assemblies uses for signing and how to create it?
I have read many MSDN articles about assembly signing and I haven't found nothing about creating the key, just about creating the file, but the 3 methods listed to create a file needs a pre-generated key. Can you provide me a link to a tutorial to this?
Next Page >