1.4.4 • Published 2 years ago

@woleet/woleet-secure-module v1.4.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 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

2 years ago

1.4.3

2 years ago

1.4.2

2 years ago

1.4.1

3 years ago

1.4.0

3 years ago

1.3.0

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago