-
🔆 @florentThis could be used the following way:
Integer hash_version = 1; String plainPAN = "1000022200000026"; String pan_hash = PanHasher.hash(hash_version, plainPAN); String encryptedMessage = PanHasher.encrypt(hash_version, pan_hash); // Do something with encryptedMessage SomeSDK.send(encryptedMessage);
Edited by Florent Limandas
Please register or sign in to comment