Tag

symmetric

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
May 30, 2025 · Information Security

How to Secure Data Transmission with PHP: HTTPS, Symmetric and Asymmetric Encryption

This article explains why encrypting data transmission is essential, and demonstrates three PHP-based methods—using HTTPS, symmetric encryption (e.g., AES), and asymmetric encryption with OpenSSL—to protect communication, along with sample code and key management tips.

Data SecurityHTTPSOpenSSL
0 likes · 4 min read
How to Secure Data Transmission with PHP: HTTPS, Symmetric and Asymmetric Encryption
php中文网 Courses
php中文网 Courses
Jan 26, 2024 · Information Security

Understanding Encryption: Symmetric and Asymmetric Algorithms with Code Examples

This article explains the fundamentals of encryption, covering symmetric and asymmetric key methods, algorithm mechanics, security considerations, real‑world applications, and provides PHP code samples for AES, RSA key generation, and secure API communication.

PHPasymmetriccryptography
0 likes · 11 min read
Understanding Encryption: Symmetric and Asymmetric Algorithms with Code Examples
IT Services Circle
IT Services Circle
Aug 22, 2023 · Information Security

Understanding Symmetric and Asymmetric Encryption: Public/Private Keys, AES, and RSA

This article explains the basic concepts of encryption, distinguishes between symmetric and asymmetric methods, describes how public and private keys work, and compares common algorithms such as AES and RSA, highlighting their security properties, performance trade‑offs, and typical use cases.

AESRSAasymmetric
0 likes · 8 min read
Understanding Symmetric and Asymmetric Encryption: Public/Private Keys, AES, and RSA