English

From Struggle to Simplicity with a Usable and Secure API for Encryption in Java

Cryptography and Security 2024-09-10 v1 Software Engineering

Abstract

Cryptography misuses are prevalent in the wild. Crypto APIs are hard to use for developers, and static analysis tools do not detect every misuse. We developed SafEncrypt, an API that streamlines encryption tasks for Java developers. It is built on top of the native Java Cryptography Architecture, and it shields developers from crypto complexities and erroneous low-level details. Experiments showed that SafEncrypt is suitable for developers with varying levels of experience.

Cite

@article{arxiv.2409.05128,
  title  = {From Struggle to Simplicity with a Usable and Secure API for Encryption in Java},
  author = {Ehsan Firouzi and Ammar Mansuri and Mohammad Ghafari and Maziar Kaveh},
  journal= {arXiv preprint arXiv:2409.05128},
  year   = {2024}
}

Comments

ESEM 2024

R2 v1 2026-06-28T18:37:47.301Z