scrypt

๐Ÿ”‘ Deno library for hashing passwords using scrypt

MIT License

Downloads
61
Stars
20
Committers
5

Bot releases are hidden (Show)

scrypt - Add default help to CLI

Published by oplik0 about 2 years ago

  • Added a default condition with a help text to the CLI - Thanks @prettykool
  • changed documentation to use versioned URLs

Full Changelog: https://github.com/denorg/scrypt/compare/v4.0.0...v4.1.0

scrypt - v4.0.0 - move to wasmbuild

Published by oplik0 over 2 years ago

What's Changed

Full Changelog: https://github.com/denorg/scrypt/compare/v3.0.0...v4.0.0

scrypt - Remove unnecessary async/await

Published by oplik0 over 2 years ago

What's Changed

Full Changelog: https://github.com/denorg/scrypt/compare/v2.2.0...v3.0.0

scrypt - First release

Published by oplik0 over 4 years ago

For now this scrypt implementation is a pure typescript one, meaning it's slow... But there still is a lot of optimization to do and I'm hoping to release v2.0 using web assembly to speed it up as soon as possible (that is, when a wasm implementation is available).