Skip to main content

A simple hash function with issues

Project description

# 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

```python
import bogohash

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


Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bogohash-0.1.tar.gz (1.8 kB view hashes)

Uploaded Source

Built Distribution

bogohash-0.1-py3-none-any.whl (2.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page