CRFeb 19, 2021

"Do this! Do that!, And nothing will happen" Do specifications lead to securely stored passwords?

arXiv:2102.09790v1
Originality Synthesis-oriented
AI Analysis

This addresses the problem of insecure password storage in software development, highlighting a need for better tools, but is incremental in its findings.

The study investigated whether prompting developers to write specifications improves password storage security, finding a small positive effect but overall frequent failures in secure implementation despite developer confidence.

Does the act of writing a specification (how the code should behave) for a piece of security sensitive code lead to developers producing more secure code? We asked 138 developers to write a snippet of code to store a password: Half of them were asked to write down a specification of how the code should behave before writing the program, the other half were asked to write the code but without being prompted to write a specification first. We find that explicitly prompting developers to write a specification has a small positive effect on the security of password storage approaches implemented. However, developers often fail to store passwords securely, despite claiming to be confident and knowledgeable in their approaches, and despite considering an appropriate range of threats. We find a need for developer-centered usable mechanisms for telling developers how to store passwords: lists of what they must do are not working.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes