python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How can we do PGP encryption/decryption using RSA in Php?
I have installed GnuPG library and used below code for encryption and decryption:
$public_key = '/path/0xC6235F66-pub.asc';
$private_key = '/path/0xC6235F66-sec.asc';
function encryptText($public_k...
user11268512
Votes: 0
Answers: 3
"gpg: decryption failed: No secret key" on another system
I'm trying to decrypt passwords in pass using gpg (they were also encrypted with gpg) on a new system with a new user. I did not format the /home section to keep everything I need (configs, password...
aclui dll
Votes: 0
Answers: 0
How can I manage keyring files in trusted.gpg.d with ansible playbook since apt-key is deprecated?
Before apt-key was deprecated, I was using Ansible playbooks to add and update keys in my servers. At the moment, apt-key no longer updates the keys. In few searches, I found that I need to use gpg no...
ecemnaz
Votes: 0
Answers: 3
How To Change password/passphrase prompt text of GPG
in GPG while we are doing encryption
gpg --cipher-algo AES256 --symmetric ./.abcd.csv
It open a prompt
Enter Passphrase
Can we change that too
Enter Passphrase for xyz:
Rajarshi Das
Votes: 0
Answers: 1