Skip to content

Latest commit

 

History

History
executable file
·
25 lines (19 loc) · 598 Bytes

README.md

File metadata and controls

executable file
·
25 lines (19 loc) · 598 Bytes

pay_form

Demo of Web-tier integration with the awesome data security capability at: https://www.verygoodsecurity.com/

Demo at: http://www.gordonyoung.us

A very simplistic demo of format-preserving tokenization of form data

1. enter a valid test card number
MasterCard	5105105105105100
Visa		4111111111111111
Visa		4012888888881881
etc.

The response:
Response token: {"CCN":"*"}
demonstrates AES based "Format Preserving" transform in the sensitve field

Gordon Young GordonYoung