You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configured with the environment property ${jpos.util.bin.length}, it
should be a comma separated list of bines.
For example, if there are two 8 length bines "4000000" and "2000000",
then this property should be:
jpos.util.bin.length = 4000000,2000000
fixesjpos#475
Signed-off-by: Arturo Volpe <avolpe@fintech.works>
@barspi this PR #496 has a initial approach to solve this issue, the idea is that we have a Environment property that has the list of 8 length bines and we use that to protect.
We can update the format/name of the property, if is useful, I will update the support for 8 length bines on Card and Cardholder.
ISOUtil#protect() should have configurable/dynamic masking of PANs to support 8-digit BINs
Come up with a flexible and backward-compatible (default) solution.
The text was updated successfully, but these errors were encountered: