DioHash

A simple hashing(one way) function using cubic diophantine equations


Licenses
GPL-3.0/GPL-3.0+
Install
pip install DioHash==2.1.1

Documentation

DioHash library

A simple hashing(one way) function using cubic diophantine equations

Usage

Use Python3 and Add the file DioHash to your project repo

import DioHash

DioHash.dio128("text").hexdigest() #for 128-bits hash
DioHash.dio256("text").hexdigest() #for 256-bits hash
DioHash.dio512("text").hexdigest() #for 512-bits hash

Community

Stars Badge Forks Badge Pull Requests Badge Issues Badge GitHub contributors License Badge

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

GPLv3.0