My small project creating a decrypting tool to use in ARG ( Alternate Reality Game )
At this time its able to encrypt and decrypt base32, base64 and 8Bit binary ( Ceaser Chipher is under early development ) encoded text but more to come
- Right now the tool is able to encode and decode base32, base64 and 8Bit binary ( Ceaser Chipher is under early development ) encoding from txt file and input.
- Because of the length of 8Bit Binary strings its then only posible to encode and decode from a .txt file. All output from encoding and decoding will be saved in seperate .txt files in the directory and they are prepended date and time stamp to not overwrite any of your results
- git clone --recurse-submodules https://github.com/tanja84dk/ArgTools
- Test compiled with VS Code and Clang15.0.7, GCC 11.3.0 and CMake 3.21.0 on Debian 12 (Bookworm)
- Cpp-Tanja84dk-Tools created by tanja84dk
- Cpp-Tanja84dk-Crypt created by tanja84dk
- fmtlib created by fmtlib
See the 'LICENSE' for details. In summary ArgTools is licensed under the MIT License.
- Cpp-Tanja84dk-Tools created by tanja84dk is licended under MIT License
- Cpp-Tanja84dk-Crypt created by tanja84dk is licended under MIT License
- fmtlib created by fmtlib in licensed under MIT License