Re: [w3c/payment-method-basic-card] Adding support for "encrypted basic card" (#38)

> @marcoscaceres I believe I have encountered such arrangement many times. Most of the big players probably including Worldpay provide such solutions.

Ok, excellent. So we should easily be able to get a list of exactly if anyone needs this from the WG members.

> Of course the merchant can encrypt card data as well. The motives for doing it inside the browser (through the API) are two-fold:

Right now I'm mostly interested to see how "non-trivial" it is to satisfy the use case with existing primitives (i.e., web crypto). It would be generally useful to be able to do something like JOSE - specially if you can could do: 

```JS
const encrypted = JOSE.encrypt(response.toJSON()). 
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/payment-method-basic-card/issues/38#issuecomment-319583415

Received on Wednesday, 2 August 2017 06:47:41 UTC