want to implement poor man’s ssl only to encrypt certain fields of only one form using RSA. Is JS better or should I go for Applet ?
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.
Why not just use normal man’s SSL to encrypt the whole page?
Rolling one’s own encryption is a risky business and unless you have a very good reason for it, you’re likely to cause more security problems for yourself than you solve.
What is your objective and why is SSL not a viable option?