From f58a132db84d0f05652ed0c0ff4da4f85cbf8008 Mon Sep 17 00:00:00 2001 From: Abdel Fane Date: Wed, 25 Mar 2026 06:30:33 -0600 Subject: [PATCH] Improve README header with platform overview and navigation Add navigation links (Website, Census, Docs, SDK, Platform), motto, and 3-layer platform overview (CLI, SDK, Platform) so users can quickly understand what CryptoServe is and jump to relevant sections. --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/README.md b/README.md index 2eeb449..5edb7f1 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Cryptography as a service. Post-quantum ready, FIPS 140-2/3 compliant, context-driven encryption with zero-config SDKs.

+

+ "Life is hard but cryptography doesn't have to be." +

+

Build Status License @@ -15,6 +19,22 @@ npm

+

+ Website · + Crypto Census · + Docs · + SDK · + Platform +

+ +--- + +CryptoServe is an open-source cryptographic platform with three layers: + +- **CLI** -- Scan codebases for weak crypto, generate CBOMs, enforce CI/CD gates, encrypt files. Zero dependencies, works offline. +- **SDK** -- Python and Node.js libraries for encryption, hashing, signatures, JWT tokens, and key exchange. Context-aware algorithm selection with post-quantum support (ML-KEM, ML-DSA, SLH-DSA). +- **Platform** -- Self-hosted server with centralized key management, automatic rotation, policy enforcement, FIPS 140-2/3 compliance, and audit logging. + --- ## Try It Now