Skip to content

Base Converter, converts a value to decimal, binary, octal, hex and returns md5 / sha1 hashed value.

License

Notifications You must be signed in to change notification settings

kyle-c-simmons/baseconverter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Baseconverter

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.

alt baseconverter-image

Getting started

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

Prerequisites

Requirements:

  • Python 3
  • argsparse and hashlib module is used

Built With

  • Python 3

Authors

License

This project is licensed under the MIT - see the LICENSE file for details

About

Base Converter, converts a value to decimal, binary, octal, hex and returns md5 / sha1 hashed value.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages