UNPKG

@akanass/nestjsx-crypto

Version:

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

5 lines (4 loc) 122 B
import { ModuleConfiguration } from '@akanass/rx-crypto'; export interface CryptoConfig { pem: ModuleConfiguration; }