SCBE Interactive CLI

Like @codex for 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:

  1. What is SCBE? - Overview and key concepts
  2. How Does It Work? - Architecture and technology
  3. Quick Start - Hands-on encryption/decryption
  4. Security Features - Defense mechanisms
  5. 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

  1. Run the demo:

    python demo-cli.py
    
  2. Start the CLI:

    scbe.bat  # Windows
    ./scbe    # macOS/Linux
    
  3. Type tutorial and select a topic

  4. Try encrypting a message with the encrypt command

  5. Run attack simulations with the attack command

  6. View metrics with the metrics command

💻 System Requirements

  • Python 3.7 or higher
  • Windows, macOS, or Linux
  • Terminal/Command Prompt

🆘 Need Help?

  1. Type help in the CLI
  2. Check CLI_SETUP.md for installation issues
  3. See SCBE_CHEATSHEET.md for API reference
  4. Read QUICKSTART.md for integration guide

🎉 What’s Next?

After completing the tutorial:

  1. Integrate SCBE into your project
  2. Read the docs in docs/ directory
  3. Check examples in examples/ directory
  4. Run tests with npm test or pytest
  5. Deploy using Docker or AWS Lambda

Ready to get started?

python demo-cli.py

Then type scbe and tutorial to begin your journey! 🚀


© 2026 Aethermoore - Issac Davis, Founder | Patent Pending (63/961,403) | Products | Demo

This site uses Just the Docs, a documentation theme for Jekyll.