Skip to content

Proactive-Development/TinyHash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TinyHash

A tiny hash generator. Turn massive files to a few characters.

Installation

Coming Soon

Usage

Small hash

This will create a small hash of the input string which is 4 digits or more. This algorithm is not cryptographically secure.

python -m tinyhash -s Hello_World

You can also use a file

python -m tinyhash -s --file hello_world.txt

The output of Hello_World is 33464

Large hash

This will create a larger hash of the input string which is 6 digits or more. This algorithm is not cryptographically secure.

python -m tinyhash -l Hello_World

You can also use a file

python -m tinyhash -l --file hello_world.txt

The output of Hello_World is 3346f74

About

A tiny hash generator.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages