SCBE Interactive CLI
Like
@codexfor your terminal - activate SCBE with one command!
🎯 Quick Start
Try the Demo (No Installation)
python demo-cli.py
Watch an automated demo showing SCBE’s capabilities!
Run Interactively
# Windows
scbe.bat
# macOS/Linux
./scbe
Then type tutorial to start learning!
🎓 What You’ll Learn
The interactive tutorial covers:
- What is SCBE? - Overview and key concepts
- How Does It Work? - Architecture and technology
- Quick Start - Hands-on encryption/decryption
- Security Features - Defense mechanisms
- Use Cases - Real-world applications
📦 Installation
Option 1: Run Locally (Easiest)
# Windows
scbe.bat
# macOS/Linux
chmod +x scbe
./scbe
Option 2: Install Globally
See CLI_SETUP.md for detailed instructions on adding scbe to your PATH.
🚀 Commands
tutorial - Interactive tutorial (START HERE!)
encrypt - Encrypt a message
decrypt - Decrypt a message
attack - Run attack simulation
metrics - Display system metrics
help - Show all commands
exit - Exit the CLI
💡 Example Session
$ scbe
╔═══════════════════════════════════════════════════════════╗
║ SCBE-AETHERMOORE v3.0.0 ║
║ Hyperbolic Geometry-Based Security Framework ║
╚═══════════════════════════════════════════════════════════╝
Type 'tutorial' to get started, or 'help' for commands
scbe> tutorial
🎓 SCBE-AETHERMOORE TUTORIAL
============================================================
What would you like to learn about?
1. What is SCBE?
2. How does it work?
3. Quick start guide
4. Security features
5. Use cases
0. Back to main menu
Select topic (0-5): 1
============================================================
WHAT IS SCBE-AETHERMOORE?
============================================================
SCBE (Spectral Context-Bound Encryption) is a next-generation
security framework that uses hyperbolic geometry and signal
processing to protect your data.
🔑 KEY CONCEPTS:
• Context-Aware Security
Your data is encrypted based on WHO you are, WHAT you're doing,
and WHERE you are...
[Interactive tutorial continues...]
📚 Documentation
- CLI_SETUP.md - Installation guide
- SCBE_CHEATSHEET.md - Quick reference for developers
- CLI_COMPLETE.md - Full feature documentation
- QUICKSTART.md - Getting started with SCBE
🎬 Features
Interactive Tutorial
- 5 comprehensive modules
- No trade secrets exposed
- Suitable for all skill levels
- Learn at your own pace
Hands-On Demos
- Encrypt/decrypt messages
- Run attack simulations
- View real-time metrics
- Test security features
Educational Content
- High-level concepts
- Security guarantees
- Real-world use cases
- Best practices
🔐 Security
The CLI tutorial is designed to be:
- ✅ Educational and informative
- ✅ Safe for public release
- ✅ Free of trade secrets
- ✅ Focused on benefits, not implementation
🌟 Why Use the CLI?
For Learning
- Interactive - Learn by doing
- Comprehensive - Covers all aspects
- Accessible - No coding required
- Safe - No sensitive information exposed
For Development
- Quick Testing - Encrypt/decrypt instantly
- Attack Simulation - Test defenses
- Metrics Dashboard - Monitor performance
- API Examples - See code in action
For Presentations
- Automated Demo - Run
demo-cli.py - Visual Appeal - Typewriter effects
- Professional - Clean, polished output
- Impressive - Shows 14-layer architecture
🎯 Target Audience
Beginners
Learn what SCBE is and how to use it without any prior knowledge.
Developers
Get hands-on experience with encryption APIs and see code examples.
Security Engineers
Understand the 14-layer architecture and attack resistance mechanisms.
Business Users
Explore use cases and understand the value proposition.
🚀 Getting Started
-
Run the demo:
python demo-cli.py -
Start the CLI:
scbe.bat # Windows ./scbe # macOS/Linux -
Type
tutorialand select a topic -
Try encrypting a message with the
encryptcommand -
Run attack simulations with the
attackcommand -
View metrics with the
metricscommand
💻 System Requirements
- Python 3.7 or higher
- Windows, macOS, or Linux
- Terminal/Command Prompt
🆘 Need Help?
- Type
helpin the CLI - Check
CLI_SETUP.mdfor installation issues - See
SCBE_CHEATSHEET.mdfor API reference - Read
QUICKSTART.mdfor integration guide
🎉 What’s Next?
After completing the tutorial:
- Integrate SCBE into your project
- Read the docs in
docs/directory - Check examples in
examples/directory - Run tests with
npm testorpytest - Deploy using Docker or AWS Lambda
Ready to get started?
python demo-cli.py
Then type scbe and tutorial to begin your journey! 🚀