<< < 1 2 3 4 5 6 7 8 9 10 > >>   Sort: Date

OpenSSL "pkey -pubin" - View EC Public Key
How to view contents of a EC public key file using OpenSSL "pkey" command? If you want to view contents of a EC public key stored in a file, you can use the OpenSSL "pkey -pubin" command as shown below: C:\Users\fyicenter&gt;\loc al\openssl\openssl.exeOpenSSL&gt; pkey -pubin -in my_ec_pub.ke...
2017-07-03, 5271👍, 0💬

OpenSSL "x509" Command
Where to find tutorials on using OpenSSL "x509" command? Here is a collection of tutorials on using OpenSSL "x509" command compiled by FYIcenter.com team. OpenSSL "x509" Command Options Sample X.509 Certificate File to Test OpenSSL OpenSSL "x509 -text" - Print Certificate Info OpenSSL "x509 -fingerp...
2019-09-04, 5257👍, 1💬

💬 2019-09-04 chintu: openssl genpkey -algorithm B -out A

OpenSSL "genrsa -des" - DES Encrypt RSA Keys
How to generate a new RSA key pair and encrypt the output with a DES password using OpenSSL "genrsa" command? If you want to secure your new RSA private key with a DES encryption, you can use the OpenSSL "genrsa -des" command as shown below: C:\Users\fyicenter&gt;\loc al\openssl\opensslOpenSSL&a...
2017-01-14, 5114👍, 0💬

OpenSSL "req -x509 -md5" - MD5 Digest for Signing
Can I using MD5 digest algorithm when generating a self-signed certificate using the OpenSSL "req -x509" command? Yes, you can use MD5 digest algorithm when generating a self-signed certificate using the OpenSSL "req -x509 -md5" command Without the "-md5" option, the default SHA256 digest algorithm ...
2023-08-31, 4933👍, 1💬

💬 2023-08-31 Kadhirvel B: Pls valid signature for my profile any digital government documents

OpenSSL "rsautl" - Decrypt Large File with RSA Key
How to decrypt a large file with an RSA private key using OpenSSL "rsautl" command? I received a large encrypted file from my friend who used the RSA-AES hybrid encryption process with my public key. If your friend encrypted a large file with the RSA-AES hybrid encryption process with your public ke...
2017-05-20, 4909👍, 0💬

OpenSSL "rsautl" Using OAEP Padding
What is the OAEP padding schema used in OpenSSL "rsautl" command? OAEP (Optimal Asymmetric Encryption Padding), also called PKCS#1 2.0, is a padding standard specified in RFC3447 "PKCS #1: RSA Encryption, Version 1.5" proposed by RSA Laboratories in 1998. OAEP padding can be illustrated by the diagr...
2017-04-22, 4767👍, 0💬

OpenSSL "ca" Error "cannot lookup how many days ..."
Why I am getting the "cannot lookup how many days to certify for" error when running OpenSSL "ca" command? You are getting the "cannot lookup how many days to certify for" error, because OpenSSL "ca" command can not find the required "default_days" option in the configuration file. For example, if y...
2016-09-08, 4753👍, 0💬

OpenSSL "rsautl -encrypt" vs. "rsautl -sign"
What is the difference between "rsautl -encrypt" and "rsautl -sign" commands? There are 2 differences between "rsautl -encrypt" and "rsautl -sign" commands: 1. "rsautl -encrypt" and "rsautl -sign" commands take different RSA keys: "rsautl -encrypt" only accepts an RSA public key and performs RSA enc...
2017-03-25, 4695👍, 0💬

OpenSSL "ca" Command
Where to find tutorials on using OpenSSL "ca" command? Here is a collection of tutorials on using OpenSSL "ca" command compiled by FYIcenter.com team. OpenSSL "ca" Command Options OpenSSL "ca" - Create CSR for Testing OpenSSL "ca" - Create CA Certificate for Testing OpenSSL "ca" Error "./demoCA/newc...
2016-09-23, 4671👍, 0💬

OpenSSL "req" - "prompt=yes" Mode with DN Defaults
How to specify DN value defaults when using the "prompt=yes" mode of the OpenSSL "req -new" command? If you are using "prompt=yes" mode, you can also set DN (Distinguished Name) default values in the configuration file. OpenSSL will prompt the user for DN fields with default values. The user can pre...
2016-10-29, 4658👍, 0💬

OpenSSL "rsa" - Open Encrypted RSA Keys
How to open an encrypted RSA key file using OpenSSL "rsa" command? I was told the key file is DES encrypted and I know the password. If you are trying to open a password (encrypted) RSA key file using the "rsa" command, you will be prompted for the password as shown below: C:\Users\fyicenter&gt;...
2024-01-19, 4614👍, 1💬

OpenSSL "genpkey" Command for EC Keys
Where to find tutorials on using OpenSSL "genpkey" and "pkey" commands for EC private keys? Here is a collection of tutorials on using OpenSSL "genpkey" and "pkey" commands compiled by FYIcenter.com team to generate and manage EC (Elliptic Curve) private keys OpenSSL "genpkey -genparam" - Generate E...
2017-07-15, 4580👍, 0💬

OpenSSL CSR File Structure and Components
What is the OpenSSL CSR file structure and components? By default, CSR (Certificate Signing Request) files generated by the OpenSSL "req" command follow these rules: 1. CSR files are stored in PEM (Privacy-enhanced mail) format, which uses DER (Distinguished Encoding Rules) standard to serialize dat...
2018-01-19, 4560👍, 1💬

💬 2018-01-19 guest: req -new -newkey rsa: 1024 -nodes -keyout mykey.pe>m -out myreq.pem -config openssl-san.cnf

OpenSSL "pkey" Command Options
What can I use OpenSSL "pkey" command for? What are options supported by the "pkey" command? OpenSSL "pkey" command is a utility to view and manage private keys and public keys. Note that "pkey" command is replacing the old "rsa", and "dsa" commands. Here are options supported by the "pkey" command:...
2018-01-16, 4497👍, 0💬

OpenSSL "policy" Options for "ca" Command
What are policy options in the configuration file for the OpenSSL "ca" command? Policy options in the configuration file are used by the OpenSSL "ca" command for 2 purposes: Defines validation rules for DN (Distinguished Name) fields. Defines the order of DN (Distinguished Name) fields in the certif...
2016-09-04, 4483👍, 0💬

OpenSSL "gendsa" - Generate DSA Key Pair
How to generate a new DSA key pair using OpenSSL "gendsa" command? If you need a new DSA key pair in order to create a new certificate, you can use the OpenSSL "gendsa" command as shown below: C:\Users\fyicenter&gt;\loc al\openssl\openssl.exeOpenSSL&gt; gendsa -out my_dsa_2048.key my_dsa_204...
2017-01-07, 4431👍, 0💬

OpenSSL "genpkey -pkeyopt rsa_keygen_pubexp:3" - RSA Public Exponent
How to generate a new RSA key pair with a different public exponent using OpenSSL "genpkey" command? If you need a new RSA key pair with a different public exponent for testing purpose, you can use the OpenSSL "genpkey -pkeyopt rsa_keygen_pubexp:nnn" command. The "-pkeyopt rsa_keygen_pubexp:nnn" opt...
2018-01-06, 4411👍, 0💬

OpenSSL "req new -batch" - Using DN Default Values Only
How to run OpenSSL "req -new" command in batch mode? I don't OpenSSL to use DN default values only and do not prompt me. If you have DN (Distinguished Name) default values provided in the configuration file, you can run OpenSSl "req -new -batch" command to take default values only without prompt as ...
2016-10-29, 4411👍, 0💬

OpenSSL "dsaparam" - Generate DSA Parameters
How to generate a new DSA parameter file using OpenSSL "dsaparam" command? If you need a new DSA paramter file in order to create new DSA keys, you can use the OpenSSL "dsaparam" command as shown below: C:\Users\fyicenter&gt;\loc al\openssl\openssl.exeOpenSSL&gt; dsaparam -out my_dsa_2048.pr...
2017-01-07, 4361👍, 0💬

OpenSSL "genpkey -genparam" - Generate EC Parameters
How to generate a new EC parameter file using OpenSSL "genpkey -genparam" command? If you need a new EC parameter file in order to create new EC keys, you can use the OpenSSL "genpkey -genparam" command as shown below: C:\Users\fyicenter&gt;\loc al\openssl\openssl.exeOpenSSL&gt; genpkey -gen...
2017-07-15, 4233👍, 0💬

OpenSSL "req -x509 -days" - Longer Self-Signed Certificate
Can I sign my own CSR with a longer expiration date using the OpenSSL "req -x509" command? I want to use this certificate as an internal root CA for 10 years. Yes, you can sign you own CSR (Certificate Sign Request) with a longer expiration date using the OpenSSL "req -x509 -days" command as shown b...
2016-11-11, 4153👍, 0💬

OpenSSL "rsautl" - PKCS#1 v1.5 Padding Size
Whet is the PKCS#1 v1.5 padding size with OpenSSL "rsautl -encrypt" command? I want to know the largest size of data that I can encrypt with my RSA key. The minimum padding size of PKCS#1 v1.5 padding schema is 11 bytes which contains at least 8 bytes of random string. So if you are using the "-pkcs...
2017-04-28, 3999👍, 0💬

OpenSSL "dsa -pubout" - Extract DSA Public Key
How to extract the public key from a DSA key file using OpenSSL "dsa" command? If you want to extract the public key out from a DSA key file (private key an public key), you can use the OpenSSL "dsa -pubout" command as shown below: C:\Users\fyicenter&gt;\loc al\openssl\openssl.exeOpenSSL&gt;...
2016-12-28, 3900👍, 0💬

OpenSSL "req -new" - Generate New CSR
How to generate a new CSR (Certificate Signing Request) using OpenSSL "req -new" command? I have an RSA private key (including public key) ready. If you have a pair of RSA private key and public key, and you want to generate CSR (Certificate Signing Request) to represent your personal identity or se...
2016-12-14, 3846👍, 0💬

<< < 1 2 3 4 5 6 7 8 9 10 > >>   Sort: Date