Hai,
I am facing one problem in Encryption(Java ). I want to get a string from the user and split that string into characters. After splitting that string into characters, i am changing that character into integer and adding some value to it. what my problem is after adding that value i want change that into String and Store that String in the database.
Thanks in Advance
I am facing one problem in Encryption(Java ). I want to get a string from the user and split that string into characters. After splitting that string into characters, i am changing that character into integer and adding some value to it. what my problem is after adding that value i want change that into String and Store that String in the database.
Thanks in Advance
Comment