i want to generate a unique key in my web service (WCF) , to asign to a user, it should be minimum 32bit, what is the best way to di it,
It would be asigned as a registration number for that user , and would be valid for 23 days,
i thought of using time stamp and encoding it using RSA,]
Whats would be the best practice
Regards Nakul Kundra