Convert encrypted bytes to String
843810Jun 21 2002 — edited Jun 25 2002Hi, I currently have problem converting the encrypted bytes (Triple Des Encryption) to String and retrieving back the original encrypted bytes from the String. I've tried the create the String using the String(bytes[], String) constructors and the getBytes(String) of the String class but fail to retrieve back the orginal encrypted bytes. May I know anyone can help me with this urgent problem of mine? Thanks.