curl.zip / help

Examples: curl.zip/hash/sha256?t=hello · curl.zip/hash/md5?t=hello

hash - hash the body: /hash/{md5|sha1|sha256|sha512}
class:   crypto

usage:
  echo -n hi | curl --data-binary @- curl.zip/hash/sha256
  curl curl.zip/hash/md5 -d hello