A certificate which uses a digital signature to bind together a public key with an identity or information.

learn more… | top users | synonyms

0
votes
0answers
31 views

Cannot able to verify a signed data

Through smart card using a tool, I am signing data "Hello". The output what i am getting is in hex format. 14 5F 65 CE 7C 2D 8A 0A FA B0 FB 86 CE 28 90 84 37 2D 04 63 B2 35 FA 40 4A B6 35 C8 90 AF ...
0
votes
1answer
26 views

Can't add ltv to PDF document. Error

I'm sign document, using Itext. I have that method: public static void sign(String src, String dest, Certificate[] chain,PrivateKey pk, String digestAlgorithm, String provider,CryptoStandard ...
0
votes
1answer
30 views

Validate if certificate is revoked

I have the following situation: Java Applet for digital signature - on client side Validation of digital signature and digital certificate - on server side I'm using the following C# code to ...
0
votes
1answer
13 views

Can I timestamp a .NET assembly using local computer time?

I use the following UL for timestamp: http://timestamp.verisign.com/scripts/timstamp.dll But the internet goes off on rare occasions and the assembly needs to be compiled and certified and ...
0
votes
2answers
29 views

Creating a Digital Certificate without signing it

I have created a key-pair and now I want to bind my public key with an email id (create a digital certificate). I do not want to do the next step of signing the certificate. Question: How can I ...
0
votes
2answers
21 views

what is the purpose of self certificate?

i have developed a winform application in VS 2010 using c#. Created setup and now faced "publisher unknown" situation when starting the application. Then came to know that need to sign the ...
0
votes
0answers
46 views

Android: Importing certificates is successful, but they don't show up in Trusted Credentials

I'm trying to import this certificate into Android (4.1): http://www.realmb.com/cert/MNLNPE When I visit that URL in my Android browser and click the certificate, it says is installs successfully. ...
-3
votes
1answer
48 views

Android: How to connect to an HTTPS server (step by step) [closed]

How to connect to an HTTPS server from an Android app? Step by step with details and code snippets. Hope it helps.
0
votes
0answers
29 views

Issue generating a CSR in Windows Vista CX509CertificateRequestPkcs10

I have a strange issue about CX509CertificateRequestPkcs10. I'm using the code below to generate a CSR signed with Sha256 and it's working very well in Windows 7, but when I use the same code in ...
0
votes
1answer
34 views

Signing Windows Executables with self-hosted certificate

The question has already been asked and answered about how one can 'sign' a Windows executable; however, the answer requires the ongoing expense of a hosted certificate. My company already has a VPS ...
0
votes
2answers
52 views

Does Extended Validation Code Signing certificate helps avoid Windows UAC popup window

The questions relates to Windows 7 and up. So far I signed my code with a regular code signing certificate. My application requires admin privileges since it uses raw sockets. Upon application start ...
0
votes
0answers
86 views

How to create certificate using PKCS#10 CSR

I am having a PKCS#10 CSR(Certificate Signing Request) in base 64 encoded string now i need to pass it to CA(Certificate Authority) verify it and generate a certificate in base 64 encoded string. I ...
0
votes
0answers
38 views

How to use self signed Root CA and Signed Certificates

I'm building a small version of PKI with self signed root certificate. So far I have: Created a Self Signed Root CA. Created a makecert command to sign a client certificate with above Root CA. ...
0
votes
0answers
31 views

Add Certificate To Inserted Files To An .APK

I need to add some files to an existed .apk file but after I insert files manually into the .apk file and try to install the program, it shows this error and can't be install: Package <my ...
0
votes
2answers
42 views

Convert FileUpload to X509Certificate2

How can I convert an uploaded file to an X509Certificate2 variable? I have tried using the following code but it is not working: public bool hasPublicKey(FileUpload file) { bool check = false; ...
0
votes
1answer
54 views

How to handle https for iOS client

We know that https is different with http by encrypting the content over http tunnel, simply speaking. For the web browser, since user accept the permission from the popup alter dialog, the browser ...
0
votes
3answers
74 views

Concept of Digital Signatures for a specific scenario

My company develops an ERP for hospitals and because of some legislation changes throughout this weekend I've been reading a lot on digital signature because I need to solve the following scenario: ...
0
votes
0answers
33 views

WCF-Expired SSL Certificate

I've a WCF service running over SSL. The server's SSL certificate is going to get expired in a a day. The service is being consumed by a couple of clients. When this certificate expires, would my ...
0
votes
1answer
136 views

How to locate new certification using Certutil?

I need to create a new cert and then locate it to obtain the serial number (to use it later to get the public and private keys). If I make a new certificate with makecert utility from Microsoft SDK's ...
1
vote
0answers
30 views

How to re-sign Silverlight App with new certificate to not require reinstall

I have a Silverlight 4 trusted OOB app that was signed with a certificate that expired last week. I was unable to release new code on the old certificate. I applied for a new 5-year certificate and ...
0
votes
1answer
72 views

How to install a digital certificate from the signed file programmatically?

If you have a digital signed file you can open the properties of the file and then install the certificate that the file was signed by clicking the Details -> Show certificate -> Install certificate. ...
0
votes
0answers
56 views

Strong Key protection error while creating digital certificate

I am using this code to create pfx: public static void createpfx(string password) { // create DN for subject var dnsubject = new CX500DistinguishedName(); ...
0
votes
0answers
56 views

How to check whether the digitally signed document is correct

I am working on creating a PDF file which is digitally certified/signed. I am successfully able to sign my pdf document, using itext library. However, the certificate details on the adobe reader ...
0
votes
1answer
171 views

Using SSL certificate for signing PDF files

I have a SSL certificate for my application and I want to use it for digitally signing PDF files using iText. The extension of the certificate is .cer and is provided by a certificate signing ...
0
votes
0answers
11 views

Certificate Signing

I know that in RSA algorithm a Public key is used to ecrypt data which can be decrypted using only the private key. When a digital certificate is signed the hash of the certificate is signed using ...
0
votes
0answers
156 views

How to get DSC(Digital Signature Certificates) Class using java code?

I have installed some DSC in my system, which helps in login to the application. When application load on browser an applet also get loaded, which list the installed DSC. First time when user ...
-3
votes
1answer
52 views

how to fix certificate error in smart phones [closed]

i have developed mobile site using php with smarty. for live site, in smart phone, all https pages shows certificate errors like "Security Warning .There are problems with the security certificate for ...
0
votes
0answers
46 views

sign self-signed certificate with root (certificate which issued by CA)

I have question, help please who can How to sign self-signed certificate with root (certificate which issued by CA)???? General purpose of task: I should create Certificate Chains,where rood should ...
0
votes
0answers
25 views

How to create chain of digital certificates

I have digital certificate issued by a CA (root for me). Task: generate secondary certificate depending on the root one. I think secondary certificate should use private key of a root certificate ...
0
votes
1answer
157 views

Signed .CAB results in “Unknown publisher” on windows mobile 6.5

I have purchased a certificate from http://www.ksoftware.net/ which I use to sign a .CAB file used for installation of our software on windows mobile 6.5 devices. However, even after signing the .CAB, ...
1
vote
1answer
39 views

Is msvcr90.dll timestamped?

When looking at the digital certifcate of msvcr90.dll in the Visual Studio 2008 'redist' folder, the validity period is set from 8/23/2007 to 2/23/2009. However, after searching online i found that ...
2
votes
1answer
104 views

does self-signing a certificate for an Android Mobile App cause the publisher to show as UNKNOWN?

Android requires Mobile Apps to be digitally signed with a certificate and there are 2 ways - (1) Self-signing the certificates and (2) Getting a signed certificate by a 3rd party certificate ...
-7
votes
1answer
187 views

Digital Signature using my digital certificate [closed]

I am having a document(Byte array data coming from an application) to be digitally signed. I have my digital certificate(in PFX file) received from a standard vendor. Is there any open source Java API ...
0
votes
2answers
165 views

An error occurred while signing: Unknown error “-2147012894”

I have .pfx certificate bought from https://www.globalsign.co.uk/. I've signed the ClickOnce manifest of my VSTO (Excel Add-In project type in Visual Studio) project with it and everything worked. ...
0
votes
1answer
146 views

How to publish a ClickOnce application on Sharepoint?

I'm developping a tool which should be published as a ClickOnce signed application on a Sharepoint website. The problem is that, when executing the .application executable from Sharepoint, I get an ...
0
votes
2answers
36 views

How to populate system certificates under IIS?

I need to populate system certificates. Same source code tells me the certificates count correctly when I debug it under VS. When I run the code under IIS 7.5 Windows 7, .Count always returns 0. Is ...
0
votes
2answers
79 views

Is there some way to restrict private key visibility on Android?

I am developing and application that would need to certify data created by end users. I know that I could use KeyChain API for that, but this API has what I believe would be a flaw for our ...
9
votes
2answers
867 views

Certificate Authentication in asp.net

I have an asp.net application and I need to authenticate users using Certificates. I.e. the user must install a certificate issued by me so that he can browser my website and I can identify which ...
0
votes
1answer
115 views

What is the best way for an user to sign/timestamp data with his private key?

I am still new to security issues so my problem may actually be just a misunderstanding. The system I am working has the requirement that users should sign/timestamp data somewhere in the web ...
0
votes
1answer
365 views

Digital Certificates in an ASP.NET application

I have a .NET application (C#) and for security reasons, I was asked to request users that they install a certain certificate in their browser and then check if user's browser has the certificate ...
1
vote
0answers
161 views

Sign form submition(PDF) with a digital signature

TL;DR Have online form On submission PDF is generated Problem: How to digitally sign the PDF with the client certificate from within the browser? Background In EU and US (and my country) there is ...
2
votes
3answers
131 views

Type and Class of Digital Certificates

I am using OpenSSL for implementing Digital Signatures. As a part of the requirement I need to identify the Class of a certificate. As far as I have read, the classes and types of a certificate are ...
1
vote
1answer
161 views

Can you pass a digital certificate as a parameter, use it to sign, and not store it locally?

I've searched for this but have yet to find an answer. If I want to sign something using a digital certificate, I usually have to have it in my certificate store. But, is it possible to pass a ...
2
votes
0answers
97 views

How to avoid “Windows protected your PC” warning on Windows 8? [duplicate]

Possible Duplicate: How to pass the smart screen on Win8 when install a signed application? When I download my executable file from my web site (packed in a ZIP file) and then try to run it ...
2
votes
1answer
219 views

Form based and Certificate based authentication in Spring Framework / Spring Security

is it possible in spring framework to have 2 login implementation at the same time for the login page? Form login and Certificate based login (x509). I've tried either one of these method but ...
0
votes
2answers
202 views

Sign a VBA macro with a level 2 certificate

I am trying to sign my excel VBA code. As I understand, I can do this with "level 2" or "class 2" I'm trying to find something cheeper than go-daddy, $200 per year seems a bit steep for this ...
2
votes
1answer
350 views

Open x509 Certificate store from Java APIs

I am trying to show the list of certificates from the Client Certificate store in JSP. In .Net there is an option to show the list of certificates with the following code... X509Store xStore = new ...
0
votes
1answer
56 views

Why wont a signed ClickOnce application display the Trusted Publisher?

Attached to this question are some pictures to give you guys an idea of what we are doing. 1 The code is signed with a Verisign Class 3 Code. 2 It's published through Visual Studio to our Web ...
4
votes
1answer
215 views

how to validate a client Certificate using the trusted internediate CA certificate?

I am having client Certificate "A" which is signed by the CA1 certificate. CA1 certificate is signed by the Root certificate. Now I have the CA1 certificate (trusted ) and received Client ...
2
votes
0answers
320 views

itext signing pdf

I'm currently developing an ERP application which uses iText for creating and signing PDF files. The idea is that the app can generate a PDF file with a bill, then use PdfStamper or any other class to ...

1 2 3 4 5