Service for encrypting data to send to Nuance (Virtual Assistance) The configuration here (and algorithm) needs to match that in userid-recovery-api which contains the decryption code
Make a Nuance safe hash value from a raw value by hashing and then mapping non-alphanumeric characters to alphanumeric characters. Why? Nuance cannot handle chars such as "+", "-", "%" etc Algorithm takes any non-alpha char and maps to A - Z
Make a Nuance safe hash value from a raw value by hashing and then mapping non-alphanumeric characters to alphanumeric characters. Why? Nuance cannot handle chars such as "+", "-", "%" etc Algorithm takes any non-alpha char and maps to A - Z