An open API service indexing awesome lists of open source software.

https://github.com/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.
https://github.com/adri6336/pyrainbow

cli digest hash linux python3 rainbow-table sha256

Last synced: 9 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

# 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 \ \

## Windows
Incompatible