fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

#rpgp

0 posts0 participants0 posts today

rPGP has recently received an audit by @ros

The audit uncovered a number of issues, in particular: Multiple cases in which malformed input data can lead to Rust "panic"s. Triggering these typically leads to termination of applications that use #rPGP. This can act as a vector for denial of service attacks, but does not impact confidentiality or integrity security properties.

These issues were resolved in #rPGP release 0.14.2. Updating is recommended for all users.

New release today: version 0.14.0 ✨

( implemented in pure , permissively licensed)

github.com/rpgp/rpgp/releases/

This release brings rather complete support for the excellent new OpenPGP RFC 9580 (also known as "crypto refresh", or "v6")

RFC 9580 standardizes modern cryptographic mechanisms for OpenPGP: AEAD-based encryption, Argon2, and SHA2 fingerprints for the new OpenPGP v6 key format (v4 keys use SHA1).

Thanks @NGIZero for supporting this work!

GitHubRelease v0.14.0 - Upgrading to RFC9580 aka V6 · rpgp/rpgpWith this release, rpgp gains support for the latest and greatest version of the OpenPGP spec, namely RFC9580! ⛰️ Features Improve more debug impls - (3d73320) Password protection removal and set...

#PGP, tout le monde connaît, mais personne ne l'utilise.

@Korben nous a déniché #rpgp. Entre #gpg #gnupg et #openpgp, je commençais déjà à me perdre, cette nouveauté n'est pas là pour l'utilisateur lambda que je suis. Et pourtant, #privacymatters, la #protectiondelavieprivee est importante et le #chiffrement des #email en fait partie. J'espère sincèrement que cette nouvelle version en #rust rendra enfin le chiffrement du #courriel accessible à tous.

korben.info/rpgp-bibliotheque-

Korben · rPGP – Une bibliothèque Rust pour l’implémentation d’OpenPGPrPGP est une implémentation pure Rust d’OpenPGP, offrant une API bas niveau minimale sans imposer de schémas de confiance ou de politiques de gestion des clés. Régulièrement publiée en tant q…

We have just released version 0.2.0 of the nethsm-cli #RustLang #crate. 🥳
This executable allows for easy integration with @nitrokey #NetHSM devices (and containers).

With this release we have added #namespace and #OpenPGP support! 🔑
Also, users can now rely on shell completion and man pages! 📚

crates.io/crates/nethsm-cli/0.

Thanks to @wiktor for working out #OpenPGP support using #rPGP! 🎉

crates.iocrates.io: Rust Package Registry
#CLI#HSM#encryption

We have just released version 0.4.0 of the #nethsm #RustLang #crate. 🥳
This library allows for easy integration with @nitrokey #NetHSM devices (and containers).

With this release we have added #namespace and #OpenPGP support!
Additionally, large parts of the documentation have been improved.

crates.io/crates/nethsm/0.4.0

Thanks to @wiktor for working out #OpenPGP support using #rPGP! 🎉

crates.iocrates.io: Rust Package Registry

I'm excited to announce the release of oct v0.11.0 🚀

oct is a tool for inspecting, configuring and using cards 🔒 (crates.io/crates/openpgp-card-)

oct can now set up cards in mode, the text output format was improved for readability, and some minor bugs were fixed.

Finally, version 0.11.0 uses , a pure OpenPGP library 🦀.
As a result, the binary on links to four fewer dynamic libraries, while at the same time being 10% smaller.

crates.iocrates.io: Rust Package Registry
#RustLang#GnuPG#gpg

I just released version 0.3.1 of crates.io/crates/rsop, a stateless ("sop") card tool based on .
rsop natively supports OpenPGP card (hardware cryptography) devices

SOP is a standardized, vendor agnostic, CLI interface for the most common OpenPGP operations.
See datatracker.ietf.org/doc/draft for more on SOP.

rsop is featured in the "OpenPGP interoperability test suite" at tests.sequoia-pgp.org/ (under "rpgpie", which is rsop's high level OpenPGP library).

crates.iocrates.io: Rust Package Registry
#PGP#GPG#GnuPG

In the past few weeks, I spent a bit of time on a set of hobby projects around (github.com/rpgp/rpgp/). Today I'm happy to announce:

rsop v0.1.0 (crates.io/crates/rsop), an early stage "stateless OpenPGP" tool based on rpgp.

Relatedly, I also released rpgpie 🦀🔐🥧 v0.0.1 (crates.io/crates/rpgpie), an experimental high level OpenPGP API based on rpgp (rsop is built on top of rpgpie).

GitHubGitHub - rpgp/rpgp: Pure rust implementation of OpenPGPPure rust implementation of OpenPGP. Contribute to rpgp/rpgp development by creating an account on GitHub.