The der tag has no wiki summary.
1
vote
1answer
47 views
Import DER encoded public key using crypto API
Is it possible to import DER encoded public key using MS crypto API? So i can verfiy signatures ?
I need a piece of code or help for MS Crypto API for importing DER encoded public-key/certificate.
0
votes
0answers
315 views
Convert DER formatted private key file to PEM form
I have a .prv file which is probably DER formatted private key file.
This file is used to certificate Cable Modem.
I want to convert this file to PEM formatted one.
I tried with openssl tool but none ...
0
votes
0answers
83 views
Can I get a DER or PEM representation of a private key if I have an SecKeyRef?
This question seems to be the opposite of most of the posts I see in this subject area.
I have an iOS app that has its client certificate and private key stored in its app keychain. I need to be ...
0
votes
2answers
191 views
Extract Public Key of a DER encoded Certificate in C
I am getting a DER encoded certificate (after base64 decode) from an ldap search request and need to parse the public key from it. I am pretty sure that its possible with the openssl library. ...
2
votes
2answers
78 views
When should numbers used to derive RSA private key have leading `00`?
Given an RSA private key...
-----BEGIN RSA PRIVATE KEY-----
MIIBOgIBAAJBAMpZrx0gTluJEu6+fop1e60lwbnlBD6kHvoRx85GBhUgD8SQknjc
LcU2qqM/pV9ZX8MV8x49h2mzrmRyH7kDmpcCAwEAAQJAYf2GYMt5Rrids4IKk5CL
...
0
votes
0answers
53 views
Converting a PEM certificate to DER in JRuby
I have an X509 Certificate in PEM format. I need to get the public key from the certificate in DER format. This seems to work fine in CRuby/MRI, but doesn't work in JRuby with the jruby-openssl gem. ...
3
votes
1answer
226 views
Is there a good C++ library to read, create and modify BER encoded files?
There are several tools that can automatically generate C++ (or other) code for reading and writing BER encoded files. In my C++ project, I need libraries to read and modify BER encoded files. I can ...
1
vote
1answer
63 views
How can I validate that a certificate really is in DER format?
Is there some kind of digital signature to a DER which would be apparent in a hex editor?
I've been given a .cer file with binary content of about 1.3 KB. I'm told that it's in DER format, and my ...
0
votes
1answer
2k views
OpenSSL: Extract public key from certificate in DER format [closed]
I have a .cer certificate file, and need to extract the Public Key. I can only extract to PEM format. The "outform" parameter does nothing.
openssl x509 -inform PEM -in certificate.cer -outform DER ...
1
vote
1answer
291 views
BouncyCastle Java - Decoding DER encoded OCTET strings
I'm reading in a CER certificate file which gives me an X.509 certificate object.
There are several extensions that contain DER encoded OCTET strings. e.g.:
Certificate Extensions: 9
[1]: ...
-1
votes
1answer
214 views
API to convert DN from ASCII string to ASN.1 DER encoding
Is there any API/C program to convert Distinguished name(DN) in ASCII String format
to DER encoded ASN.1 DN ?
For example
I want to encode this string "C=CH, O=Texas, CN=iss"
in ASN.1 DER format, in ...
0
votes
1answer
130 views
Perl module to do equivalent of openssl asn1parse
Using OpenSSL one can get parse and dump an ASN.1 DER file giving an output that looks like this:
100:d=5 hl=2 l= 3 prim: OBJECT :organizationalUnitName
105:d=5 hl=2 l= 11 prim: ...
0
votes
1answer
237 views
Can a public key be exported in PEM format rather than DER format using BouncyCastle?
I currently use bouncy castle to generate a RSA key pair and export them into files. Currently, the keys are exported in DER format. I would like to know if it is possible to export them in .PEM ...
0
votes
1answer
360 views
What are different certificate types, formats in Cryptography
We are adding server certificates verification in SSL handshake for one of our clients. Being very new to Cryptography and C world, thought I would first clear my concepts about these things and then ...
1
vote
0answers
77 views
Install .der file and return back to the app on completion
I have an app that needs a certificate installing, which it does so using
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:CERTIFICATE_URL]];
This hits a web server, gets the ...
3
votes
1answer
430 views
PHP DSA Signature Conversion from DER ASN.1 to XMLDSIG P1363
I am writing a PHP app (acting as a SAML IdP) which is trying to do a login via a SAML Response to a server (acting as the SAML SP. I am currently stuck with the server rejecting the request (I just ...
0
votes
1answer
238 views
How can I check if a x509 certificate is well formed?
If openssl (e.g. x509 or s_client) thinks a DER encoded x509 self-signed certificate is well formed, can I definitively say that the certificate is well formed? For instance, openssl is able to load ...
2
votes
0answers
130 views
Translate PEM to DER on Windows CE 3
I have a RSA public key crypto wrapper which works quite well in desktop Windows and Windows Embedded/POSReady. I need to port this system to both Windows CE 5 and Windows CE 3. In part of this ...
1
vote
0answers
137 views
Cannot get SecKeyRef from .der file was MD5 signature
I am trying to get SecKeyRef from a given .der file, I have researched and found some useful code, but SecCertificateCreateWithData method always return nil, and I guess that the root cause is the ...
1
vote
0answers
591 views
How can I get SecKeyRef from DER/PEM file
I need to integrate my iPhone app with a system, and they require to encrypt data by a given public key, there are 3 files in 3 different format .xml .der and .pem, I have researched and found some ...
0
votes
1answer
352 views
Encode a RSA public key to DER format
I need a RSA public key encoded into DER format.
The key-pair is generated using RSACryptoServiceProvider.
What I'm looking for is the c# equivalent to the java:
PublicKey pubKey = ...
0
votes
0answers
644 views
Importing X.509 certificate from file with CryptoAPI (C++)
Ok, so I made a certificate with StartSSL and I managed to import a base64 and DER format of that certificate. I was trying to import it relative to another forum posted here.
Example Solution
I ...
2
votes
2answers
823 views
ASN1C DER decoder
I'm trying to create simple DER decoder - console application that just outputs content of given data structure (encoded in DER format, like this one).
I have problems with running this example: A ...
1
vote
1answer
298 views
Go, DER and handling big integers
I want to create a Google Go application that will be able to DER encode and decode big integers (namely, ECDSA signature r and s). From what I understand I should use the asn1 package, but what ...
2
votes
1answer
6k views
Create PrivateKey and PublicKey from a String base64 encoding with DER format
I have my Private and Public keys in a String in base64 which where encoded using ANS1 DER. I tried creating the instance of a java PrivateKey and PublicKey:
byte [] llave2 = ...
1
vote
1answer
396 views
Convert DER-encoded data to text in c#
I have opened another question on how to save certificate data as human readable ASN.1-text.
But maybe this question is to specific and i would have better asked more generalized:
Is there a ...
2
votes
2answers
518 views
Export a certificate in asn.1 notation from X509Certificate2
I'm currently learning working with certificates and now I'm curious, if it is possible to get the ASN.1 notation of a loaded certificate from a X509Certificate2-instance.
I have found the ...
6
votes
1answer
2k views
Decoding an ASN.1 DER OCTET STRING with OpenSSL
Using the OpenSSL API, I have extracted a custom extension from a X.509v3 certificate with:
X509_EXTENSION* ex = X509_get_ext(x509, 4);
The X509_EXTENSION object contains a value (ex->value) that ...
1
vote
2answers
698 views
Creating CSR programmatically
I am trying to create a CSR programmatically. I've read about ASN.1, RFC 2986, X.509.
I have also parsed several DER-encoded CSR files manually which were created using OpenSSL.
Everything looks clear ...
1
vote
1answer
682 views
Certificate Request Info on a PKCS#10 to be signed
I'm doing a code that has to create a PKCS#10. To do that, I have to sign my "Certificate Request Info", but when I do, the application says that the signature is invalid.
I'm using the OpenSSL.exe ...
0
votes
1answer
482 views
ANS1 DER encoding
Can anybody confirm this:
ASN.1 DER already requires that integers start with a zero bit if non-negative.
I looked from the ANS1 DER specification but didnt find anything about that.
3
votes
1answer
1k views
How to generate a DER/PEM certificate from public exponent and modulus of RSA?
As we know, a public key consists of a public exponent and a modulus.
My questions is:
How to generate a DER/PEM certificate from public exponent and modulus of RSA?
Thank you very much in advance.
...
3
votes
3answers
1k views
C# read der encoded private key
How can I get the fields from ASN1 DER format private key? Is there a library to decode and get the fields separately?
I need to extract the modulus, exponent and all the other fields.
Or maybe is ...
1
vote
1answer
1k views
Convert XML Dsig format to DER ASN.1 public key
I am working on an iPhone app that retrieves an RSA public key from an ASP.NET web service in the form:
<RSAKeyValue>
...
0
votes
1answer
489 views
How to test RSA private key
I m on a widows machine and need to test easily if my private key is ok. I need to test it becouse im wrapping it in HSM to export it and then unwrapping it in my test application in C#. Now i just ...
4
votes
1answer
383 views
How should I interpret the ASN.1 BER standard for REALs?
I have been reading
X.690 "Information technology – ASN.1 encoding rules: Specification of Basic Encoding Rules (BER), Canonical Encoding Rules (CER) and Distinguished Encoding Rules (DER)"
In ...
2
votes
2answers
645 views
OpenSSL PHP Function doesn't work
I'm looking for days how to translate this command to OpenSLL php function:
$ openssl pkcs8 -inform DER -in aaa010101aaa_CSD_01.key -out AAA010101AAA.key.pem
Enter Password: a0123456789
This work ...
9
votes
3answers
6k views
Write x509 certificate into PEM formatted string in java?
Is there some high level way to write an X509Certificate into a PEM formatted string?
Currently I'm doing x509cert.encode() to write it into a DER formatted string, then base 64 encoding it and ...
0
votes
0answers
634 views
Signing a string with RSA private key on .NET?
byte[] plaintext = System.Text.Encoding.UTF8.GetBytes("AAAAAAAAAAAAA");
TextReader trCer = new StreamReader(@"AA.key"); //key in PEM format
PemReader rdCer = new PemReader(trCer);
...
0
votes
2answers
209 views
How I can encrypt a string in c #?
MD5 md5 = MD5.Create();
byte[] Ostring = System.Text.Encoding.UTF8.GetBytes("original string");
byte[] hashMD5 = md5.ComputeHAsh(Ostring);
StringBuilder sb = new StringBuilder();
for (int i=0; ...
0
votes
0answers
782 views
Decoding incorrect(?) ASN.1 OID in an X.509 certificate
I'm writing a small utility to manually decode and extract an RSA public key from an X.509 certificate. It seems to have worked fine so far, but recently failed for a test certificate. Here's why:
...
1
vote
1answer
2k views
Do java.security.Key.getEncoded() return data in DER encoded format?
Do java.security.Key.getEncoded() returns data in DER encoded format?
If not, is there a method that do?
UPDATE: A Key interface holding an RSA private key implementation
