Skip to content

john-fiore/HexBinaryEncryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Hex to Binary Encryptor

This is an encryption tool that translates hex code into binary code. I wrote this for my Computer Programming class on 10/30/2025. This tool is not intended for serious use, but more-so to mess around with. However, if you find serious use for it, be my guest.

Feel free to modify this if you'd like. No credit is needed, but it is appreciated.


DOWNLOAD INSTRUCTIONS:

Disclaimer: Python must be installed to use this. However, if a standalone build is wanted, I will create one.

Installation

  1. In the repository, press Code > Download ZIP
  2. Extract the ZIP contents
  3. Open your system's terminal and change the directory to the directory that includes "main.py"

Running the program

Depending on your OS, enter the corresponding command.

Windows:
python main.py

MacOS and Linux:
python3 main.py

If you need to contact me for whatever reason, my email is:
johnfthedev@gmail.com

About

Hexadecimal to Binary Code Encryptor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages