I am in search of Java implementation of the DES algorithm where I want a string as input. Can anybody guide me where to find it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As @m0skit0 pointed out, you need
inputString.getBytes(), here is a sample code link also http://java-espresso.blogspot.com/2011/09/des-algorithm-code-in-java.html