jstck / bogohash

When you don't care about hash functions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hash is fast, hash is cool

Benefits

  • Fast
  • Consistent
  • Not sensitive to brute force attacks

Flaws

  • Many hash collisions Q(' .')-O

Installation

It's not recommended to install this package. But if you read this far, why not.

pip install bogohash

Usage

import bogohash

myhash = bogohash.bogo("password")
digest = myhash.digest()

About

When you don't care about hash functions

License:Other


Languages

Language:Python 100.0%