Tagged articles

SHA-256

7 articles · Page 1 of 1
Top Architect
Top Architect
Jun 6, 2026 · Information Security

Elegant API Encryption & Decryption: A Detailed Design and Implementation

This article presents a comprehensive solution for securing API interfaces by combining symmetric and asymmetric encryption, hashing, and signature techniques, illustrating the design, key exchange, data protection workflow, code implementation, and security analysis to prevent tampering, replay attacks, and unauthorized access.

AESAPI securityDecryption
0 likes · 14 min read
Elegant API Encryption & Decryption: A Detailed Design and Implementation
DevOps Coach
DevOps Coach
Jan 4, 2026 · Fundamentals

Git 2.52 Unveiled: New Features, Security Risks, and How to Ready for Git 3.0

Git 2.52 introduces smarter repository introspection commands, faster tree-level blame, usability tweaks, and paves the way for Git 3.0 with SHA‑256 hashing, a Rust‑driven core, and modern defaults, while a new Shai‑Hulud worm highlights emerging security threats across GitHub and CI/CD pipelines, urging developers to upgrade and harden their workflows.

Git 2.52Git 3.0SHA-256
0 likes · 12 min read
Git 2.52 Unveiled: New Features, Security Risks, and How to Ready for Git 3.0
Programmer1970
Programmer1970
Sep 6, 2025 · Information Security

How URL Signing Works: Principles, Implementation, and Secure Practices

This article explains the cryptographic foundations of URL signing, details a step‑by‑step construction and HMAC‑SHA256 generation process, showcases Java implementations for signing and verification, discusses key‑management options, security hardening techniques, production best practices, and compares the approach with AWS Signature V4 and Tencent COS.

Cloud storage securityHMACSHA-256
0 likes · 11 min read
How URL Signing Works: Principles, Implementation, and Secure Practices
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
php Courses
php Courses
May 23, 2022 · Information Security

Implementing the SHA-256 Hash Algorithm in PHP from Scratch

This article explains the theory behind cryptographic hash functions and provides a complete PHP implementation of the SHA‑256 algorithm, detailing each processing step—from converting strings to binary to final compression—along with supporting helper functions and reference tables.

Binary OperationsSHA-256cryptography
0 likes · 19 min read
Implementing the SHA-256 Hash Algorithm in PHP from Scratch