Did gpg read "ctrl+d" on Termux?

I encrypted a message by: 1) Typing `gpg --encrypt --armor --recipient [recipient]` 2) Hitting enter 3) Typing the message to be encrypt…

Even though #AGE beat #GPG in my recent benchmarks, it came close once I disabled the compression that's on by default both via the terminal, and if you just right click a file and click "Encrypt". Kinda makes me think that the "nautilus-seahorse" extension for Gnome/Nautilus should provide a checkbox in the dialog to enable/disable compression. Right now all it asks is whether you want to use a password or PGP recipient, and whether you want to digitally sign the output file.

#Security

Title: P2: Emacs allow easely encrypt end decrypt ".gpg" files [2024-12-04 Wed]

if [ (tty) = "/dev/tty2" ] then # to disable tty2
stty -echo -icanon
while true do read -t 0 done
fi
export GPG_TTY=/dev/tty2
gpg-agent 2> /dev/null

Now you need to switch to TTY with Ctrl+Alt+F2 to enter
password.

If this is too complicated, you can always enter
password directly in Emacs:
(setopt epa-pinentry-mode 'loopback)
#dailyreport #emacs #security #gpg #gnupg #pgp #passwords #x11 #linux

Title: P1: Emacs allow easely encrypt end decrypt ".gpg" files [2024-12-04 Wed]

It is impossible actually but at least we can encrypt
file/files with all passwords and enter one password
outside of X. That is how most keystorages works.

For that, we need:
~/.gnupg/gpg-agent.conf: pinentry-program /usr/bin/pinentry-tty
/etc/inittab: c2:2345:respawn:/sbin/agetty -a user 38400 tty2 linux

in .bashrc: #dailyreport #emacs #security #gpg #gnupg #pgp #passwords #x11 #linux

Title: P0: Emacs allow easely encrypt end decrypt ".gpg" files [2024-12-04 Wed]

#x11 #linux
with
"EasyPG" - GnuPG interface:
(require 'epa-file)
(setopt epa-pinentry-mode 'ask)
(epa-file-enable)

I have encrypted my passwords with ability to enter
password outside of X11 window server. We all know that
X server is a one week point that hard to isolate. That
is why it's better to keep passwords outside of X. #x11 #linux #dailyreport #emacs #security #gpg #gnupg #pgp #passwords #x11 #linux

🧀⚡️ ¿Están listos, Cheeseheads? ⚡️🧀
Brian Gutekunst ya está en modo "Hechicero Supremo". La magia del Draft de la NFL comienza esta semana y Green Bay está listo para forjar su próximo gran equipo.
¿Quiénes serán las nuevas caras que veremos conjurando victorias en Lambeau?
👇 CONVOCATORIA CHEESEHEAD: Dejen un 💚 si están listos para seguir cada selección con nosotros. ¡Vamos por ese anillo!
#GoPackGo #NFLDraft #Packers #GPG #CheeseheadsMX #DraftSemana #Gutekunst
🧀⚡️ ¿Están listos, Cheeseheads? ⚡️🧀
Brian Gutekunst ya está en modo "Hechicero Supremo". La magia del Draft de la NFL comienza esta semana y Green Bay está listo para forjar su próximo gran equipo.
¿Quiénes serán las nuevas caras que veremos conjurando victorias en Lambeau?
👇 CONVOCATORIA CHEESEHEAD: Dejen un 💚 si están listos para seguir cada selección con nosotros. ¡Vamos por ese anillo!
#GoPackGo #NFLDraft #Packers #GPG #CheeseheadsMX #DraftSemana #Gutekunst
Do Firms Share their Profits Equally with Women and Men? The Role of Human Capital, Managerial Positions and Unions https://docs.iza.org/dp18388.pdf
"… wage-profit elasticity is estimated at 2.8% and is not statistically different for women and men. These non-differing elasticities therefore imply a non-significant price effect in the gender wage gap, which is estimated in our analysis at 15.6%
… higher human capital – measured here by education level or tenure – and holding a managerial position increase rent-sharing for both men and women
… Still, rent-sharing seems to fuel the gender wage gap, albeit to a fairly modest extent (at around 5% of the gender wage gap for our benchmark specification) through the channel of segregation (i.e. women are somewhat more concentrated in less profitable firms)"
#gpg #wages #LaborEconomics

GPGWrap v1.1

http://github.com/h0ek/gpgwrap/releases/tag/1.1

I have fixed some issues and added new features. If you are using it, please update! If you're not using it yet, you should be!

I will soon upload it to PyPi and create a Flatpak or AppImage. Which would you prefer?

#gpg #pgp #gpgwrap #python

Release GPGWrap v1.1 · h0ek/gpgwrap

Added keyboard shortcuts: Ctrl+E / Ctrl+D import public/private key from clipboard trust/sign key dialog in Manage Keys Changed separated key signing from ownertrust configuration improved trust...

GitHub

Was soll das denn? #Thunderbird importiert meinen #GPG Schlüssel und löscht einfach die Passphrase raus?

Ich möchte nicht das in meinem Posteingang Mails bereits automatisch geöffnet und entschlüsselt angezeigt werden.

Ich möchte bitte wie früher entschlüsseln drücken und Passphrase eingeben. Bitte, Danke!

Hier eine versteckte Konfig um beim importierten Schlüssel eine Passphrase rein editieren zu können:

mail.openpgp.passphrases.enabled

https://github.com/thunderbird/knowledgebase-issues/issues/43

Modify: OpenPGP FAQ and add: HOW TO disable Thunderbird from decrypting PGP messages automatically · Issue #43 · thunderbird/knowledgebase-issues

SUMO OpenPGP Question 1440045: "Is there a way to disable Thunderbird from decrypting PGP messages automatically? What I'm wanting to do is to be able to see the PGP encrypted message and then clic...

GitHub