Baseconverter - Converts an inputted value into Decimal, Binary, Octal and Hexdecimal. In addition to that hashed values of the inputted value can be displayed in MD5 and SHA1.
To run the script, enter the following in the same directory as the script:
python baseconverter.py INPUT FLAG
Example:
python baseconverter.py hello --binary --hexadecimal
Requirements:
- Python 3
- argsparse and hashlib module is used
- Python 3
- Kyle Simmons - Github - kyle-c-simmons
This project is licensed under the MIT - see the LICENSE file for details