node-simple-encryptor icon indicating copy to clipboard operation
node-simple-encryptor copied to clipboard

Simplified encryption/decryption for node.js

Results 4 node-simple-encryptor issues
Sort by recently updated
recently updated
newest added

Has anyone used PHP to decrypt the encrypted text with this package? I am wanting to make something in PHP that can decrypt and use something from my database which...

Encrypt can accept null, and yet decrypt returns null on success or on failure. This is a bad design choice. There's no way to identify an error on null. One...

I have a lot of pieces of data in a database, each encrypted and decrypted at different times. Although the encryption key is likely to change rarely, I'd still like...