(WIP) A program looking for the words which makes sense on both base64 encoded and decoded state.
Find a file
2023-07-16 08:16:17 +09:00
.gitignore Fixed typo in .gitignore 2023-02-10 20:32:02 +09:00
base64.cpp base64: final fix for null-char issue 2023-07-15 22:48:28 +09:00
base64.h Splited code into multiple file 2023-02-10 19:00:08 +09:00
LICENSE Create LICENSE 2023-02-10 20:49:14 +09:00
main.cpp main: implemented comparing, changed library 2023-07-16 08:16:17 +09:00
Makefile converted code to C++ 2023-02-10 20:30:07 +09:00
README.md Create README.md 2023-02-10 20:52:16 +09:00

base64-wordfinder

How to use

Get words-alpha.txt from here, rename it to dict.txt
Build program with make and run b64t