Not at all I'll check it out Thank you
I believe That is the common principle of encryption data at front end, for a asymmetric encryption you should encrypt with a public key using eg. rs256 (using a js library) that will be decrypt into back end with a proper private key. Only thing that remains in my mind is **how to protect the public key** used at my front application. Do you know?
Обсуждают сегодня