Base64 based encoding (from Privacy Enhanced Mail standard)
0
votes
0answers
36 views
How to load in Python-RSA a public RSA key from a file generated with openssl?
I generated a private and a public key with the following commands:
openssl genrsa -out private_key.pem 512
openssl rsa -in private_key.pem -pubout -out public_key.pem
I then tried to load them ...
-1
votes
0answers
16 views
Generate pfx certificate from pem rsa [closed]
I have a PEM RSA private key generated with opendkim:
# dkim-genkey -t -s code001 -d domain.com
and for use it with exchange, i need to convert it to pfx with this command:
# openssl pkcs12 ...
1
vote
0answers
42 views
Look for a step by step Domain-Key Signature creation guide for PHP
So, I've lost some sleep, I've scoured the net and I've found libraries, explanations, etc., but I have not found a step by step guide to create a Domain-Key Signature to be added to an email header ...
2
votes
2answers
151 views
Verify PKCS#7 (PEM) signature / unpack data in node.js
I get a PKCS#7 crypto package from a 3rd party system.
The package is not compressed and not encrypted, PEM-encoded, signed with X.509 certificate.
I also have a PEM cert file from the provider.
The ...
1
vote
0answers
181 views
How to get RSA public key from PEM format
I am trying to get an RSAPublicKey object from a public key file which is PEM encoded . The file is in the format given below
-----BEGIN PUBLIC KEY-----
M67sdjFDSSTRWE%$HGF£$"F£$$£%$ etc...
-----END ...
2
votes
0answers
75 views
How to create private key from file in Objective C?
I have created a public key like this:
NSString *pkFilePath = [[NSBundle mainBundle] pathForResource:@"public_key" ofType:@"der"];
NSData *myCertData = [NSData dataWithContentsOfFile:pkFilePath];
...
0
votes
1answer
28 views
Is there a way to password protect a .pem file so it prompts you to enter a password before adding the extention to Google Chrome?
I have created a basic Chrome extension and it generated a key.pem file.
Is there anyway to password protect the key.pem file so I get prompted each time I want to install this extenions on Google ...
0
votes
0answers
213 views
Get KeyPair from PEM Key with BouncyCastle
I have a PEM Key and I want to get a KeyPair with it and bouncycastle. I found this code which seems good but I have a cast exception.
function loadKey() {
File privateKeyFile = new ...
0
votes
0answers
140 views
Importing PEM encrypted key pair in java using bouncycastle
I'm writing a program that uses RSA for various tasks.
I know how to generate and write the key pair to file, but I cannot load the encrypted (AES-256-CFB) key pair to a KeyPair object.
So the ...
0
votes
1answer
98 views
PemReader in java
I am working with PEMReader and I have this code which doesn't work.
protected static KeyPair doReadKeyPair(InputStream is) throws Exception {
PemReader r = new PemReader(new ...
0
votes
2answers
629 views
Converting pfx to pem using openssl
I have client_ssl.pfx file generate from X509 Certificate Generator.
How to get root.pem and client_ssl.pem from client_ssl.pfx using openssl ?
0
votes
0answers
350 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
45 views
Can't Enter EC2 Instance Because password is empty
I was able to enter my EC2 instance using the pem key.
The problem is that, I set in the sshd profile to enable password authentication. But I left my password empty.
Now I can't login, because ...
2
votes
1answer
51 views
Can I automate inserting password of PEM file for SSL certificates in MySQL?
Whenever my server goes down, I need to login and manually restart MySQL so I can type in the password to the PEM file.
Is there a way to automate this?
1
vote
0answers
138 views
Getting invalid key format exception when loading a private key from .pem file
I am trying to load a private key from a pem file. I am limited as I am not allowed to use any external library such as Bouncy Castle.
My piece of code:
KeyFactory keyFactory = ...
0
votes
0answers
47 views
LDAPS authentication in PHP
I'm trying to implement a website which will use external LDAP for users authentication. Here's what i've got so far:
- i've managed to connect to the mentioned LDAP with my credentials by using ...
0
votes
0answers
87 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 ...
1
vote
0answers
164 views
Java: Writing Private key from Windows-my to file .pem
I'm trying to get a certificate and a private key from Windows-MY keystore and write them on files, but I have some problems that make think that Java doesn't allow to write the PrivateKey from ...
0
votes
1answer
181 views
How do i encrypt & decrypt data using PEM - OPENSSL, C, BIO
The below code can successfully encrypt and decrypt my data.
size_t pri_len;
size_t pub_len;
char *pri_key;
char *pub_key;
char message[AES_KEY_SIZE];
char *encrypted = NULL;
char *decrypted = NULL;
...
0
votes
0answers
196 views
OpenSSL not allowing input for PEM pass phrase
I am trying to generate a self-signed SSL certificate but i keep running into the same issue every time. After entering the parameters such as openssl req -new > webserver.csr, it then asks for the ...
2
votes
1answer
216 views
Extract raw certificate from PKCS#7 file in JAVA
I would like to achieve the same what this openssl command performs, but programmatically in Java:
openssl pkcs7 -in toBeExported.p7c -inform DER -out certificate.pem -print_certs
which means that ...
1
vote
1answer
221 views
Creating .pem file programmatically in Objective-C?
I am trying to create a PEM file programmatically from a Certificate Signing Request using Objective-C and the OpenSSL library in an iPhone app. I have generated the CSR (of type X509_REQ *) by ...
0
votes
0answers
355 views
Getting OpenVPN Connect to work
I have set up an OpenVPN server on my Synology DS212j. I would like to get my Android device to connect to it, using the official OpenVPN Connect app. The OpenVPN server package on the Synology ...
0
votes
0answers
54 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. ...
1
vote
0answers
74 views
How to sign binary file using .pem and .spc files?
I have .pem file and .spc files.
I need sign .exe file.
I know that need convert pem and spc to pfx certificate, but no search results
Thanks
0
votes
1answer
1k views
How can I read a BouncyCastle private key PEM file using JCA?
In one of our applications private keys are stored using BouncyCastle's PEMWriter. At the moment I am investigating if we can get rid of the BouncyCastle dependency since Java 7 seems to have ...
1
vote
0answers
418 views
exception while storing the x 509 certificate using pem writer?
I am trying to genearte a self signed certificate using the following code I have got from internet
import java.io.IOException;
import java.io.PrintWriter;
import java.io.StringWriter;
import ...
2
votes
0answers
60 views
Apple Push Notifications - two app id's and one server key
I am trying to deploy two applications that use apple push notifications. Both the applications talk to the same server application. Let us assume one is a a free version of the app and the other is a ...
2
votes
1answer
127 views
BOOST ASIO load key.pem with passphrase
Currently I'm working with this:
...
ctx.use_certificate_chain_file("./C/cert.pem");
ctx.use_private_key_file("./C/key.pem", boost::asio::ssl::context::pem);
...
0
votes
1answer
806 views
Reading RSA keys from .PEM file to RSA structure in C
JKJS
Observations:
Suppose RSA private key is created by following commands:
openssl genrsa -out mykey.pem 1024
Then, there is no problem reading key from that file in C:
RSA *privatekey=NULL;
...
0
votes
0answers
119 views
reading PEM certificate results in lengthTag=111, too big error
we're running the same code, mine works fine but my coworker in India is getting the error below. He's already installed the JCE Extension. we're both running jdk 1.6_x
...
0
votes
1answer
239 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 ...
3
votes
1answer
1k views
How to create .pem files for https web server
I'm using the Express framework in Node.js to create a web server. I want the transport is based on SSL.
The code to create the https web server is as below.
var app = express.createServer({
key: ...
1
vote
1answer
191 views
How to extract exponent and Modulus in .pem
I have a Private.pem file i need to extract the private exponent and Private modulus .Is their any method to do so
4
votes
1answer
2k views
Reading and writing rsa keys to a pem file in C
I am writing a C program to generate keys for RSA and write them to a file and then read from them. The homework requires me to generate the files in a openssl format. So, I chose PEM. Now, I have the ...
-1
votes
2answers
100 views
mongo sharding across multiple machines connection possible through identity file (.pem)
Some example illustrating mongo sharding across multiple machines .connection among them is possible through identity file (.pem).
1
vote
1answer
226 views
python m2crypt and load_key, but i have only a .cert files
I have a problem.I'm testing some tips about Apple passbook with python. I'm using M2Crypto to obtain the signature.
The code is:
def passwordCallback(*args, **kwds):
return password
...
0
votes
1answer
256 views
SSH Auth Failed on Amazon EC2 - RSEG1066 Auth Failed
Sorry but I am a newbie... I have checked other questions but nothing has worked and I am not great with SSH.
Followed the steps to connect to EC2 with SSH in Eclipse. Worked like a charm. Then I ...
0
votes
1answer
2k views
Creating RSA Private Key from PFX (PKCS #12) file
I'm trying to get a private RSA key from a pkcs #12 file.
I've tried running the standard
openssl pkcs12 -nocerts -out priv.pem -in domain.com.pfx
However this results in a key file like the one ...
1
vote
2answers
726 views
How do i read the private key in java from a pfx certificate
I am trying to read a private key i java .I learned inorder to do that i have to extract private key from my full certificate in pfx format.
I have tried the below open ssl command to convert pfx ...
0
votes
1answer
942 views
load openssl RSA key from a string in C
I'm having a little trouble understanding what function to use to load my key into an RSA.
I get the key in string form like this from a local database:
-----begin public key----- ...
3
votes
1answer
547 views
How to change EC2 Public Key?
I'm trying to change my EC2 public key for myself, the rest of my team who uses AWS, and also for running instances.
So the old key was (for example) 'my_key', and I made a new key called 'my_key2'.
...
0
votes
1answer
631 views
How to code sign using .Pem file?
I am trying to code sign my application components using a digital certificate. The certificate format is .Pem
I referred the below url and try to implement the code signing using the Visual Studio ...
0
votes
2answers
291 views
Source of PEM files for web service access
I should have paid more attention to my classes that covered security. I'm quite confused about something. To start, here's the background of what I'm trying to accomplish.
I have a web service that ...
0
votes
0answers
105 views
Convert PEM certificate to CER without using openssl
What are the ways of converting certificates WITHOUT openssl? PEM format to CER in particular. I need to write C# code that does it. Thanks.
4
votes
1answer
7k views
How to read .pem file to get private and public key
I am writing a small piece of code which reads public and private key stored in .pem file. I am using the following commands to generate the keys.
Below command to generate pair of key.
...
0
votes
1answer
389 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
1answer
1k views
SSL Connection Using .pem Certificate With Python
I'm trying to establish successful communication over an HTTPS connection using authentication. I'm using Python 2.7 w/ Django 1.4 on Ubuntu 12.04.
The API documentation I'm following has specific ...
0
votes
1answer
233 views
Where in a PEM (SSL) file is the passphrase stored? If you open a .pem file in a text editor, can you steal the passphrase?
I'm trying to understand how a .pem file is laid out. How is the passphrase authenticated? How does the .pem file check against itself the passphrase you try to open it with?
0
votes
1answer
93 views
Post XML request with PEM Key
I am using Burpsuite to test SSH-public key credentials via an XML POST Request. Essentially I need to send the PEM file text as part of an XML element, like this:
<PEMKey>-----BEGIN RSA ...

