- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
After executing "./initcert.js" commmand in MCU server, I am getting the below warning message
(node:7775) Warning: Use Cipheriv for counter mode of aes-256-ctr
I understand that we need to use crypto.createCipheriv(), instead of crypto.createCipher(). But, where I have to change this? What is the file name?
Hence, request you to help us to resolve the issue.
Thank you.
Best Regards,
Chandramouli.
- Tags:
- HTML5
- JavaScript*
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This warning will not impact the basic functionality, and we will update this in the future release. If you want to replace by yourself, please find cipher.js in MCU package and backup the file, then replace crypto.createCipher() with crypto.createCipheriv()
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Any update would be appreciated. Thank you.
Best Regards,
Chandramouli.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
Any help would be appreciated.
Thank you.
Best Regards,
Chandramouli.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
This warning will not impact the basic functionality, and we will update this in the future release. If you want to replace by yourself, please find cipher.js in MCU package and backup the file, then replace crypto.createCipher() with crypto.createCipheriv()
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello Qiujiao,
Thank you for your reply. As you suggested, I replaced in cipher.js and tested. But, sometimes, I am getting strange errors. As there is no impact on the functionality, I want to leave this for now and continue as usual. We will wait for the future release.
Thank you.
Best Regards,
Chandramouli.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page