jlechem / RetroGaming

A repository for old school retro C++ games
Apache License 2.0
2 stars 1 forks source link

Substitution Cipher - Replace substitution with full ASCII character set #8

Closed jlechem closed 4 years ago

jlechem commented 4 years ago

Currently the substitution cipher just uses the English Alphabet. I want to expand it to include the full ASCII character set which would give you a wider range of encryption and be a bit harder for a human to read.

jlechem commented 4 years ago

Implemented so that the substitution cipher now uses the printable ASCII characters for substitution. Makes for some pretty interesting looking strings.