Calculate SHA256 from text

1970 + 1711661478
echo -n "text" | shasum -a 256

# or from clipboard

pbpaste | shasum -a 256

More posts