GitHunt
LU

Lusio2307/simple-SHA-generator

Generate SHA functions and automatically copy it to clipboard

simple-SHA-generator

Generate sha1, sha256, sha512, sha224, sha384, md5 and automatically copy it to clipboard

Ubuntu 20.04

Requirements

  • Install pyperclip:
    pip3 install pyperclip

  • Install xclip (required for pyperclip):
    sudo apt install xclip

Run script

python3 sha.py

Usage

Just enter a number from 1 to 4 to choose your hash function, enter the string you want to hash and then it will be displayed and copied to clipboard automatically.

Contributors

Created September 4, 2020
Updated September 5, 2020
Lusio2307/simple-SHA-generator | GitHunt