Lately we started using your library for some convenience methods for storing encrypted data.
Great work!
To the point. In the encrypt/decrypt method you name the generated key as ephemeral which is incorrect according to key cryptography, as far as I know, and should be named: "Symmetric key agreement key" according to wiki
Hi there guys,
Lately we started using your library for some convenience methods for storing encrypted data. Great work!
To the point. In the encrypt/decrypt method you name the generated key as ephemeral which is incorrect according to key cryptography, as far as I know, and should be named: "Symmetric key agreement key" according to wiki