qTe Platform — Technical Feature Breakdown

⚛️ qTe Platform

Quantum Telemetric Encoding — A Revolutionary Data Encoding, Storage & Communication Platform

Version 2.5 · .NET 10 · Cross-Platform
📝 File Encoding (Compress)

Transform any file or text into a unique 128-character "Symph" identifier using quantum-inspired frequency encoding. Data is compressed, optionally encrypted, and stored as offset frequencies that reconstruct back to the original content.

Input Modes

📄 Text Mode

Encode text content directly — notes, messages, articles. Processed through the quantum encoding algorithm and stored as a unique Symph with metadata.

📁 File Mode

Import any file type: documents, images, audio, video, archives, executables. Read in full, processed through frequency analysis, converted to QTE format.

⚡ Direct Binary Mode (.qTb)

For large files that will typically be made public or don't require syllabic encoding, Direct Binary bypasses the QuantumByte syllabic transform entirely. Files are stored as raw binary blobs, making speed limited only by AT Protocol rate limits — orders of magnitude faster than syllabic encoding. Ideal for media, archives, and bulk data.

Metadata Fields

FieldPurposeUsage
TitleHuman-readable nameDisplayed in lists, searching
AuthorCreator attributionOwnership, publishing credits
TagsCategorizationFiltering, grouping, search
SummaryBrief descriptionPreview text, overview
Password11-character keyProtects content, required for decoding

🔬 Technical Implementation

  • Frequency offset calculation algorithms
  • 128-character Symph identifiers
  • .qTe (unprotected) or .qTp (password-protected) offset files
  • .qTb Direct Binary — raw storage, no syllabic encoding, maximum throughput
  • JSON metadata store for fast retrieval
  • Local blockchain registration for integrity tracking
  • Optional AT Protocol sync for decentralized storage
💡 Pro Tip: Password protection uses an 11-character key that cryptographically transforms the offset data. Without the exact password, the original content cannot be reconstructed. For large public files where encoding isn't needed, use Direct Binary (.qTb) for dramatically faster upload/download.
📂 File Decoding (Decompress)

Browse, search, and reconstruct encoded files. Navigate your content library using hierarchical TreeView or powerful GridView with advanced filtering and sorting.

View Modes

🌲 TreeView (Hierarchical)

  • Visual organization by category/tag
  • Drill-down navigation
  • Expandable/collapsible nodes
  • Drag-and-drop reorganization

📋 GridView (List)

  • Column sorting (Name, Size, Date, Tags)
  • Real-time text search
  • Category and tag filtering
  • Pagination (100 items/page)

Preview Capabilities

📄
Text — inline preview
🖼️
Images — thumbnails
📁
Other — system default app

Context Menu

ActionDescription
DecodeReconstruct original file from offsets
Copy SymphCopy 128-character identifier to clipboard
View MetadataDisplay full metadata details
Mark as MemeFlag images for the Meme gallery
ShareSend to a contact or conversation
PublishPost to AT Protocol network
DeleteMove to Recycle Bin

Decoding Process

Symph Resolution

128-char Symph parsed to locate offset file in local storage or AT Protocol.

Password Verification

For .qTp files, exact 11-character password required.

Frequency Reconstruction

Offset frequencies processed through inverse quantum algorithm.

File Output

Reconstructed data written to decoded files directory with original filename.

👥 Contacts & Conversations

Unified communication hub managing your address book and messaging across AT Protocol (Bluesky), email, and SMS. Contacts stored locally with optional AT Protocol integration for decentralized identity.

Contact Fields

  • Name — display name with auto-generated initials
  • Email — for SMTP messaging
  • Phone — for SMS gateway
  • AT Handle — e.g. @user.bsky.social
  • DID — Decentralized Identifier
  • Notes & Tags — free-form notes, categorization

Conversation Features

  • Rich text input with emoji picker
  • File attachment via QTE-encoded Symphs
  • Meme attachment from gallery
  • Multi-channel delivery (AT Protocol, Email, SMS)
  • Shared files panel per contact
  • Complete message history with timestamps

🔬 Storage

Contacts persisted to qte_contacts/addressbook.json with unique GUID IDs, timestamps, message counts, and SMS flags.

🖼️ Meme Management

Visual thumbnail grid of images marked as "memes." Quick browsing, sharing, and publishing to conversations and social networks.

Gallery Features

  • 120×120 px thumbnails with lazy loading
  • Configurable cache (up to 200 images)
  • Double-buffered rendering for smooth scroll
  • Search, sort (date/name/size), filter by tags

Actions

ActionDescription
View Full SizeOpen in system default viewer
Add to ConversationAttach to a message being composed
Add to PostInclude in AT Protocol publication
Copy SymphCopy identifier to clipboard
Copy File PathLocal path for external use
Remove from MemesUnmark (doesn't delete file)
💡 Formats: JPEG, PNG, GIF, BMP, WEBP, TIFF. Thumbnails generated on-demand and cached.
📤 Publishing (AT Protocol)

Post text entries and memes to AT Protocol networks (Bluesky and compatible services). Long-form content auto-chunked into threaded posts with proper attribution.

Auto-Chunking

300
Chars/chunk
20
Buffer for indicators
(1/5)
Thread indicator
  • Splits at sentence boundaries when possible
  • Falls back to word boundaries
  • Thread indicators (1/N, 2/N, etc.)
  • Proper reply threading

Image Attachments

  • Auto-resized to max 2048 px dimension
  • Compressed under 950 KB if needed
  • Uploaded as blob with proper MIME type

Publication Status

  • Unpublished — available for posting
  • Published — already posted to AT Protocol
  • Remote — exists on AT Protocol but not local
🔐 Security & Authentication

Application-level passphrase authentication. When enabled, users must authenticate before accessing any content or settings.

Security Phrase

  • Minimum 8 characters, confirmation required
  • Stored as secure hash, never plain text
  • Enable/disable toggle
  • Update or remove at any time

Authentication Flow

App Launch

If security enabled, display auth dialog before main interface.

Phrase Entry

User enters passphrase in secure input field.

Hash Verification

Input hashed and compared against stored hash. No plain text comparison.

Session Grant

Full access granted. Last authenticated timestamp updated.

⚠️ Important: App passphrase is separate from file-level password protection. .qTp files need their own 11-character passwords for decoding.
🛡️ File Protection

Batch password protection for files originally encoded without passwords. Retroactive security enhancement for your QTE library.

Protection Process

Select Files

Check unprotected .qTe files from the list. Select All / Select None for batch.

Enter Password

Provide an 11-character password for future decoding.

Apply Protection

Files re-encoded with password, saved as .qTp.

Cleanup

Original unprotected files optionally removed.

💡 Password Format: Exactly 11 characters — strict requirement of the QTE encoding algorithm.
🌐 Network & AT Protocol

Integration with AT Protocol (Authenticated Transfer Protocol) for decentralized storage and social features. Connect to Bluesky or any compatible PDS.

Connection

  • PDS: Default https://bsky.social, configurable to any compatible server
  • Identifier: Your AT handle (e.g. username.bsky.social) or email
  • App Password: Dedicated app password from account settings. Never use your main password.

Session & Sync

  • Login / Logout with visual connection indicator
  • Upload local offsets to AT Protocol storage
  • Download remote offsets to local storage
  • Resolve contact DIDs from handles
  • Post content to AT Protocol feeds
  • Operation history (logins, uploads, errors)
Progress Monitoring

Real-time progress tracking for encoding/decoding with detailed metrics, timing, and cancellation support.

📊
Progress Bar
Speed (KB/s)
⏱️
Elapsed Time
🎯
ETA

Displayed Info

  • Operation type (Encoding / Decoding)
  • Filename and total size
  • Bytes processed, percentage
  • Metadata preview (Author, Title, Tags)
  • Result Symph on completion

Cancel at any time — stops immediately, cleans up partial files, returns to idle.

📊 Job Queue Monitor

Comprehensive view of the encoding job queue: queued, active, and completed operations with real-time status updates.

Queue Stats

  • Queued — waiting to start
  • Active — currently encoding
  • Completed — successfully finished
  • Throughput — processing speed

Job Columns

ColumnDescription
FilenameFile being processed
StatusQueued, Encoding, Uploading, Completed, Failed, Cancelled
ProgressVisual bar with percentage
SpeedCurrent processing speed
SizeFile size
ETAEstimated time remaining

Actions: Clear Completed · Cancel Job

🗑️ Recycle Bin

Soft-delete: files moved to a recoverable bin instead of permanent deletion. Restore or permanently delete at any time.

Features

  • Soft Delete — files moved, not destroyed
  • Metadata Preserved — all original metadata retained
  • Restore — return files to original location
  • Permanent Delete — true removal when ready
  • Empty Bin — clear all at once

Recycled Item Info

FieldDescription
FilenameOriginal file name
Symph128-character identifier
Original PathWhere file was located
Recycled DateWhen deleted
ProtectedWhether password-protected

Storage: qte_recyclebin/ with index.json and renamed files with unique IDs.

💾 Archive & Backup

Full backup and restore for your QTE library in .qta format. Includes blockchain, metadata, offsets, contacts, collections, and settings.

Archive Contents

  • Blockchain — complete transaction history
  • Metadata Store — all entry metadata
  • Offset Files — all .qTe and .qTp files
  • Contacts — address book
  • Collections — user-created collections
  • Settings — app configuration

Export

Select Destination

Choose where to save the .qta archive.

Gather Data

System collects all components into compressed archive.

Progress

Visual progress bar during export.

Complete

Archive ready for storage or transfer.

Import

Merge Mode

Add new items, skip existing. Safe for combining libraries.

Replace Mode

Overwrite existing data. Use for full restoration.

⚠️ Caution: Replace mode overwrites current data. Create a backup first.
📚 Collections

Organize QTE content into named collections for grouping and sharing. Mix files and text entries, export as shareable packages.

Features

  • Create — name and describe your collection
  • Add Items — select Symphs from library
  • Remove Items — curate contents
  • Browse Available — see local and remote Symphs
  • Share — export as shareable lexicons

Properties

PropertyDescription
IDUnique GUID
NameHuman-readable name
DescriptionOptional description
ItemsCount of Symphs
Created / ModifiedTimestamps
⚙️ Settings & Reset

Configure application behavior, storage paths, and maintenance operations.

Virtual Drive

  • Drive Letter — preferred A–Z
  • Auto Mount — mount on startup
  • Remount — manually reconnect

Auto Operations

  • Auto Decode — decode files on access
  • Auto Encode — encode dropped files
  • Clean on Exit — remove decoded files on close

Reset Options

Soft Reset

Resets settings to defaults. Preserves all encoded data, contacts, conversations.

⚠️ Full Reset (Hard)

Removes ALL data: blockchain, metadata, offsets, contacts, collections, recycle bin, settings. Cannot be undone. Back up first!

Blockchain Sync

Rebuild local blockchain index from offset files. Useful for corruption recovery, manual file operations, or integrating imported files.

📱 Platform Support

qTe Lite (Desktop)

🖥️ Windows

Full-featured Windows Forms app with virtual drive, system integration, and all advanced file operations.

qTe App (Mobile & Cross-Platform)

🤖 Android 🍎 iOS 💻 macOS 🖥️ Windows

.NET MAUI application with core qTe functionality optimized for mobile and touch-first experiences. Adaptive UI for each platform.

SunsingSoft

qTe — Quantum Telemetric Encoding

Store any amount of data in 64 bytes

© 2026 QTE LLC · qte.app