I want to be able to handle special characters and the ' " marks in my password application. I can insert the special characters using Oracle through the back end, so I should be able to do this thru the GUI using ColdFusion.
1) How will I handle it when they may have &,#,'or" entered in their password string? Is there some encoding thing I can use like the URLEncodedFormat?
Thank You!!
1) How will I handle it when they may have &,#,'or" entered in their password string? Is there some encoding thing I can use like the URLEncodedFormat?
Thank You!!