New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@profullstack/qrypt-decrypt

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@profullstack/qrypt-decrypt

CLI tool to decrypt QryptChat encrypted key files

latest
Source
npmnpm
Version
1.1.3
Version published
Maintainers
2
Created
Source

@profullstack/qrypt-decrypt

CLI tool to decrypt QryptChat encrypted key files.

Installation

npm install -g @profullstack/qrypt-decrypt

Usage

qrypt-decrypt your-key-file.json

The tool will prompt you for the password used to encrypt the keys.

Requirements

  • Node.js v20 or newer
  • A QryptChat key export file (.json)
  • The password used to export the keys

Example

$ 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!

Security

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.

License

MIT

Keywords

qryptchat

FAQs

Package last updated on 22 Sep 2025

Did you know?

Socket

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.

Install

Related posts