UNPKG

crypto-core

Version:

Symmetric key encryption module. varying according to the size of the chain of characters and also of the digest. Robust, stable.

3 lines (2 loc) 158 B
export declare function coreEncode(key_word: string, digest?: number): string; export declare function coreDecode(key_word: string, digest?: number): string;