计算机科学
散列函数
碰撞
Python(编程语言)
认证(法律)
计算机工程
双重哈希
报文认证码
透视图(图形)
计算机安全
理论计算机科学
算法
计算机硬件
内存地址
嵌入式系统
内存管理
通用哈希
哈希表
计算机数据存储
作者
Jeffrey Ferdinand Hartono,Immanuel Christian Suharjo,Sidharta Sidharta
标识
DOI:10.1016/j.procs.2025.08.293
摘要
Protecting important data, such as password, is just as important as securing a system. Storing important data in a hash form offers better security. This study compares two hashing algorithms, Argon2, specifically Argon2id, and Bcrypt without any parameter modification, and is done directly in Python programming language. By comparing the two algorithms in terms of speed, avalanche effect metric, collision resistance, and memory cost, the trade-off between security and performance could be made. From a performance perspective, Argon2id is superior to Bcrypt in terms of speed (faster processing time) and storage (consume less storage). But Bcrypt has better performance in terms of memory cost, since it uses less memory (less memory cost). From a security perspective though, Argon2id is better in terms of memory cost (consume more memory) and avalanche effect (higher average avalanche metric). On the other hand, Bcrypt wins in terms of security, in output length (since it has longer output) and speed (slower processing time) aspects. In short, Argon2id is better in terms of performance, while both offers good security. This research also provides insight for the developers about the importance of knowing the algorithm that they are using to secure the data, to tune the parameters of the hashing algorithm if possible.
科研通智能强力驱动
Strongly Powered by AbleSci AI