README
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.