@0xc/invisihash
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

invisihash

generate a zero-width (rendered) hash with popular algorithms such as SHA-256.

examples

import { hash } from "@0xc/invisihash";

const someValue = JSON.stringify(arguments);
const output = hash(someValue, "sha384");

the default algorithm is sha256 and is not required to be passed

hash("hello world");

why does this even exist

Confluence requires unique titles and allows unicode so 🚀🚀🚀

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.0
    1

Package Sidebar

Install

npm i @0xc/invisihash

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

7.83 kB

Total Files

18

Last publish

Collaborators

  • tcarrio