GAwesomeBot / bot

A super Awesome Discord bot
https://gawesomebot.com
GNU General Public License v2.0
392 stars 185 forks source link

👽 createCipher and createDecipher are deprecated in node v10 #277

Closed TTtie closed 6 years ago

TTtie commented 6 years ago

Please describe the problem you are having in as much detail as possible: Not really for now. But once soon, it may break the whole bot by the said methods being removed.

Include some reproduction steps: None

Further details: Check node.js changelog
For information:

Gilbert142 commented 6 years ago

All DeprecationWarnings are seen as bugs over here, we want to avoid all of them at any cost!

TTtie commented 6 years ago

Looks like it is just only deprecated on the documentation side for now.

However, using the specified methods in the title is insecure as stated here

TTtie commented 6 years ago

Fixed with c8ef8ed.