Skip to content
  • This 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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment