Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update crypto.createCipher() to crypto.createCipheriv() #43

Closed
wants to merge 1 commit into from
Closed

Update crypto.createCipher() to crypto.createCipheriv() #43

wants to merge 1 commit into from

Conversation

danielsharvey
Copy link
Contributor

Addresses warning nodejs/node#16746 (closes #42)

@jas-
Copy link
Collaborator

jas- commented Feb 26, 2019

@danielsharvey Thanks for providing this! Currently however it doesn't support the CCM or GCM AES cipher modes. A new branch is in progress to address this as well as a couple of other issues such as the incorrect encrypt then MAC, lack of a key derivation to strengthen the supplied key helping protect the at rest data and of course the need to move away from the legacy createCipher

@danielsharvey
Copy link
Contributor Author

danielsharvey commented Feb 28, 2019

Thanks @jas-, I hadn't realised this was in progress (see https://github.com/jas-/connect-mysql-fork/commit/d6581b2980de068c0e0e7ca4d91f0b2def8ac49c).

@jas-
Copy link
Collaborator

jas- commented Feb 28, 2019

@danielsharvey Thanks for providing this and the second set of eyes!

@jas- jas- closed this Feb 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cipheriv warning in Node 8
2 participants