python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Why armored publick key from gpg locate-keys public differ from PGP public key server key?
I was trying to verify signature of linux-firmware with GnuPG
gpg --locate-keys jboyer@redhat.com
I've got publick key with : gpg --export --armor | less This key have 88 lines
I used public PGP serv...
Vitalij Chepelev
Votes: 0
Answers: 1
How to generate a .pfx and .cer file on Windows
Years ago I worked on this .NET Standard project that made use of a private key (in password protected .pfx file) to sign some content, and its corresponding public key (in .cer file) to verify the si...
AxiomaticNexus
Votes: 0
Answers: 1
Npm install on GitHub Pull Request fails for the package referenced from a public GitHub repository
In the package.json file, I have added a dependency that is referencing one of our public repositories. The dependency in the package.json looks like below:
"ffprobe-static": "git+h...
Josh
Votes: 0
Answers: 2
C# create ssh-rsa public key from existing private key string
I wish to create an ssh-rsa public key from an existing private key string
for example:
for the following private rsa key string:
-----BEGIN RSA PRIVATE KEY----- MIIEogIBAAKCAQEAvyN0aQKoYl/LAZ...

Or Yaacov
Votes: 0
Answers: 1