home.social

#encrypt — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #encrypt, aggregated by home.social.

fetched live
  1. OpenPGP: PGP meets AusweisApp und ERV

    Governikus bietet einen Beglaubigungsdienst an. Damit kann man mit Hilfe seines neuen Personalausweises und der AusweisApp seinen öffentlichen PGP-Schlüssel signieren lassen. Wie es geht und was es bringt, erfährst Du in diesem (doch recht langen) Artikel. Außerdem spreche ich einen der größten und frustrierendsten Schmerzpunkte der digitalen Rechts- und Verwaltungswelt in Deutschland an. Zuerst zum offenbar gut gemeinten Service von Governikus. Das Angebot von Governikus ist […]

    w11.haus/947

  2. OpenPGP: PGP meets AusweisApp und ERV

    Governikus bietet einen Beglaubigungsdienst an. Damit kann man mit Hilfe seines neuen Personalausweises und der AusweisApp seinen öffentlichen PGP-Schlüssel signieren lassen. Wie es geht und was es bringt, erfährst Du in diesem (doch recht langen) Artikel. Außerdem spreche ich einen der größten und frustrierendsten Schmerzpunkte der digitalen Rechts- und Verwaltungswelt in Deutschland an. Zuerst zum offenbar gut gemeinten Service von Governikus. Das Angebot von Governikus ist […]

    w11.haus/947

  3. #Let's #Encrypt impose depuis le 4 juin une clause obligatoire interdisant l'accès aux utilisateurs localisés, organisés sous les lois de, ou résidents dans les pays cibles de sanctions américaines complètes ( #Cuba, #Iran, #Corée du #Nord, #Crimée, #Donetsk, #Lougansk), ..

  4. Korben: #Let's #Encrypt - Les sanctions #US s'invitent dans le contrat

    #Let's #Encrypt impose depuis le 4 juin une clause obligatoire interdisant l'accès aux utilisateurs localisés, organisés sous les lois de, ou résidents dans les pays cibles de sanctions américaines complètes ( #Cuba, #Iran, #Corée du #Nord, #Crimée, #Donetsk, #Lougansk), affectant #ONG #humanitaires, #journalistes et universités dans ces zones

    korben.info/lets-encrypt-v17-s

  5. Korben: #Let's #Encrypt - Les sanctions #US s'invitent dans le contrat

    #Let's #Encrypt impose depuis le 4 juin une clause obligatoire interdisant l'accès aux utilisateurs localisés, organisés sous les lois de, ou résidents dans les pays cibles de sanctions américaines complètes ( #Cuba, #Iran, #Corée du #Nord, #Crimée, #Donetsk, #Lougansk), affectant #ONG #humanitaires, #journalistes et universités dans ces zones

    korben.info/lets-encrypt-v17-s

  6. Hello Mastodon community,

    I need your collective wisdom/knowledge. I’m looking for #software that allows me to open and view #pdf files on a #Linux distribution and #encrypt them with a password. I’d like to be able to not only define who is allowed to view the file at all, but also to protect specific permissions with the password (print permission, copy permission).
    With #qpdf, I can configure this very easily via the terminal.
    However, I need a piece of software – preferably open source – that offers this with a graphical user interface. Do you know of any such software?

    What do you use to encrypt pdf files?

    Many thanks in advance.

    #opensource #oss #ubuntu #fedora #encryption #gui #Linux #pdf #qpdf

  7. Hello Mastodon community,

    I need your collective wisdom/knowledge. I’m looking for #software that allows me to open and view #pdf files on a #Linux distribution and #encrypt them with a password. I’d like to be able to not only define who is allowed to view the file at all, but also to protect specific permissions with the password (print permission, copy permission).
    With #qpdf, I can configure this very easily via the terminal.
    However, I need a piece of software – preferably open source – that offers this with a graphical user interface. Do you know of any such software?

    What do you use to encrypt pdf files?

    Many thanks in advance.

    #opensource #oss #ubuntu #fedora #encryption #gui #Linux #pdf #qpdf

  8. Sprzętowe szyfrowanie fundamentem ochrony danych w placówkach medycznych. Postępująca cyfryzacja branży medycznej przyczynia się do wzrostu ilości danych (dokumentacji medycznej, wyników badań czy obrazów diagnostycznych) przechowywanych i przesyłanych cyfrowo. Zwiększa to efektywność... linuxiarze.pl/sprzetowe-szyfro #cybersecurity #sztucznainteligencja #kingston #encrypt

  9. Sprzętowe szyfrowanie fundamentem ochrony danych w placówkach medycznych. Postępująca cyfryzacja branży medycznej przyczynia się do wzrostu ilości danych (dokumentacji medycznej, wyników badań czy obrazów diagnostycznych) przechowywanych i przesyłanych cyfrowo. Zwiększa to efektywność... linuxiarze.pl/sprzetowe-szyfro #cybersecurity #sztucznainteligencja #kingston #encrypt

  10. Just Enough Chimera Linux ☯ Daniel Wayne Armstrong

    ✨ Check out this awesome post from Hacker News 📖 📂 **Category**: 📌 **What You’ll Learn**: Last edited on 2026-04-03 • Tagged under  #chimera   #linux   #zfs   #encrypt   #zfsbootmenu  Chimera Linux is a delightful community-driven Linux distribution built from scratch that does things differently: musl instead of the typical glibc for C library, dinit over systemd for system init, and a userland derived from FreeBSD…

    viralpique.com/just-enough-chi

  11. Światowy Dzień Backupu – dlaczego warto zadbać o bezpieczeństwo swoich kopii zapasowych? Według opublikowanego w 2025 przez IBM Security badania „Cost of a Data Breach Report”, jeszcze 20 lat temu aż 45% wycieków danych wynikało z utraty urządzeń takich jak laptopy czy pendrive’y. Obecnie skala tego zjawiska... linuxiarze.pl/swiatowy-dzien-b #cybersecurity #encrypt #kingston #backup

  12. Światowy Dzień Backupu – dlaczego warto zadbać o bezpieczeństwo swoich kopii zapasowych? Według opublikowanego w 2025 przez IBM Security badania „Cost of a Data Breach Report”, jeszcze 20 lat temu aż 45% wycieków danych wynikało z utraty urządzeń takich jak laptopy czy pendrive’y. Obecnie skala tego zjawiska... linuxiarze.pl/swiatowy-dzien-b #cybersecurity #encrypt #kingston #backup

  13. #TIL Always #encrypt all your #drives! In case the device fails, you then do not need to use drill and hammer to render the data unusable for someone else...

  14. Local-Only File Encryption with JavaScript.

    I've been exploring the #WebCryptoAPI and I'm impressed!

    When combined with the #FileSystemAPI, it offers a seemingly secure way to #encrypt and #store files directly on your device. Think #localstorage, but with #encryption!

    I know #webapps can have #security vulnerabilities since the code is served over the web, so I've #OpenSourced my demo! You can check it out, and it should even work if #selfhosted on #GitHubPages.

    Live Demo: dim.positive-intentions.com/?p

    Demo Code: github.com/positive-intentions

    About the Dim framework:
    positive-intentions.com/docs/c

    IMPORTANT NOTES (PLEASE READ!):
    * This is NOT a product. It's for #testing and #demonstration purposes only.
    * It has NOT been reviewed or audited. Do NOT use for sensitive data.
    * The password encryption currently uses a hardcoded password. This is for demonstration, not security.
    * This is NOT meant to replace robust solutions like #VeraCrypt. It's just a #proofofconcept to show what's possible with #browser #APIs.

    #Encryption #Cryptography #JavaScript #Frontend #Privacy #Security #WebDevelopment #Coding #Developer #Tech #FOSS #OpenSource #GitHub #MastodonDev #Programming #WebStandards #FileSystem #WebAPI #ProofOfConcept

  15. Local-Only File Encryption with JavaScript.

    I've been exploring the #WebCryptoAPI and I'm impressed!

    When combined with the #FileSystemAPI, it offers a seemingly secure way to #encrypt and #store files directly on your device. Think #localstorage, but with #encryption!

    I know #webapps can have #security vulnerabilities since the code is served over the web, so I've #OpenSourced my demo! You can check it out, and it should even work if #selfhosted on #GitHubPages.

    Live Demo: dim.positive-intentions.com/?p

    Demo Code: github.com/positive-intentions

    About the Dim framework:
    positive-intentions.com/docs/c

    IMPORTANT NOTES (PLEASE READ!):
    * This is NOT a product. It's for #testing and #demonstration purposes only.
    * It has NOT been reviewed or audited. Do NOT use for sensitive data.
    * The password encryption currently uses a hardcoded password. This is for demonstration, not security.
    * This is NOT meant to replace robust solutions like #VeraCrypt. It's just a #proofofconcept to show what's possible with #browser #APIs.

    #Encryption #Cryptography #JavaScript #Frontend #Privacy #Security #WebDevelopment #Coding #Developer #Tech #FOSS #OpenSource #GitHub #MastodonDev #Programming #WebStandards #FileSystem #WebAPI #ProofOfConcept

  16. Как защитить ключи LUKS с помощью Рутокен ЭЦП 3.0 и алгоритмов ГОСТ Р 34.10-2012. Часть 4

    Безопасная эксплуатация ноутбуков, или Защита пользовательского ключа с помощью алгоритмов ГОСТ Р 34.10-2012 В третьей части мы настроили защиту мастер-ключа с помощью USB-токена, используя RSA, но теперь мы перейдем на алгоритмы ГОСТ Р 34.10-2012. Жаркие. Зимние. Твои. А еще они основаны на более перспективных эллиптических кривых, которым не нужны такие большие ключи, чтобы обеспечить более высокий уровень безопасности.

    habr.com/ru/companies/aktiv-co

    #linux #luks #полнодисковое_шифрование #рутокен #plymouth #openssl #pkcs11 #encrypt #bitlocker #гост_34102012

  17. Как защитить ключи LUKS с помощью Рутокен ЭЦП 3.0 и алгоритмов ГОСТ Р 34.10-2012. Часть 3

    Безопасная эксплуатация ноутбуков, или Защита пользовательского ключа с помощью USB-токена на примере Рутокен ЭЦП 3.0 Из второй части мы узнали, как настроить загрузку компьютера таким образом, чтобы для разблокирования системного диска использовались ключи, размещенные на внешнем USB-накопителе. Однако при краже компьютера вместе с этим накопителем злоумышленник сможет получить доступ к данным так, как если бы они не были защищены вовсе, поэтому наиболее привлекательным способом решения поставленной задачи видится использование USB-токенов и смарт-карт, таких как Рутокен ЭЦП 3.0 или JaCarta-2 ГОСТ. Токены представляют собой защищенные микроконтроллеры со встроенной энергонезависимой памятью, поэтому способны выполнять все вычисления самостоятельно без использования ресурсов центрального процессора, не допуская копирование закрытого ключа с устройства, что обеспечивает максимально высокий уровень безопасности.

    habr.com/ru/companies/aktiv-co

    #linux #luks #полнодисковое_шифрование #рутокен #plymouth #rsa #openssl #pkcs11 #encrypt #bitlocker

  18. Introducing #EncryptItAlready

    Today, we’re launching #Encrypt It Already, our push to get companies to offer stronger #privacy protections to our data and #communications by implementing end-to-end #encryption. If that name sounds a little familiar, it’s because this is a spiritual successor to our 2019 campaign, #FixItAlready, a campaign where we pushed companies to fix longstanding issues.
    #e2ee #security @eff

    eff.org/deeplinks/2026/01/intr

  19. Introducing #EncryptItAlready

    Today, we’re launching #Encrypt It Already, our push to get companies to offer stronger #privacy protections to our data and #communications by implementing end-to-end #encryption. If that name sounds a little familiar, it’s because this is a spiritual successor to our 2019 campaign, #FixItAlready, a campaign where we pushed companies to fix longstanding issues.
    #e2ee #security @eff

    eff.org/deeplinks/2026/01/intr

  20. How to #encrypt your PC's disk without giving the keys to #Microsoft

    In early 2025, Forbes reports, investigators at the #FBI served Microsoft with a #warrant seeking the #BitLocker #encryption recovery keys for several laptops it believed held evidence of fraud in Guam's COVID-19 unemployment assistance program. And Microsoft complied with the FBI's request.
    #privacy #security

    arstechnica.com/gadgets/2026/0

  21. How to #encrypt your PC's disk without giving the keys to #Microsoft

    In early 2025, Forbes reports, investigators at the #FBI served Microsoft with a #warrant seeking the #BitLocker #encryption recovery keys for several laptops it believed held evidence of fraud in Guam's COVID-19 unemployment assistance program. And Microsoft complied with the FBI's request.
    #privacy #security

    arstechnica.com/gadgets/2026/0

  22. Upcoming Changes to Let’s #Encrypt #Certificates - #API Announcements - #LetsEncrypt Community Support

    Let’s Encrypt is introducing several updates to the certificates we issue, including new #rootCertificates , deprecation of #TLS client #authentication , & shortening certificate lifetimes. To help roll out changes gradually, we’re making use of ACME profiles to allow users to have control over when some of these changes take place. For most users, no action required

    community.letsencrypt.org/t/up

  23. Upcoming Changes to Let’s #Encrypt #Certificates - #API Announcements - #LetsEncrypt Community Support

    Let’s Encrypt is introducing several updates to the certificates we issue, including new #rootCertificates , deprecation of #TLS client #authentication , & shortening certificate lifetimes. To help roll out changes gradually, we’re making use of ACME profiles to allow users to have control over when some of these changes take place. For most users, no action required

    community.letsencrypt.org/t/up

  24. Mich würde interessieren, welcher Anteil der Fediverse Nutzer ihre e-Mails mit OpenPGP oder S/MIME signieren oder verschlüsseln.

    Bitte gerne teilen/boosten.

    ---------------

    I'd be interested to know what percentage of Fediverse users sign or encrypt their e-Mails with OpenPGP or S/MIME.

    Please share/boost.

    #email #security #sign #encrypt #openpgp #smime

  25. Mich würde interessieren, welcher Anteil der Fediverse Nutzer ihre e-Mails mit OpenPGP oder S/MIME signieren oder verschlüsseln.

    Bitte gerne teilen/boosten.

    ---------------

    I'd be interested to know what percentage of Fediverse users sign or encrypt their e-Mails with OpenPGP or S/MIME.

    Please share/boost.

    #email #security #sign #encrypt #openpgp #smime

  26. Единый SSL, или Автоматизация Let's Encrypt на HAProxy

    Привет, Хабр! На связи Алексей Холодаев из Cloud4Y. Наверняка вам знакома типичная архитектура — несколько бэкенд-серверов, один HAProxy на входе и куча поддоменов — app.example.com, api.example.com, admin.example.com. Классический подход к SSL заставляет вас либо покупать дорогой Wildcard-сертификат, либо мучительно поддерживать отдельные сертификаты для каждого поддомена на каждом бэкенде… А что, если я покажу вам способ получше? Давайте настроим получение и, что критично, полностью автоматическое продление одного SSL-сертификата от Let's Encrypt прямо на HAProxy. Этот единственный сертификат будет защищать все ваши поддомены сразу. Больше не нужно возиться с SSL на каждом бэкенде — весь трафик шифруется и расшифровывается на балансировщике, а до бэкендов идёт уже по защищённому внутреннему каналу.

    habr.com/ru/articles/959470/

    #ssl #sslсертификат #автоматизация #haproxy #encrypt

  27. Ребят, никто не знает программу для личного дневника? Вот как будто взяли телеграм, и оставили там только Сохранённые. Все полностью автономно, не зависящие от сторонних сервисов с шифрованием.
    #encrypt #note #android

  28. Ребят, никто не знает программу для личного дневника? Вот как будто взяли телеграм, и оставили там только Сохранённые. Все полностью автономно, не зависящие от сторонних сервисов с шифрованием.
    #encrypt #note #android

  29. File Encryption with JavaScript.

    I've been exploring the #WebCryptoAPI and I'm impressed!

    When combined with the #FileSystemAPI, it offers a seemingly secure way to #encrypt and #store files directly on your device. Think #localstorage, but with #encryption!

    I know #webapps can have #security vulnerabilities since the code is served over the web, so I've #OpenSourced my demo! You can check it out, and it should even work if #selfhosted on #GitHubPages.

    Live Demo: dim.positive-intentions.com/?p

    Demo Code: github.com/positive-intentions

    About the Dim framework:
    positive-intentions.com/docs/c

    IMPORTANT NOTES (PLEASE READ!):
    * This is NOT a product. It's for #testing and #demonstration purposes only.
    * It has NOT been reviewed or audited. Do NOT use for sensitive data.
    * The "password encryption" currently uses a hardcoded password. This is for demonstration, not security.
    * This is NOT meant to replace robust solutions like #VeraCrypt. It's just a #proofofconcept to show what's possible with #browser #APIs.

    #Encryption #Cryptography #JavaScript #Frontend #Privacy #Security #WebDevelopment #Coding #Developer #Tech #FOSS #OpenSource #GitHub #MastodonDev #Programming #WebStandards #FileSystem #WebAPI #ProofOfConcept

  30. I've written down the steps to #encrypt your existing #email and import it into Mailbox.org (but it should work for other providers as well), in order to have a zero-knowledge encrypted #mailbox:

    https://kedara.eu/encrypting-old-emails

    It took a lot of effort to figure everything out, so I hope it'll save you some time. If you have any feedback after reading the article, please let me know.

    #blogpost #privacy #blaugust #blaugust2025 #mail #mailboxorg

  31. 81 #Proxy Hosts avec 1 seul certificat Let's #Encrypt #DNS Challenge ✔️

  32. 81 #Proxy Hosts avec 1 seul certificat Let's #Encrypt #DNS Challenge ✔️

  33. Kingston IronKey D500S – pierwszy na świecie pendrive z szyfrowaniem sprzętowym zgodny z TAA, FIPS 140-3 poziomu 3 i zaufanym łańcuchem dostaw. Celem podczas projektowania IronKey D500S w 2020 roku, było stworzenie najlepszego w swojej klasie nośnika szyfrowanego sprzętowo z 256-bitowym kodowaniem XTS-AES i najnowszym standardem bezpieczeństwa NIST, FIPS 140-3 Level 3. linuxiarze.pl/kingston-ironkey #kingston #pendrive #linux #encrypt

  34. Kingston IronKey D500S – pierwszy na świecie pendrive z szyfrowaniem sprzętowym zgodny z TAA, FIPS 140-3 poziomu 3 i zaufanym łańcuchem dostaw. Celem podczas projektowania IronKey D500S w 2020 roku, było stworzenie najlepszego w swojej klasie nośnika szyfrowanego sprzętowo z 256-bitowym kodowaniem XTS-AES i najnowszym standardem bezpieczeństwa NIST, FIPS 140-3 Level 3. linuxiarze.pl/kingston-ironkey #kingston #pendrive #linux #encrypt

  35. Hoy aprendí sobre el algoritmo de hash #bcrypt, basado en el cifrador de bloques #Blowfish, revisando un artículo de @andrea_navarro sobre extensiones de #Flask... particularmente sobre las extensiones de seguridad.

    Y acabo de descubrir que es uno de los algoritmos soportados para la creación de passwords en GNU/Linux :D

    Habrá que hacer algunos experimentos.

    #gnu #linux #cryptography #criptografía #ciberseguridad #infosec #encrypt #hash #python #flask

  36. Let's #Encrypt rolls out free IP address #certificates • The Register

    Let's Encrypt, a #CertificateAuthority (CA) known for its free TLS/SSL certificates, has begun issuing digital certificates for IP addresses.

    It's not the first CA to do so. #PositiveSSL , #Sectigo, and #GeoTrust all offer TLS/SSL certificates for use with IP addresses, at prices ranging from $40 to $90 or so annually. But Let's Encrypt does so at no cost.
    #security #tls #ssl #privacy

    theregister.com/2025/07/03/let

  37. File encryption with a browser.

    I've been exploring the #WebCryptoAPI and I'm impressed!

    When combined with the #FileSystemAPI, it offers a seemingly secure way to #encrypt and #store files directly on your device. Think #localstorage, but with #encryption!

    I know #webapps can have #security vulnerabilities since the code is served over the web, so I've #OpenSourced my demo! You can check it out, and it should even work if #selfhosted on #GitHubPages.

    Live Demo: dim.positive-intentions.com/?p

    Demo Code: github.com/positive-intentions

    Hook Code: github.com/positive-intentions

    IMPORTANT NOTES (PLEASE READ!):
    * This is NOT a product. It's for #testing and #demonstration purposes only.
    * It has NOT been reviewed or audited. Do NOT use for sensitive data.
    * The "password encryption" currently uses a hardcoded password. This is for demonstration, not security.
    * This is NOT meant to replace robust solutions like #VeraCrypt. It's just a #proofofconcept to show what's possible with #browser #APIs.

    #Encryption #Cryptography #JavaScript #Frontend #Privacy #Security #WebDevelopment #Coding #Developer #Tech #FOSS #OpenSource #GitHub #MastodonDev #Programming #WebStandards #FileSystem #WebAPI #ProofOfConcept

  38. 2 #CertificateAuthorities booted from the good graces of #Chrome

    #Google says its Chrome browser will stop trusting certificates from two certificate authorities after “patterns of concerning behavior observed over the past year” diminished trust in their reliability.

    The 2 orgs, #Taiwan -based #ChunghwaTelecom & #Budapest -based #Netlock , are among the hundreds of cert auth trusted by Chrome & most other #browsers to provide digital certificates that #encrypt traffic

    arstechnica.com/security/2025/

  39. A̮åȃa̋áā Aăă Āa̰á Ãäa̡ạa̦ A̡a̦a̯a̰áȃ Aăa̋åȃảāa̰ǎã

    🗣️🔥 **scream_cypher** — A cypher based on XKCD-3054

    🅰️ Messages consist of all As with different letters

    🦀 Available as both a CLI tool and a Rust library!

    ⭐ GitHub: github.com/icorbrey/scream_cyp

    #rustlang #cypher #xkcd #encrypt #decrypt #library #commandline #meme

  40. Picocrypt

    Mini-Verschlüsselungstool
    Linux - Win - Mac, portable

    github.com/Picocrypt/Picocrypt

    Opensource, gut durchdacht (siehe Vergleichstabelle auf der Git-Seite unten)

    gefällt mir gut

    #foss #linux #encrypt #verschlüsselung