K
K
Kentavr162022-02-19 15:33:13
Information Security
Kentavr16, 2022-02-19 15:33:13

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

2 answer(s)
D
Dr. Bacon, 2022-02-19
@bacon

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.

C
CityCat4, 2022-02-20
@CityCat4

The password is transmitted unencrypted - yes. Because otherwise there is no way to check it. But usually it is transmitted over an encrypted channel that was previously installed.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question