Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 2.29 KB

README.md

File metadata and controls

40 lines (26 loc) · 2.29 KB

ARG Decrypt Tool Project

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

What does the tool?

  • 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.

About The Tool

  • 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

Compiling from source

Used External libraries

Used third-party tools

  • Clang for compilation with code sanitizers
  • CMake for build automation

License

See the 'LICENSE' for details. In summary ArgTools is licensed under the MIT License.

Additional Licenses