question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Node v8.9.4] Warning: Use Cipheriv for counter mode of aes-256-ctr

See original GitHub issue

Hi @balor

Warning: Use Cipheriv for counter mode of aes-256-ctr

Please help us to fix. Thanks.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:1
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
balorcommented, Jun 27, 2018

I’ll try to finish everything till the end of this week.

2reactions
balorcommented, Jun 27, 2018

All right, decided I’ll go with the first option, use createCipheriv exclusively and bump major version to 1.0.0 as this will be breaking changes.

Concretely, if You’re using encryption, after upgrade to 1.0.0 old session data will become unreadable. Positive side of this approach is cleaner code and security consistency on designated session data.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Use Cipheriv for counter mode of aes-256-ctr · Issue #12147 ...
Issue Description We faced next warning into all our builds pipelines: Tasks: Install an Apple provisioning profile, Xcode, PowerShell, ...
Read more >
Warning: Use Cipheriv for counter mode of aes-256-ctr
I was having a similar issue and after running through this node issue and looking at the bottom of this section it ...
Read more >
Lot of Node related warnings when executing Azure pipelines ...
We are seeing lot of warnings of the following kind in our builds. It seems to have started happening since few weeks ago...
Read more >
use cipheriv for counter mode of aes-256-ctr azure devops
Azure DevOps pipelines. warning: use cipheriv for counter mode of aes-256-ctr appcenter. The following are 30 code examples for showing how to use...
Read more >
Developers - (node:16163) Warning: Use Cipheriv for counter mode ...
(node:16163) Warning: Use Cipheriv for counter mode of aes-256-ctr Error After Upgrading To Node v8.9.0.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found