Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Psudonym

843811Oct 5 2009 — edited Oct 5 2009
Hi

I performed Enc/dec using AES, hashing, then digital sig of hash, and succesfuly did the reverse of all these on reciver side. now i want to hide the source and destination ids, is there any function/class which genertae pseudonym or alternativevly i want to perform this function

Pseonym Pu= H(r.Id)

where H= hash
r= genertaing random no
Id= opt@a.com

I want to first genatere a random no and then concatenate it with id and then taking hash of all thses to get pseodnym.

can anyone help me while coding this or direct function of pesdonym

thanks.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 2 2009
Added on Oct 5 2009
3 comments
138 views