From ace9a1ccc9305f72d809f8322eaf322d147e0f9c Mon Sep 17 00:00:00 2001 From: BooCat <38902334+FattyMuffin@users.noreply.github.com> Date: Wed, 18 Feb 2026 19:36:26 -0800 Subject: [PATCH 1/2] Add MOSS - cryptographic signing for AI agents --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c8793a6..b72a095 100644 --- a/README.md +++ b/README.md @@ -148,6 +148,7 @@ A curated list of cryptography resources and links. - [Databunker](https://databunker.org/) - API based personal data or PII storage service built to comply with GDPR and CCPA. - [gpg](https://www.gnupg.org/) - Complete and free implementation of the OpenPGP standard. It allows to encrypt and sign your data and communication, features a versatile key management system. GnuPG is a command line tool with features for easy integration with other applications. - [ironssh](https://github.com/IronCoreLabs/ironssh) - End-to-end encrypt transferred files using sftp/scp and selectively share with others. Automatic key management works with any SSH server. Encrypted files are gpg compatible. +- [MOSS](https://github.com/mosscomputing/moss) - Cryptographic signing platform for AI agents using ML-DSA-44 (NIST FIPS 204) post-quantum signatures. Creates tamper-proof audit trails with offline verification. - [Nipe](https://github.com/GouveaHeitor/nipe) - Nipe is a script to make Tor Network your default gateway. - [sops](https://github.com/mozilla/sops) - sops is an editor of encrypted files that supports YAML, JSON and BINARY formats and encrypts with AWS KMS, GCP KMS, Azure Key Vault and PGP. - [ves](https://ves.host/docs/ves-util) - End-to-end encrypted sharing via cloud repository, secure recovery through a viral network of friends in case of key loss. From b854f84e330462b9b99f48901c79d7762df15c73 Mon Sep 17 00:00:00 2001 From: BooCat <38902334+FattyMuffin@users.noreply.github.com> Date: Wed, 18 Feb 2026 21:25:37 -0800 Subject: [PATCH 2/2] Fix link - point to PyPI package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b72a095..ae3976e 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ A curated list of cryptography resources and links. - [Databunker](https://databunker.org/) - API based personal data or PII storage service built to comply with GDPR and CCPA. - [gpg](https://www.gnupg.org/) - Complete and free implementation of the OpenPGP standard. It allows to encrypt and sign your data and communication, features a versatile key management system. GnuPG is a command line tool with features for easy integration with other applications. - [ironssh](https://github.com/IronCoreLabs/ironssh) - End-to-end encrypt transferred files using sftp/scp and selectively share with others. Automatic key management works with any SSH server. Encrypted files are gpg compatible. -- [MOSS](https://github.com/mosscomputing/moss) - Cryptographic signing platform for AI agents using ML-DSA-44 (NIST FIPS 204) post-quantum signatures. Creates tamper-proof audit trails with offline verification. +- [MOSS](https://pypi.org/project/moss-sdk/) - Cryptographic signing platform for AI agents using ML-DSA-44 (NIST FIPS 204) post-quantum signatures. Creates tamper-proof audit trails with offline verification. - [Nipe](https://github.com/GouveaHeitor/nipe) - Nipe is a script to make Tor Network your default gateway. - [sops](https://github.com/mozilla/sops) - sops is an editor of encrypted files that supports YAML, JSON and BINARY formats and encrypts with AWS KMS, GCP KMS, Azure Key Vault and PGP. - [ves](https://ves.host/docs/ves-util) - End-to-end encrypted sharing via cloud repository, secure recovery through a viral network of friends in case of key loss.