mariodujic / Salt-and-Pepper-Password-Hashing

Password salt and pepper hashing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Salt and Pepper Password Hashing

Intro

Wrote this python script while going over the principles of password security. This repository contains a Python implementation of a secure password storage system using salt and pepper hashing. The salt and pepper values are combined with the password to create a unique hash value.

About

Password salt and pepper hashing.


Languages

Language:Python 100.0%