pom-security-manager-module

1.0.1 • Public • Published

Summary

Node js POM Security Manager

Usage

var init_config = {
    key_id : 'arn',
    region : 'region' 
}
SecurityManager.initiate(init_config);

SecurityManager.encrypt(new Buffer('abc','utf-8')).then(encrypted => {
    SecurityManager.decrypt(encrypted).then(decrypted => {
        console.log(decrypted.toString('utf-8'));
    });});

License

Copyright (c) 2018 The Pay-O-Matic Corporation. Copying, modifying, publishing, displaying, performing or distributing the software accompanying this notice or in which this notice is contained is strictly prohibited.

Readme

Keywords

Package Sidebar

Install

npm i pom-security-manager-module

Weekly Downloads

2

Version

1.0.1

License

ISC

Unpacked Size

3.34 kB

Total Files

5

Last publish

Collaborators

  • payomodus