SeQure by QTrino Labs
🔐 Analyze & Visualize Cryptographic Assets Locally in VS Code
🚀 Overview
Recognize is a privacy-focused Cryptographic asset analysis and visualization tool that helps organizations identify cryptographic assets and assess security risks directly on their local machines. It is the first step in making your organization quantum-safe and is part of the SeQure triad—a structured approach to achieving quantum resilience through Recognize, Report, and Rescue.
Recognize provides:
✅ On-Device Cryptographic Scanning – No data is sent to external servers.
✅ Automatic Recognize Generation & Visualization – Instant insights inside VS Code.
✅ Full Privacy & Security – Runs entirely offline for compliance-sensitive environments.
✅ Interactive UI – Explore cryptographic assets via charts, tables, and clickable insights.
Recognize is built for organizations transitioning to quantum-safe security, helping them identify outdated or non-compliant cryptographic components before risks emerge.
📦 Features
- Automated Cryptographic Asset Analysis – Scans source code and generates a structured Recognize report.
- Runs Fully Locally – Unlike cloud-based tools, Recognize keeps your data private.
- IDE based Visualization – View cryptographic components in an interactive view inside VS Code.
- Privacy First – No data transmission; all processing happens on your machine.
📦 Soon to be rolled out
- Click-to-Navigate – Jump directly to cryptographic artifacts in your code.
- CI CD Integration - Integrate SeQure into CI/CD pipeline to make sure you puch cryptographically sound code.
🛠 How It Works
Recognize executes entirely on your local machine inside your VS Code development environment.
1️⃣ Run Cryptographic Analysis
- Open Command Palette (
Ctrl+Shift+P
)
- Run "SeQure: Run Cryptographic Analysis"
- Recognize scans your project and generates
recognize.json
2️⃣ Automatic Visualization
- Once the scan completes, the visualization opens automatically
3️⃣ Explore Recognize Insights
- View cryptographic assets, and potential risks
- Click artifacts to jump to the exact code location (Coming Soon)
- Filter results to focus on specific cryptographic elements (Coming Soon)
🔒 Privacy & Security
Unlike other cryptographic analysis tools, Recognize does not send any data to external servers.
✅ All analysis is done locally—ensuring complete privacy.
✅ No telemetry or cloud processing—your data stays on your machine.
✅ Secure by Design—ideal for compliance-focused organizations.
📥 Installation
From VS Code Marketplace
1️⃣ Open VS Code
2️⃣ Go to Extensions (Ctrl+Shift+X
)
3️⃣ Search for "QTrino SeQure"
4️⃣ Click Install
Manual Installation
1️⃣ Open VS Code
2️⃣ Go to Extensions (Ctrl+P
)
3️⃣ Paste the following Command and press Enter
ext install QTrinoLabs.qtrino-sequre
- ✅ Linux
- ✅ Windows (Coming Soon)
- ✅ MacOS (Coming Soon)
🔧 Configuration
Modify these in settings.json
:
{
"recognize.autoRun": true, // Automatically runs CBOM analysis on startup
"recognize.visualizationTheme": "dark" // Set visualization theme (light/dark)
}
📞 Support
For issues, report here: QTrino Labs
🔥 Recognize helps you transition to quantum-safe cryptography while keeping your data 100% private. Try it today! 🚀