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()
```
## 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
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 details)
Built Distribution
File details
Details for the file bogohash-0.1.tar.gz
.
File metadata
- Download URL: bogohash-0.1.tar.gz
- Upload date:
- Size: 1.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3524def39e05d7c1c55f1ec973fb3336adb29017b91376b0d8e41ab01451c2ee |
|
MD5 | 6876829f73c97d5bca78993f2ac384f5 |
|
BLAKE2b-256 | 0745014dfb24d635086839c01736ae638d507910f7063c109904456df74e3695 |
File details
Details for the file bogohash-0.1-py3-none-any.whl
.
File metadata
- Download URL: bogohash-0.1-py3-none-any.whl
- Upload date:
- Size: 2.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.21.0 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.29.0 CPython/3.7.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 536575c9a747f7b7374595fa4b5ca6bebad185daa30e01747af09e4046966359 |
|
MD5 | 6f1856fa57390e1a4b69586d2a318af9 |
|
BLAKE2b-256 | 815edff8a149621ea966e1300479058249d61d13d6656ee1c78b53f81c7e8aa2 |