Originally published byDev.to
🔐 Mbarek Cipher v2 — A Custom Encryption Experiment
Introduction
I built Mbarek Cipher v2 to better understand how encryption systems work.
It is not meant to replace modern cryptography, but to explore ideas and learn by building.
🎯 Goal
The main goals were simple:
- Understand how encryption works
- Create my own logic system
- Experiment with structured transformations
⚙️ How it works (simple view)
The system is based on:
- A secret key
- A dynamic character table
- Block-based data processing
- Step-by-step transformations
Each block of data is modified using rules derived from the key.
The same process is reversed to decrypt.
🧪 Idea behind it
Instead of using a standard library, I wanted to:
- build my own structure
- test different transformation ideas
- learn by experimenting
📊 Current status
- Encryption and decryption work correctly
- Small tests are stable
- The system is still experimental
🔮 Next steps
I plan to:
- test randomness quality
- improve structure
- analyze security strength
- optimize performance
📂 Project
GitHub: Mbarek Cipher v2
🤝 Feedback
This project is still evolving.
Any feedback or ideas are welcome.
🇺🇸
More news from United StatesUnited States
NORTH AMERICA
Related News
How Braze’s CTO is rethinking engineering for the agentic area
10h ago
Amazon Employees Are 'Tokenmaxxing' Due To Pressure To Use AI Tools
21h ago

Implementing Multicloud Data Sharding with Hexagonal Storage Adapters
15h ago

DeepMind’s CEO Says AGI May Be ~4 Years Away. The Last Three Missing Pieces Are Not What Most People Think.
15h ago

CCSnapshot - A Claude Code Configs Transfer Tool
21h ago