File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
website/pages/docs/secrets/transform Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -189,6 +189,16 @@ valid input lengths would be between 6 and 56 characters. This is because
189189Of course, in the case of credit card numbers valid input would always be 16
190190decimal digits.
191191
192+ #### Output Limitations
193+
194+ After transformation and formatting by the template, the value is an encrypted
195+ version of the input with the format preserved. However, the value itself may
196+ be *invalid* with respect to other standards. For example the output credit card
197+ number may not validate (it likely won't create a valid check digit).
198+
199+ So one must consider when the outputs are stored whether validation in storage
200+ may reject them.
201+
192202### Masking
193203
194204Masking performs replacement of matched characters on the input value with a
You can’t perform that action at this time.
0 commit comments