UNPKG

@nexckycort/rijndael-nodejs

Version:

implementation of the rijndael encryption algorithm.

4 lines (3 loc) 162 B
/// <reference types="node" /> declare const rijndael: (saltBytes: Buffer, key: string, algorithm?: string) => (text: string) => string; export default rijndael;