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