UNPKG

encryption-tool-ts-fox_hunt

Version:

Ascii encryption tool for strings

3 lines 194 B
export declare function encryptString(string: string, encId: number): string; export declare function decryptString(string: string, decId: number): string; //# sourceMappingURL=cypher.d.ts.map