1.1.8 • Published 2 years ago

dip93 v1.1.8

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

dip93

dip93: An alternative to the BIP39 mnemonic standard for generating shorter phrases, while being similarly secure and random.

Generates a phrase with maximum 78 characters for 128 bits. BIP39 can generate up to 108 characters for the same.

Install

npm install dip93

Usage

import * as dip93 from 'dip93'

// Generates 13 words for 128 bits.
const phrase = dip93.generate()

or to generate a specific number of words

// Generates 5 words with 48 bits.
const phrase = dip93.generate(5)
1.1.8

2 years ago

1.1.7

2 years ago

1.1.6

2 years ago

1.1.5

2 years ago

1.1.4

2 years ago

1.1.3

2 years ago

1.1.2

2 years ago

1.1.1

2 years ago

1.1.0

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago