pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: http://github.com/ruageek/docker-hash

GitHub - ruageek/docker-hash: Docker container with utilities to compute hashes (CRC32, MD5, SHA-1, SHA-256, SHA-512, Argon2...). · GitHub
Skip to content

ruageek/docker-hash

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hash

Docker container with utilities to compute hashes (CRC32, MD5, SHA-1, SHA-256, SHA-512, Argon2...).

Docker Build Docker Stars Docker Pulls Docker Automated Docker Build Docker Version

Example not using the filesystem

Let's say that you have a file foo.txt in your current working directory that you want to compute its SHA-256 hash:

Mac/Linux

cat foo.txt | docker run --rm -i --net=none thomasleplus/hash sha256sum

Windows

type foo.txt | docker run --rm -i --net=none thomasleplus/hash sha256sum

Example using the filesystem

Same thing, assuming that you have a file foo.txt in your current working directory that you want to compute its SHA-256 hash:

Mac/Linux

docker run --rm -t --user="$(id -u):$(id -g)" --net=none -v "$(pwd):/tmp" thomasleplus/hash sha256sum /tmp/foo.txt

Windows

In cmd:

docker run --rm -t --net=none -v "%cd%:/tmp" thomasleplus/hash sha256sum /tmp/foo.txt

In PowerShell:

docker run --rm -t --net=none -v "${PWD}:/tmp" thomasleplus/hash sha256sum /tmp/foo.txt

Help

To know what are the message digest algorithms supported by openssl, you can run:

docker run --rm --net=none thomasleplus/hash openssl help

Request new tool

Please use this link (GitHub account required) to request that a new tool be added to the image. I am always interested in adding new capabilities to these images.

About

Docker container with utilities to compute hashes (CRC32, MD5, SHA-1, SHA-256, SHA-512, Argon2...).

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Dockerfile 100.0%
pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy