Tagged articles
5 articles
Page 1 of 1
macrozheng
macrozheng
May 9, 2024 · Information Security

Why Servers Never Store Your Original Password: A Deep Dive into Secure Hashing

This article explains why servers cannot know your original password, covering the principles of password hashing, the difference between cryptographic and non‑cryptographic hash functions, the role of salts, and a Java example using SHA‑256 with salt to securely store passwords.

SHA-256cryptographyjava
0 likes · 6 min read
Why Servers Never Store Your Original Password: A Deep Dive into Secure Hashing
MaGe Linux Operations
MaGe Linux Operations
Feb 18, 2016 · Operations

Salt vs Ansible: Which Configuration Management Tool Wins for Speed, Security, and Scalability?

After hands‑on experience with both Salt and Ansible, the author compares their terminology, architecture, community support, speed, code structure, security, auditing, deployment, learning curve, and documentation, concluding that Ansible excels in ease of use while Salt offers superior scalability and performance for cloud environments.

AnsibleConfiguration ManagementDevOps
0 likes · 14 min read
Salt vs Ansible: Which Configuration Management Tool Wins for Speed, Security, and Scalability?
21CTO
21CTO
Nov 29, 2015 · Information Security

How Frontend Slow Encryption Boosts Password Security and Defends Against Data Breaches

This article explains the concept of front‑end slow encryption, why making password hashing deliberately slower improves resistance to brute‑force attacks, how to implement it with salts and variable work factors, and the trade‑offs in performance, usability, and server resource consumption.

client‑side encryptionfrontendpassword security
0 likes · 20 min read
How Frontend Slow Encryption Boosts Password Security and Defends Against Data Breaches