Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.53 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.53 KB

PyHasher

Python script to hash strings with SHA256.

Requirements

Installation

  1. Install Python 3+: Download and Install the lastest version of Python from here
  2. Install Pandas: open the command line (cmd or Símbolo del sistema) in Windows and write:
pip install pandas
  1. Install hashlib: now write:
pip install hashlib
  1. Download the files:
  • Click the green button

Click download

  • Click in Download ZIP

Click Download ZIP

  1. Open the ZIP and place it inside a folder in your PC

How to run the script

  • Paste all the strings that you want to hash inside the ANIs.txt file under the ANI text. DO NOT erase the first string: ANI.
  • Open the folder where you placed the hasher.py file.
  • Hold Shift and right click inside the folder.
  • Select: Open command window her or Abrir la ventana de PowerShell aquí or Abrir símbolo del sistema aquí.
  • Once it's open, write this:
python hasher.py
  • Wait until it shows the path to the folder again as that means that the script completed the hashing process.
  • Open the output.txt file and all the strings from the ANIs.txt file should have a hash next to it.