DEV Community

MbarekOulkheir
MbarekOulkheir

Posted on

Mbarek Cipher algorithme de chiffrement expérimental en PHP

Mbarek Cipher est un algorithme de chiffrement expérimental evolutif purement en PHP, basé sur une architecture de transformations multi-dimensionnelles :

state dynamique (IV + key dérivés)
transformations non-linéaires multi-étapes
flux séquentiel réversible

👉 Le projet évolue d’un modèle “multi-dimensionnel expérimental” (v2) vers un cipher stateful structuré (v3).
github.com/MbarekOulkheir/MbarekCipher-Core-v3.git

Top comments (0)