UNPKG

@akanass/rx-crypto

Version:

Crypto module provides some functions for security features like AES key, Key pair, RSA key, PKCS12, Certificate, PEM and more

7 lines (6 loc) 219 B
import { Observable } from 'rxjs'; import { GenerateOptions } from 'randomstring'; export declare class RandomString { generate(options?: GenerateOptions | number): Observable<string>; } export { GenerateOptions };