0 Replies Latest reply on Nov 25, 2007 10:49 AM by progzmaster

    Richfaces security

    progzmaster

      Hi
      I want to create registration/login form using jsf/richfaces.
      I want also to apply to it special security protection so that the user data will be hashed by some hash function before sending it over the wire to the server. This can protect from ip packets capturing.

      I think that form validation should be accomplished using client side only and when data is correct it could be send over internet in hashed form.

      How can I achieve that using richfaces/jsf where there are ajax calls and data is sent without any encryption or protection ?