Implemented useful custom bases, fun bases, also with support to decipher them

This commit is contained in:
Leonetienne
2022-03-13 18:10:23 +01:00
parent cdbb52b24c
commit 5fc0e190b9
9 changed files with 309 additions and 1073 deletions

View File

@@ -11,5 +11,6 @@ add_executable(GhettoCryptCLI
CommandLineInterface.cpp
Hazelnupp.cpp
StringTools.cpp
main.cpp
)