matheusportela / enigma-machine

Enigma machine simulator in JavaScript for didactic purposes.
MIT License
37 stars 10 forks source link

Thought: encoding all settings in a single variable. #17

Open Zibri opened 1 year ago

Zibri commented 1 year ago

It would be nice to encode all settings in a single binary (base64 perhaps) variable representing all possible combinations. in that way, hashing a string and producing a setting would work as a key.