Skip to content

JacksonNestler/Python-Password-Hashing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Purpose

The objective of this script is to have a text file imported and then have each individual line of the text file hashed using a variety of algorithms: MD5, SHA1, SHA224, SHA256, SHA384, SHA512. This information is then written to a text file of its own.

Functionality can be expected to work 100% of the time. All inputs are valid and hashed accordingly. The script processed through a 1GB file of a significant portion of the English language in approximately 7 minutes, a respectable time for a Python script.

Usage

Simply download and execute this file. You must have hashlib installed, which comes prepackaged with Python.

Releases

No releases published

Packages

No packages published

Languages