@zcloak/credential-core
v1.0.2
Published
zCloak credential-core
Downloads
237
Readme
@zcloak/credential-core
This is a package wrap kilt and zkid credential. It provide such functions:
vcEncrypt
, encrypt credential(kilt|zkid) with supplied passpharse.vcDecrypt
, decrypt encrypted credential(kilt|zkid) with supplied passpharse.
Usage
Installation
yarn add @zcloak/credential-core
Classes and Functions can be imported as follows:
import { vcEncrypt, vcDecrypt } from '@zcloak/credential-core';