How to encrypt the password before on submit in wicket? -
now getting password user typed string in model, want encrypt password before on submit , set in model need decrypt encrypted password in server side?
you can use https://github.com/brix/crypto-js encrypt password on client side , use same crypto algorithms @ server side java decrypt it.
but don't see why need yourself. use https , there no need of such manual work.
Comments
Post a Comment