Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pip install cryptoserve
## Common Commands

```bash
cryptoserve scan . # Scan project (6 languages, 80+ algorithms)
cryptoserve scan . # Scan project (6 languages, 130+ algorithms)
cryptoserve scan . --binary # Include binary signature detection
cryptoserve pqc # Post-quantum readiness assessment
cryptoserve cbom --format cyclonedx # Generate CBOM
Expand Down Expand Up @@ -131,7 +131,7 @@ import { encrypt, decrypt } from 'cryptoserve/lib/local-crypto.mjs';

See the [Node.js SDK README](sdk/javascript/README.md).

### Python SDK v1.4.2 (server-connected)
### Python SDK v1.4.3 (server-connected)

The Python SDK adds managed key management and context-aware algorithm selection when connected to a CryptoServe server:

Expand Down
Loading
Loading