
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
@profullstack/qrypt-decrypt
Advanced tools
CLI tool to decrypt QryptChat encrypted key files.
npm install -g @profullstack/qrypt-decrypt
qrypt-decrypt your-key-file.json
The tool will prompt you for the password used to encrypt the keys.
$ qrypt-decrypt qryptchat-pq-keys-2025-01-20T12-30-45-123Z.json
🔐 QryptChat Key Decryption Tool v1.0.0
🔑 Enter password: [hidden]
🔓 Decrypting keys...
✅ Keys decrypted successfully!
📊 Key Information:
Version: 2.0
Exported: 2025-01-20T12:30:45.123Z
🔐 ML-KEM-1024 Keys:
Algorithm: ML-KEM-1024
Public Key: iVBORw0KGgoAAAANSUhEUgAAAfQAAAH0CAYAAADL1t+KAAA...
Private Key: [PROTECTED - 4216 characters]
⚠️ Keep your private keys secure and never share them!
This tool uses the same AES-GCM-256 decryption method as the QryptChat web interface. It only decrypts and displays key information - it does not store or transmit any data.
MIT
FAQs
CLI tool to decrypt QryptChat encrypted key files
We found that @profullstack/qrypt-decrypt demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.