wemove/read2burn

DeprecationWarning: Buffer(), DeprecationWarning: crypto.createCipher

Closed this issue · 3 comments

Hi,
getting this:

(node:4070) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
(Use `node-default --trace-deprecation ...` to show where the warning was created)
(node:4070) [DEP0106] DeprecationWarning: crypto.createCipher is deprecated.
Inserted hmytekpt with ID ...

Thanks for checking. I am aware about this and have a patch in work. Not as simple as I thought, because I dont want to loose existing entries, so the old encryption must still be supported.

I refactored the code a bit to fix the security issues:

Update libraries
Update encryption method
Validate request parameters
Keep compatibility with older, existing entries

Please check out https://github.com/wemove/read2burn/releases/tag/0.7.0

I refactored the code a bit to fix the security issues:

Update libraries
Update encryption method
Validate request parameters
Keep compatibility with older, existing entries

Please check out https://github.com/wemove/read2burn/releases/tag/0.7.0

works 👍
Thank you