Need for asymmetric encryption in adonisjs 5 #4156
Unanswered
aravindbalaji-ngp
asked this question in
Help
Replies: 1 comment
-
I think you can use the Node.js crypto module directly or maybe use a battle tested module from npm. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Adonis currently uses single key for encryption and decryption, but my requirement is a asymmetric encryption method where we would require a public key for encryption and private key for decryption.
Beta Was this translation helpful? Give feedback.
All reactions