Hi,
We take the email of the user as an input and need to generate a unique 10-character key from this email. The logic to generate the key should be such that the next time it is used the same key is generated for the same email address. The key can be alphanumeric, but at most 10 characters.
Any ideas, suggestions?
Thanks,
Shweta
We take the email of the user as an input and need to generate a unique 10-character key from this email. The logic to generate the key should be such that the next time it is used the same key is generated for the same email address. The key can be alphanumeric, but at most 10 characters.
Any ideas, suggestions?
Thanks,
Shweta