16.4k views
1 vote
_____________ satisfies the "protects data" OWASP 2016 best practices by ensuring that network traffic is secure.

1 Answer

2 votes

Final answer:

Securing network traffic to protect data according to OWASP best practices can be achieved by using HTTPS, which encrypts data during transit. Additionally, encrypting data at rest and implementing strict access control measures further enhance data security.

Step-by-step explanation:

The statement refers to a technique or protocol that satisfies the "protects data" OWASP 2016 best practices by ensuring that network traffic is secure. This is commonly achieved through the implementation of secure communication protocols such as HTTPS, which stands for Hypertext Transfer Protocol Secure. Using HTTPS, data is encrypted from the point of transmission to the point of receipt, thus guarding against eavesdropping, theft, or tampering by third parties.

Another important aspect of securing data in accordance to OWASP best practices is the proper management of access control. This means ensuring that only authorized users have the ability to read, write, or modify data. Moreover, data should be encrypted at rest as well, which means that it is stored in an encrypted format on disk or any other permanent storage. This protects the data in case the storage medium is compromised.

Combining encryption of data in transit with encryption of data at rest and rigorous access control measures provides a robust defense against many common security threats, thus maintaining the integrity and confidentiality of the data.

User Walter Gandarella
by
8.5k points