Skip to content

A simple command line utility to turn UTF-8 input into a 64bit hash, wrapped in docker.

Notifications You must be signed in to change notification settings

carolyn-ma/dockerized-hash-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A simple command line utility to turn UTF-8 input into a 64-bit hash, wrapped in a docker container.

Run

$ cd your_repo

$ docker build -t test .

$ cat your_test.txt | docker run -i test

To-Do

Pass in custom parameters as arguments to docker run command(--window/--thread)

About

A simple command line utility to turn UTF-8 input into a 64bit hash, wrapped in docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published