SHA-256 of a string
hash://host/text/query/sha256
{
"text": "hello"
}
Utilities connector
Hash is a polyglot urirun connector written in Go. It proves connectors are language-agnostic: a single static binary emits a v2 bindings document and answers the hash:// route via an argv-template the urirun runtime invokes.
go>=1.21hash://host/text/query/sha256
{
"text": "hello"
}
curl -fsSL 'https://connect.ifuri.com/install?connectors=hash' | bash
{
"id": "hash",
"name": "Hash (Go)",
"status": "available",
"uriSchemes": [
"hash"
],
"routes": [
"hash://host/text/query/sha256"
],
"install": {
"mode": "urirun-extra",
"pipSpec": "urirun-connector-hash @ git+https://github.com/if-uri/urirun-connector-hash.git@v0.1.0"
},
"hubUrl": "https://connect.ifuri.com/connectors/hash"
}