I have to generate two keys (private and public) to encrypt a text with the public and let the user with the private key decrypt the text.
Is it possible with the mo
child_process route is a terrible and non-scalable solution imo. Stay away.
I chose to go with keypair instead.