Home

js-spectre @main - refs - log -
-
https://git.jolheiser.com/js-spectre.git
JS implementation for spectre/masterpassword
js-spectre / README.md
- raw
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
# js-spectre

TypeScript/JavaScript implementation of [Spectre](https://spectre.app).

I don't plan on publishing this to npm, so if you want to install it you'll need to go direct or host it somewhere yourself.

`npm install git+https://git.jolheiser.com/js-spectre.git`

## Code Quality

1. `npm run lint`
2. `npm run lint:fix`
3. `npm run test`

## License

[GPLv3](LICENSE) - Same as original algorithm