Reputation: 4741
What is the easiest way to generate encoded hex 32 string from input string and some number(For example (for start) I could use not a number but current date)? In c# I have used PasswordDeriveBytes for such kind of issues. Is there some analog in java?
Upvotes: 0
Views: 50