Are there any opensource java libraries that can be used to tokenize PANs (Credit Card numbers)?
Need the first 6 digits and last 4 digits to be preserved. The tokens generated are short lived. So, need to minimize the chance of any clashes. Just wanted to check whether there is any library available, before starting to write any custom code.