Skip to content

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

License

Notifications You must be signed in to change notification settings

sukreshmanda/DioHash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages