New blog article on "Post-quantum cryptography in #OpenPGP":
New blog article on "Post-quantum cryptography in #OpenPGP":
I'm launching a new site about #OpenPGP:
This site is a personal writing project with a focus on learning OpenPGP's concepts by playful hands-on use.
My goal is to empower readers to make sense of more advanced material (including https://openpgp.dev/), and become proficient in whatever subset of OpenPGP they are interested in.
The site is far from complete, I hope to continue writing on it. Let me know what you think, and what additional content you'd like to see!
Wenn ihr neuen code schreiben würdet wo crypto signaturen und encryption von objekten/nachichten vorkommen soll, sowie authentication von hierarichischen Personen/Organisationen mit web of trust - also ugf. alles was openpgp auch machen will, euch aber #openpgp zu kompliziert ist ... was nimmt man da? s/mime + x509 oder gibts da schlankeres?
Цифровая электронная подпись бесплатно в OpenKeychain и GPG4win
Эта статья о том, как создавать, подписывать, экспортировать, импортировать и проверять подписи OpenPGP в OpenKeychain и GPG4win с видеоинструкцией. Для того чтобы прочитать статью и применить написанное на практике, не нужно знать кодинг и разбираться в шифровании. Цель статьи — объяснить основы цифровой безопасности простыми словами обычным людям.
@raiden_fediverse @schnedan @gerd
#XMPP ist auch ein bewährter Standard. Ist kein Zufall, daß es von Whatsapp, Zoom, Google FCM uvam. mit Milliarden von Users verwendet wird.
Das spricht nicht gegen Email als Basis. Aber auch nicht gegen #Jabber.
Der entscheidende Usability-Vorteil von Delta Chat ist der Verzicht. auf #forwardSecrecy. Crypto-Nerds empfinden das als katastrophalen Nachteil. YMMV.
#OX (#OpenPGP for XMPP) hat sich leider noch nicht durchgesetzt
Does anyone have an idea how to send #OpenPGP-signed e-mails in #Java? Instead of inline #PGP, the PGP/MIME format defined in RFC 3156 should be used: https://www.ietf.org/rfc/rfc3156.txt#:~:text=5.%20openpgp%20signed%20data
I already have a code draft, but the signature it attaches doesn't match the actual e-mail content, according to Thunderbird. The issue is not related to cryptography but to formatting. I tried my best but am unable to get the right combination of CRLF line endings, removed trailing whitespace etc.
https://stackoverflow.com/questions/79620112/how-to-sign-an-e-mail-with-pgp-mime-in-java
Did you see this (german) presentation about openPGP and that it should not be used. What is your take on this?
Glaubt ihr in eurer lifetime wird es nochmal einfach zu benutzende und weit verbreitete end-to-end Verschlüsselung für Email geben?
#openPGP
It's been pretty interesting trying to set up a #Keyoxide profile using the #ASP method instead of #OpenPGP. I used the Keyoxide Android app and it's been pretty easy. Thanks to the team at @keyoxide and @Berker for making such a cool way of verifying #onlineidentities! #decentralization
Neue Version von #GnuPG (v2.5.6) und eine weitere Beta-Version des kommenden #Gpg4Win 5.0 erschienen.
Wer Gpg4Win (noch) nicht kennt: Enthält u.a. das MS Outlook-Plugin GpgOL damit dort #OpenPGP-verschlüsselte Mails funktionieren, GpgEX damit man im Explorer Dateien verschlüsseln kann, oder die Schlüssel-/Zertifikats-Verwaltung Kleopatra. Mit 5.0 dann Post Quanten resistant encryption.
S/MIME gibt es natürlich auch. Das skaliert wegen der Kosten für die zusätzlich zeitlimitierten Zertifikate, in der Bevölkerung aber noch schlechter als OpenPGP. Deshalb plädiere ich für einen Fokus darauf um wenigstens hier eine größere Verbreitung zu schaffen.
Und von mir ein fettes Danke an den Hauptentwickler der Werkzeuge @DD9JN
When Code Became a Weapon
It's easy to take strong encryption for granted, but that hasn't always been the case. This week we're diving into the "Crypto Wars," covering historical attempts by the US government to restrict strong encryption being exported internationally.
https://www.privacyguides.org/videos/2025/05/08/when-code-became-a-weapon/
Let us know what you think of this style of video! We're trying something different, and this is the first in a planned series lined up
@rakoo @cy yeah, tho @thunderbird nowadays has #OpenPGP / #GPG - support built in ( #Enigmail ) and that just works.
But @delta / #deltaChat does make things way easier for "#TechIlliterate #Normies" and provides them with a familiar #UI & #UX from other #Messengers whilst also not requiring "yet another #server / #service" to be spun up, which is a major no-no in many organizations, espechally #businesses.
Whereas DeltaChat using #eMail as it's backbone infrastructure works fine, and that is an important point for it like #business use [i.e. #Germany] where all business communications have to be archived for at least 10 years for tax auditability reasons, and the whole #MailArchival issue has been "solved" by multiple providers and solutions so it makes sense to just do a +chat
suffix, filter said messages and have them in the same #inbox as all other eMails.
I just wished #Thunderbird would also support displaying such chats similar to deltaChat to provide a #unified experience across platforms...
First steps towards more robust sync!
#Hockeypuck’s dataset normalisation rules (or “filters”) were updated between v2.1 and v2.2, meaning that #SKS recon did not work between #openpgp #keyservers running the older and newer versions. The keyservers could not all be updated simultaneously, and a few keyservers still run v2.1 today for compatibility reasons, so we had to find a way to prevent the network from split-braining.
The quick and dirty solution was a small script that runs on each side of the filter discontinuity, polls for local changes, and submits them to the other side over HKP (the protocol your #PGP client uses). But this is effectively the same idea as the old PKS sync model, just over HTTP(S) instead of email. And sks-keyserver used to support PKS-over-email, so shouldn’t hockeypuck be able to do PKS-over-HTTP natively?
The short answer is, it can! It was long intended for hockeypuck to support PKS email, but only a fraction of the necessary code was written, and there were no tests. Today, the pgpkeys test swarm has just performed its first sync using the completed PKS code, which supports *both* HTTP and email transport.
It’s not ready for production yet though. Further testing is required, and then the second part of the PKS code can be written: automatic failover from SKS to PKS when filter mismatch is detected (and just as importantly, automatic fail*back*).
This will mean that keyserver operators will be able in the future to upgrade across filter discontinuities without risking a split brain scenario. It should also mean that key updates submitted to the hockeypuck network could be automatically synced to @keys_openpgp_org … watch this space!
(Hockeypuck v2.3 development is kindly supported by @NGIZero Core)
Hello world, this is the #OpenPGP #keyserver service at https://keys.openpgp.org!
This account provides a low-volume channel for updates about the service.
Kali Linux Users Face Update Challenges After Repo Signing Key Loss
Kali Linux's recent loss of its repository signing key has left users facing potential update failures. Offensive Security urges users to manually install a new signing key to maintain system integrit...
https://news.lavx.hu/article/kali-linux-users-face-update-challenges-after-repo-signing-key-loss
Wir verschicken Nachrichten, Dokumente und persönliche Informationen oft ganz selbstverständlich übers Internet, ohne groß darüber nachzudenken, wer sonst noch mitlesen könnte. Dabei ist genau das ein echtes Problem
#openpgp #emails #privacy #verschluesselung #cybersecurity
https://teufelswerk.net/openpgp-deine-nachrichten-sicher-verschluesseln-ganz-einfach-erklaert/
Aha, was ist denn das für ein System?
"Wir haben ein System benutzt, bei dem man Blöcke von zufällig generierten Daten zur Verschlüsselung verwendet und dabei verbraucht. Empfänger und Absender haben den gleichen Datenblock. Die eine Seite addiert ihn, die andere subtrahiert ihn. Und danach ist der Datenblock weg! Um die Gegenseite zu ärgern, haben wir das Ganze dann noch einmal mit PGP verschlüsselt"
https://www.nd-aktuell.de/artikel/1190683.jahre-untergrund-thomas-walter-die-soko-nannten-sie-rostereil.html
Auch diesen Monat gibt es am 4ten Donnerstag eine #CryptoParty in #Augsburg. Thema ist diesmal: E-Mail-Verschlüsselung auf PC und Handy. Wie immer 19 Uhr (Donnerstag, 24.04.2025), im #OpenLab, Bäckergasse 32.
Bringt bitte eure Freundinnen/Freunde mit. Eintritt frei. Keine Vorkenntnisse erforderlich.
Hello world, this is the #OpenPGP #keyserver service at https://keys.openpgp.org!
This account provides a low-volume channel for updates about the service.
Hello world, this is the #OpenPGP #keyserver service at https://keys.openpgp.org tooting!
This account provides a low-volume channel for updates about the service.