Answer the question
In order to leave comments, you need to log in
Is ssl enough to secure data?
I am learning programming by writing a simple web application with authorization. Now I understand the basics of security. And some moments are confusing - for example, by default, the password is transmitted to the server in unencrypted form. Is this normal practice? I go on the Internet and everything that I dug up - a) on the server, the password for storage is hashed; b) use ssl to connect. is that enough?
Answer the question
In order to leave comments, you need to log in
A properly configured ssl will protect the data during transmission between the client and the server. And data storage has nothing to do with it.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question