A simples RNCrytpor implementation for NodeJS with native crypto module
$ npm install node-rncryptor
const RNCryptor = require('node-rncryptor');
RNCryptor.encrypt('text', 'password', { optionsFromEncryptedSource: '', iv: '', key: '' });
//=> 'das90d9012o21sj21is21iw9012iw'
Type: string
Lorem ipsum.
Type: string
Lorem ipsum.
Type: object
Type: string
Allows to encrypt using options from a existing RNCryptor string
Type: string
Lorem ipsum.
Type: string
Lorem ipsum.