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.
- Host: GitHub
- URL: https://github.com/adri6336/pyrainbow
- Owner: Adri6336
- License: gpl-3.0
- Created: 2022-02-10T06:15:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-10T17:42:36.000Z (over 4 years ago)
- Last Synced: 2025-04-09T15:13:00.369Z (about 1 year ago)
- Topics: cli, digest, hash, linux, python3, rainbow-table, sha256
- Language: Python
- Homepage:
- Size: 29.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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