@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
15 lines (14 loc) • 865 B
TypeScript
export * from '/rx-crypto/operators/rsa/decryptPrivate';
export * from '/rx-crypto/operators/rsa/decryptPublic';
export * from '/rx-crypto/operators/rsa/encryptPrivate';
export * from '/rx-crypto/operators/rsa/encryptPublic';
export * from '/rx-crypto/operators/rsa/exportKey';
export * from '/rx-crypto/operators/rsa/generateKeyPair';
export * from '/rx-crypto/operators/rsa/getKeySize';
export * from '/rx-crypto/operators/rsa/getMaxMessageSize';
export * from '/rx-crypto/operators/rsa/importKey';
export * from '/rx-crypto/operators/rsa/isEmptyKey';
export * from '/rx-crypto/operators/rsa/isPrivate';
export * from '/rx-crypto/operators/rsa/isPublic';
export * from '/rx-crypto/operators/rsa/sign';
export * from '/rx-crypto/operators/rsa/verify';