Tagged Questions
5
votes
6answers
6k views
Java passphrase encryption
I'm trying to learn how to do passphrase-based encryption with Java. I'm finding several examples online, but none (yet) on Stack Overflow. The examples are a little light on explanation for me, ...
1
vote
4answers
374 views
Password composition algorithm
I'm sick of remembering all the passwords for different logins. Lately I found the interesting tool password composer which lets you generate passwords base on the hostname and a secret master ...
0
votes
1answer
207 views
How to overwrite a gpg output file without prompt(automatically)?
I would like to know how to overwrite an output file with gpg encryption?
if i have the same filename in the target directory it fails decryption
the command that i use to decrypt is :
gpg ...
0
votes
2answers
62 views
How to decrypt an encrypted file by passing the “gpg passphrase” in the command using PHP?
I would like to know how can i decrypt a file by passing the passphrase/secret key in the command line.
I tried using this, but its still giving me a prompt to enter the passphrase.
echo ...