python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Decrypt RC8032 PGP with Bouncy Castle .NET
I am trying to decrypt a given PGP message with Bouncy Castle .NET.
I have a string for the message, a stream for the private key, and a string for the passphrase.
Looking online, it looks like the fi...
ofrir
Votes: 0
Answers: 1
Cannot sign commit with exported GPG key from other machine
I need help with gpg key in git.
First I export keys from windows with this:
gpg --output backupkeys.pgp --armor --export-secret-keys --export-options export-backup user@email
Then on linux I import ...

ERROR_404
Votes: 0
Answers: 1
Can't assign bash variable in python subprocess
I am trying to assign to a variable the fingerprint of a pgp key in a bash subprocess of a python script.
Here's a snippet:
import subprocess
subprocess.run(
'''
export KEYFINGERPRINT="$(gpg ...
rocky-evasive-dosage
Votes: 0
Answers: 2
How can I sign git commits using GPG without changing the time of the commits in github?
I didn't know about commit signing before, so I have a repo with a few thousand commits that I would like to sign.
This question about signing previous commits has several answers, but they change the...
Patrick Kenny
Votes: 0
Answers: 0