I'm working on an app that is almost finished. The only part which is now left is encrypting credit card info.Here the process flow:My backend receives the cc number, date, CVV which my backend now passes to authorize.net I want that, card info that is sent by the client-side must be encrypted before it's received by the backend. So backend will decrypt is using the provided key.So which client-side library basically JS, is best suited for this?
Submitted November 15, 2019 at 02:57AM by pverma8172
No comments:
Post a Comment