@ariestools/crypto-auth
v8.2.0
Published
Self-contained password and seed-phrase encryption/decryption for XY Labs wallets
Readme
@ariestools/crypto-auth
Self-contained password and seed-phrase encryption/decryption
Environment-agnostic WebCrypto helpers for wallet authentication: PBKDF2 key
derivation, AES-GCM encryption, password verification, and a storage-free
SeedPhraseVault. The WebCrypto implementation and storage backend are
injected, so the package runs unchanged in browsers, service workers, and
Node (>= 18), with no dependency on the DOM lib types.
Install
Using npm:
npm install @ariestools/crypto-authUsing yarn:
yarn add @ariestools/crypto-authLicense
See the LICENSE file for license details.
