how to send the password,bank account, credit card information using JSON POST method,We cant send it as plain text. How to use encryption/Decryption method for sending this highly important data?
Three major problem :
- How to encrypt data ? (Data means password,bank account, credit card information).
- How to send this encrypt data using web service (JSON format)?
- How to retrieved this data from server and decrypt ?
No comments:
Post a Comment