Cryptography
The crypto module in Node.js is directly exposed to the EntityRepo's Infrastructure object. It can be accessed using -
// where crypto is the crypto library
let cryptoLib = this.entityRepo.infrastructure().crypto;
The crypto module in Node.js is directly exposed to the EntityRepo's Infrastructure object. It can be accessed using -