UNPKG

@meeco/cryppo

Version:

In-browser encryption and decryption. Clone of Ruby Cryppo

5 lines (4 loc) 148 B
export declare enum CipherStrategy { AES_GCM = "AES-GCM" } export declare const strategyToAlgorithm: (algorithm: string) => CipherStrategy;