Sign inSign up

wilzbach/hashes

By wilzbach

•Updated over 7 years ago

Encode and decode hashes.

Image
0

286

wilzbach/hashes repository overview

⁠Hashes

Build status

This OMG service provides various digest and hashing capabilities.

⁠Usage

# Storyscript
digest = hashes digest method: "sha1" data: "hello world"
# {"method":"sha1","digest":"2AAE6C35C94FCFB415DBE95F408B9CE91EE846ED"}

```coffee
# Storyscript
digest = hashes hmac method: "sha1" data: "hello world" secret: "my secret"
# {"method":"sha1","digest":"9F60EE4B05E590A7F3FAC552BFB9D98FA46F78D9"}

Tag summary

Content type

Image

Digest

Size

2.8 MB

Last updated

over 7 years ago

docker pull wilzbach/hashes