README file from
GithubObsidian Generate Hash Plugin
A small plugin for generating a cryptographically strong pseudorandom hash value using crypto.randomBytes. Useful for generating unique IDs.
See this stackoverflow comment for background information.
Usage
Consists of a single command, Generate hash, which can be invoked from the command pallette or from the {} button in the left ribbon.
Settings
Hash size
An integer between 1 and 2**31 - 1 specifying the number of bytes to generate. Defaults to 6.