Skip to content

Project realized as a part of a Cryptography and Information Security course on WUT

Notifications You must be signed in to change notification settings

aszweryn/sha256

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation (Windows)

python -m venv env
env\Scripts\activate
pip install -r requirements.txt

Running

CLI tool:

python app_cli.py --help
python app_cli.py textToBeHashed

Tests:

python -m pytest

About

Project realized as a part of a Cryptography and Information Security course on WUT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages