Skip to content

Releases: quantumpurse/key-vault-wasm

Quantum Purse Key Vault v0.3.1

Choose a tag to compare

@tea2x tea2x released this 20 Jan 02:51

Fix remove an overly restricted password check rule (no consecutively repeated characters)

Quantum Purse Key Vault v0.3.0

Choose a tag to compare

@tea2x tea2x released this 15 Jan 06:32
5d2e32d

⚠️ BREAKING CHANGES
This release includes changes on how keys are derived. Action required for all users upgrading from v0.2.x. Check the project changelog for details.

  • Updated from Scrypt to HKDF-SHA256 for child key derivation.
  • Increase Scrypt parameter log_n from 14 to 17 in password hashing.
  • Remove cached encrypted child keys by on-the-fly key derivation.

Quantum Purse Key Vault v0.2.4

Choose a tag to compare

@tea2x tea2x released this 25 Oct 09:14

Code cleanup and update readme

Quantum Purse Key Vault v0.2.3

Choose a tag to compare

@tea2x tea2x released this 24 Aug 08:41

Further security improvement at input sanitization.

Quantum Purse Key Vault v0.2.2

Choose a tag to compare

@tea2x tea2x released this 15 Aug 15:19
  • Improve overall security.
  • Several minor optimizations.
  • Upgrade dependencies.

Quantum Purse Key Vault v0.2.1

Choose a tag to compare

@tea2x tea2x released this 14 Jul 07:20

Update password checker util

Quantum Purse Key Vault v0.2.0

Choose a tag to compare

@tea2x tea2x released this 14 Jul 06:32

Update readme and password checker

Quantum Purse Key Vault v0.1.9

Choose a tag to compare

@tea2x tea2x released this 15 Jun 03:47

Add empty password guard for key-related apis

Quantum Purse Key Vault v0.1.8

Choose a tag to compare

@tea2x tea2x released this 15 Jun 02:45

Improve source readability and correct behavior of import_seed_phrase in v0.1.7

Quantum Purse Key Vault v0.1.7

Choose a tag to compare

@tea2x tea2x released this 14 Jun 15:23
  • Prevent overwrite seed in seed imports
  • Refactor source code (naming)