Generate Hash

by zigahertz
5
4
3
2
1
Score: 33/100

Description

Category: Coding & Technical Tools

The Generate Hash plugin allows users to create cryptographically strong pseudorandom hash values directly within Obsidian. This is particularly useful for generating unique IDs for notes or other content. The plugin provides a simple command, Generate hash, which can be accessed from the command palette or the left ribbon. Users can customize the hash size through the plugin's settings, ensuring flexibility for various use cases.

Reviews

No reviews yet.

Stats

3
stars
766
downloads
1
forks
760
days
760
days
760
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
1
total issues
1
open issues
0
closed issues
12
commits

Latest Version

2 years ago

Changelog

fixed version bad ID in previous manifest release

README file from

Github

Obsidian 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.