This is a toolbox that offers different encrypting, hashing, encoding functionalities. We used Streamlit for the UI.
Here is a manual of how to run it
- Clone the github project :
- Click on Clone, select and copy the HTTPS link.
- Use in your CLI the command
git clone https://github.com/faressoltani55/SecurityToolBox.git
- Install the requirements :
- open the project directory
- run the command
pip install -r requirements.txt
- Run the toolbox :
- Simply use :
streamlit run main.py
The UI is easy to use, with handled exceptions and guiding messages.
Enjoy !


