About 49,000,000 results
Open links in new tab
  1. What are the differences between .pem, .cer, and .der?

    Mar 30, 2014 · 233 .pem, .cer and .der are all file extensions for files that may contain a X.509 v3 certificate. The .der extension DER is the method of encoding the data that makes up the certificate. …

  2. openssl der files importing into java keystore - Stack Overflow

    Dec 16, 2019 · I created a keypair with openssl and want them to import into the java-keystore: 1) openssl genpkey -algorithm RSA -pkeyopt rsa_keygen_bits:2048 -out my_privatekey.pem 2) openssl …

  3. How to fix a "No process is on the other end of the pipe" error in SQL ...

    The server was set to Windows Authentication only by default. There isn't any notification, that the origin of the errors is that, so it's hard to figure it out. The SQL Management studio does not warn you, …

  4. Encoding of implicit and explicit tags in ASN.1 - Stack Overflow

    Feb 1, 2005 · This is also not specific to BER/DER, it's a feature of ASN.1. Some encoding rules (BER, DER, and OER to a limited extent) use the tags in the encodings, while other encoding rules (PER, …

  5. Why am I getting "Data source name not found and no default driver ...

    Oct 26, 2019 · When trying to make a program on Windows that connects to a database via ODBC, I got the following error: [Microsoft][ODBC Driver Manager] Data source name not found and no default …

  6. How to convert a DER file to a PEM file? - Stack Overflow

    Dec 3, 2021 · Unfortunately there are various kinds how keys can be stored - DER vs. PEM is not the only variation but there are also different ways to have a key in DER etc.

  7. How do I decode a DER encoded string in Java? - Stack Overflow

    19 I'm trying to read a custom extension from a digital certificate. I know the value is a GeneralString encoded in DER. Is there an easy way to correctly decode it and get a Java String? I tried the …

  8. Identifying whether a certificate is der encoded or base 64 encoded

    Oct 8, 2021 · 2 Informational since this got a search hit - All X.509 certs pretty much use Distinguished Encoding Rules (DER) as the defacto encoding standard to store certificate data in Abstract Syntax …

  9. OpenSsl cannot read DER formatted certificate - Stack Overflow

    Jan 13, 2019 · Update I have based my solution on this and this answers. Background I am trying to read a DER formatted certificate file and attempt to verify it. My cert is in DER format. I have …

  10. PKCS#1 and PKCS#8 format for RSA private key [closed]

    Feb 24, 2018 · How an RSA key literally is stored using the formats PKCS#1 and PKCS#8? What is the difference between the PKCS formats vs encodings (DER, PEM)? From what I understand, PEM is …