Tagged Questions

1
vote
3answers
84 views

iPhone AppStore Build : Code signing problem

Hello you iPhone guys, I have been using your knowledge that you share on stack overflow through my various Google Searches regarding iPhone development. Thank you for the same. …
0
votes
0answers
16 views

How to add timestamping signature to System.IO.Packaging.Package?

There is a way to create packages, add some parts and sign it with a X509Certificate. I would also like to add a timestamping signature to the package. If the certificate expir …
0
votes
1answer
17 views

Error when typecasting a plugin instance in a signed assembly

I'm developing an application with plugins. I have a separate API assembly with all the API interfaces. The main application dynamically loads the plugins from dlls: object pi = …
0
votes
1answer
35 views

WCF client certificate signing : how to?

So I have a WCF service where I have various parts of the service contract with a ProtectionLevel of Sign. I set the credentials on the client side by choosing a certificate from t …
2
votes
3answers
340 views

API/Library to replace signtool.exe

The Windows SDK ships with a tool called signtool.exe that lets you sign a file with a certificate. I need to do the same thing but in a background service so I'm on the lookout fo …
0
votes
1answer
79 views

SQL Server: An error occurred during the generation of the asymmetric key.

create asymmetric key asymmetrickey from executable file = 'c:\windows\microsoft.net\framework\v2.0.50727\system.windows.forms.dll' Why can't I use the above to generate an asymme …
0
votes
1answer
17 views

Digitally Sign Data as it is Archived

I have an application that records data from a manufacturing process on a periodic basis (various sample rates, minimum of 1 sec, the usual max is 10 min or more). The customer wo …
1
vote
3answers
234 views

How can I get my driver WHQL signed for Vista 64?

I have a driver that my company has been using for a few years for our customers. The driver can no longer be installed under Vista 64. I believe I need to get the driver signed, b …
2
votes
2answers
54 views

JavaScript based cryptographic signing?

I am dealing with a particularly paranoid group of users who might want their contributions to my web site to be signed (e.g. with a GPG key) before submitting. While I could sho …
0
votes
2answers
46 views

Signing data in C++ compatible with PHP’s openssl library

I'm looking for a way to sign some data in C++ code which will then be sent to a PHP script for verification and processing. I want to use the OpenSSL module there, namely the *ope …
0
votes
1answer
115 views

Cryptographic failure while signing assembly ‘<assemblyname>.dll’ – ‘Bad Version of Provider’

I purchased an authenticode certificate from a well known provider. Now I want to strong name an assembly and later on digitally sign it. This is what I've done so far: Extract …
0
votes
1answer
65 views

Cryptographic Error Signing Assembly - Bad version of provider

Hi, i am having issues building a c# project after moving from one pc to another - i have read i need to run the dssprojectmigration.exe tool. does anyone know where to get dssproj …
2
votes
6answers
209 views

Why shouldn’t we crypt with the private key in an asymmetrical cryptographic system?

In standard use of asymmetrical cryptographic system, encryption is done with public key, decryption with private key. Inversing the process, "encryption with private key" is call …
0
votes
1answer
43 views

Change the “name” value of a signed Java applet

Hi, I've (self-)signed a java applet, so when a user views this applet in a browser, the browser will show a "digital signature cannot be verified" confirmation dialog. That's al …
1
vote
0answers
125 views

Why should I sign a .NET assembly? [closed]

Possible Duplicate: Best practices for signing .NET assemblies? Why should I sign a .NET assembly - what benefits does it bring as opposed to not signing it?

1 2 3 4 next
15 30 50 per page