Bob K Mertz · @bobkmertz
25 followers · 294 posts · Server techhub.social

@sammi

You are incorrect. A signal app looks up the phone number and if that number has a Signal account it's *not* sent via SMS. Two signal clients ALWAYS use the Signal protocol unless you specifically hold down the send button and intentionally select insecure message *each time*.

@atoponce @signalapp

#data #signal #sms #phone #encrypted #cell #cleartext

Last updated 2 years ago

Alcea · @alcea
10 followers · 429 posts · Server pb.todon.de
Christian Pietsch 🍑 · @chpietsch
3114 followers · 9021 posts · Server digitalcourage.social

If you are a command line and text terminal fan like myself, chances are you are using this trio daily:

for managing ,
for reading and writing ,
for sending out e-mails via weird mail servers such as that mutt cannot talk to directly.

Today I figured out how to make them work together without entering or storing passwords.

I am using GNU/Linux and have agent working.

I used pass to store my e-mail (and ) password under the name uni/mail. This generated the encrypted file ~/.password-store/uni/mail.gpg. So …

In ~/.muttrc, I put:
set imap_pass=`gpg2 --no-tty -q -d ~/.password-store/uni/mail.gpg`

In ~/.msmtprc, I put:
passwordeval gpg2 --no-tty -q -d ~/.password-store/uni/mail.gpg

Whenever I change this password, all I have to do is to store it using pass. The other programs will fetch it from there and decrypt it when they need it.

#linux #gnu #imap #smtp #mua #gnupg #pgp #cli #activedirectory #gpg #cleartext #exchange #ms #msmtp #email #mutt #passwords #pass

Last updated 3 years ago