java - GWT RPC: Is it secure to send plain-text password -
I have a question about how to send a password to the server from the GWT web app on the wire.
My client talks to the server using HTTPS I understand that GWT RPC uses HTTP post to communicate, so I think that sending a plain-text password using GWT RPC Okay for
Am I wrong? Is there any other option for securely sending passwords between GWT client and server?
Many thanks
No problem because you can use HTTPS Are there.
If you have a narrow edge in your mind then you can send the wire like password..card number in a safe way
this is a byte array key (only you know ) To encrypt your strings.
Here's one, but not at all, but here's something related.
Comments
Post a Comment