Adri6336 / pyrainbow

Creates a crude rainbow table from a file using sha256. It's crude in that it's not optimized, just dumped in a format of text,digest.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyrainbow

This script will create a rainbow table from a file of text separated by newlines using sha256. For demonstration, see the example files included.

Using pyrainbow

Linux

Enter the following commands into the terminal, at the directory where you have the script:

  1. chmod +x pyrainbow
  2. ./pyrainbow <target file> <output file name>

Windows

Incompatible

About

Creates a crude rainbow table from a file using sha256. It's crude in that it's not optimized, just dumped in a format of text,digest.

License:GNU General Public License v3.0


Languages

Language:Python 100.0%