Skip to content
This repository has been archived by the owner on Nov 3, 2021. It is now read-only.

New algorithms AES-KW, PBKDF2

Compare
Choose a tag to compare
@microshine microshine released this 27 Dec 18:11
· 162 commits to master since this release

Supported new algorithms:

  • AES-KW
    • generateKey
    • exportKey/importKey
    • wrapKey/unwrapKey
  • PBKDF2
    • importKey
    • deriveBits/deriveKey

Updates:

  • Updated build script for Windows. Now it uses static OpenSSL lib from NodeJS

Fixed: