Name Modified Size InfoDownloads / Week
Parent folder
README.txt 2014-01-15 1.8 kB
gpl.txt 2014-01-15 35.1 kB
hash_decrypt.py 2014-01-13 6.3 kB
Totals: 3 Items   43.2 kB 0
Python Security Toolkit
Hash Decrypter
http://pythonsecuritytoolkit.sourceforge.net/

This program is written in Python 3.  Please run it with a Python 3 interpreter.

Python Security Toolkit is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
Python Security Toolkit is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.





Instructions
---------------------------------------------------------------------------------------------------

Usage:
This program is written in Python 3 and must be ran in a Python 3 interpreter.
Execute the program from a command line console with the Python 3 interpreter.
Example:  command_prompt>python hash_decrypt.py



Positional arguments:

The hash decrypter has 2 required positional arguments

The first positional argument is dict.  This is the dictionary file that will be used to test words
against the encrypted file.

The second positional argument is hash.  This is the file containing the hash you wish to decrypt.
Example:  command_prompt>python hash_decrypt.py dictionary_file.txt, hash_file.txt



Optional arguments:

The hash decrypter has 1 optional argument.

The optional argument is -h, or --help.
This displays a help file which explains how to enter the command line arguments.
Example:  command_prompt>python hash_decrypt.py -h
Source: README.txt, updated 2014-01-15