UNPKG

qms-js

Version:

A common library that can be used for fe and be

5 lines (4 loc) 155 B
export default class Cipher { static encrypt(value: string, secret?: string): string; static decrypt(hash: string, secret?: string): string; }