Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged openssl

0 votes
1.3k views
1 answer
    I need to encrypt some data using RSA in JavaScript. All of the libraries around ask for an exponent and a ... modulus part from an RSA file? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have a certificate in der format, from it with this command I generate a public key: openssl x509 - ... f private_key1.pem > public_key1.pub See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
847 views
1 answer
    Background "In the Python runtime, we've added support for the Python SSL Library, so you can now open secure ... Apr 2013 11:23:49 +0000 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I've been given a PEM file with a certificate and pub/private keys. Specifically it includes the headers -- ... much appreciated at this point. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
730 views
1 answer
    I was doing attempting to do some updates to openssl using homebrew and I somehow managed to break everything. I can' ... /bundle:23:in `<main>' See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
927 views
1 answer
    I want to extract the public and private key from my PKCS#12 file for later use in SSH-Public-Key- ... for ssh-public-key authentication? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
900 views
1 answer
    After the latest update (in fact, I did a new install) of git for Windows I cannot connect to ... expiration date; successful communication] See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
801 views
1 answer
    I am currently trying to generate and send a public RSA key using C#. It should be ... " My key starts with "MIIBKwIBAAKCAQEA" Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I don't really understand this one: According to https://www.madboa.com/geek/openssl/#key-rsa, you can generate a ... key contain the sum? Or the public key? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    Hi I was writing a program that imports private keys from a .pem file and create a private key object to use ... know what format does the other one belongs to. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
803 views
1 answer
    How can I transform between the two styles of public key format, one format is: -----BEGIN PUBLIC KEY- ... show me some concise introduction on the tow formats? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm on Ubuntu 12.10 with OpenSSL 1.0.1c, python 2.7.3, Requests 1.0.3 and 1.0.4 ( ... the python requests library. Any assistance would be greatly appreciated. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
795 views
1 answer
    I need to install several Python modules on a RHEL where I don't have root access. At least one of the ... Can anyone help with the problem? Thanks in advance. Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    So as time moves on mcrypt will go in PHP 7.2. Of course there is an alternative: openssl. I find it ... "convert" this code to use openssl insted of mcrypt? Question&Answers:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
835 views
1 answer
    I need to, somehow, communicate with a Vault instance from some chaincode. My issue is that I ... //stackoverflow.com/questions/65829471/fabric-chaincode-communicate-with-vault...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
768 views
1 answer
    I am trying to setup an OCSP server with 3 to 4 path length (Root > IMCA1 > IMCA2 > Server). ... .com/questions/65830267/how-to-setup-ocsp-server-with-intermediate-certificate...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
960 views
1 answer
    I'm trying to use https on local dev for a 'create-react-app'. I used this site as a tutorial ... .com/questions/65834614/create-react-app-https-localhost-secure-connection-failed...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
984 views
1 answer
    I have an iOS application which has OAuth2 enabled login. The mobile app tried to get a oauth2 token from WSO2 ... -a-self-signed-certificate-in-wso2-identity-server-which-ios-app...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.1k views
1 answer
    I am using OpenSSL 1.1.1f 31 Mar 2020 and I have a problem decrypting the data encrypted with openssl ... /65847109/openssl-decrypt-issue-fails-with-evp-decryptfinal-exbad-decrypt...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm trying to configure NGINX (version 1.18.0) running on Ubuntu (20.04), to replace our existing F5 ... load-balancer-getting-error-403-forbidden-via-nginx-but-direct-access-to...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
916 views
1 answer
    My company has just provided us SSL certificates that I had to attempt to install and configure using Apache2.4 on ... /apache2-4-will-not-restart-after-including-httpd-ssl-conf...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
963 views
1 answer
    I am using a self-signed certificate from OpenSSL on localhost with the URL https://localhost.com:3000 ... from:https://stackoverflow.com/questions/65888653/ssl-insecure-connection...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
899 views
1 answer
    I'm trying to generate a shared session key from ECDH. I can do it with private and public ... /stackoverflow.com/questions/65905092/derivation-shared-secret-different-with-pkcs11...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
800 views
1 answer
    I am trying to create backup certificate from primary to create certificates on secondary nodes for an ... 65907417/sql-server-crashes-when-trying-to-backup-certificate...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I want to use an ssl certificate using a CA I also set up myself. When I am trying to start the server I am ... -to-set-up-an-ssl-certificate-and-encounter-the-error-unable-to-rea...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    After the expiration of tls and admin certs of the peer and orderers in the network, I'm trying to ... error-in-raft-consensus-for-hyperledger-fabric-network-after-tls-rotation...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
817 views
1 answer
    We are going to use ES cluster with PKI based authentication. Our POC setup will be 3 Master Node and ... -generate-multiple-certificate-for-pki-based-authentication-using-csr-el...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    Our corporate firewall/proxy is keeping VS Code from being able to install extensions because Code doesn't trust ... visual-studio-code-to-trust-our-self-signed-proxy-certificate...
asked Oct 7, 2021 in Technique[技术] by 深蓝 (71.8m points)
To see more, click for the full list of questions or popular tags.
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...