Static
Private
JsonFormatter
JsonFormatter: {
parse: ((jsonStr: any) => CipherParams);
stringify: ((cipherParams: any) => string);
} = ...
Type declaration
-
parse: ((jsonStr: any) => CipherParams)
-
- (jsonStr: any): CipherParams
-
Returns CipherParams
-
stringify: ((cipherParams: any) => string)
-
- (cipherParams: any): string
-
Returns string
CryptoES 加密库封装 https://github.com/entronad/crypto-es
安装第三方库生效 npm install -g yarn yarn add crypto-es