UNPKG

netpower-ng

Version:

A common library that can be used for fe and be

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