Skip to content

Of-Arte/Crypt-Workspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypt Workspace v1.0

License: MIT Python Version

Crypt Workspace is designed as a persistent cryptographic engine that orchestrates Vigenère-based One-Time Pad (OTP) encryption. The architecture is built around three core components:

  1. OTP Engine: Generates unique, non-repeating keys scaled dynamically to chunk lengths.
  2. Vault Storage (State Management): A JSON-backed persistence layer that records discrete encryption operational states ("Secret Ops. Alphabet: A-Z, Shift: 2").
  3. Bi-Directional Tracing: Enables cryptographic auditing by tracking exact key-shift mappings applied to character vectors.

The system dynamically scales and handles any provided character alphabets without stripping context, maintaining exact phrasing and punctuation during transformation pipelines.


Operational Workflow

# Initialize the workspace environment
python crypt.py

Standard Operating Procedure:

  1. ** Ingress**: Load plaintext via msg.txt or standard input.
  2. ** Encrypt**: The OTP engine generates cryptographically random key segments and executes the encryption matrix.
  3. ** Persist State**: Commit the operation state securely into the vault/ persistent storage.
  4. ** Decrypt**: State engine automatically retrieves and applies the associated mapping history to reverse the operation.

Technical Documentation


📄 License

Distributed under the MIT License.

About

A Python CLI tool implementing a modern One-Time Pad cipher engine built on the Vigenère cipher, with vault storage, multi-language support, and full key-mapping traceability.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages