1.4.4 • Published 3 years ago

@woleet/woleet-secure-module v1.4.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Woleet Secure Module

This NodeJS module is used by Woleet.ID Server to manage:

  • key generation functions
  • key import/export functions
  • signature functions (path derivation is supported)
  • encryption/decryption functions

Woleet.ID Server sensitive data are isolated in this module to improve security and ease new implementations.

Prerequisite

node >=10, npm

Development mode:

Install Node packages

$ npm install

Test secure module

  • Set the environment variable ENCRYPTION_SECRET to any value
  • Start the tests:

    $ npm test

Build secure module

$ npm run build
1.4.4

3 years ago

1.4.3

3 years ago

1.4.2

4 years ago

1.4.1

4 years ago

1.4.0

4 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago