Tag

DES

0 views collected around this technical thread.

Test Development Learning Exchange
Test Development Learning Exchange
Mar 23, 2025 · Information Security

Implementing Symmetric Encryption in API Automation Testing with Python

This article explains the fundamentals of symmetric encryption, presents Python examples for AES and DES using the pycryptodome library, demonstrates how to encrypt API request data, and outlines key management and performance considerations for secure API automation testing.

AESAPI TestingDES
0 likes · 6 min read
Implementing Symmetric Encryption in API Automation Testing with Python
Laravel Tech Community
Laravel Tech Community
Jun 21, 2022 · Information Security

Using PHP mcrypt for Symmetric Encryption: DES and AES Code Examples

This article explains symmetric encryption concepts, lists common algorithms, and demonstrates how to use PHP's mcrypt extension to perform DES and AES encryption and decryption in various modes with complete code examples.

AESDESPHP
0 likes · 7 min read
Using PHP mcrypt for Symmetric Encryption: DES and AES Code Examples
Fulu Network R&D Team
Fulu Network R&D Team
Sep 11, 2020 · Information Security

Symmetric Encryption Algorithms in .NET Core Using BouncyCastle

This article introduces symmetric encryption algorithms such as DES, 3DES, and AES, explains their principles, advantages and drawbacks, and provides complete .NET Core sample code using the BouncyCastle library for encryption and decryption with various padding modes.

.NET Core3DESAES
0 likes · 21 min read
Symmetric Encryption Algorithms in .NET Core Using BouncyCastle
360 Quality & Efficiency
360 Quality & Efficiency
Mar 7, 2018 · Information Security

Understanding AES Encryption: History, Concepts, and Application in Android SDK

An Android SDK project's shift from HTTPS to RSA‑encrypted HTTP prompts a deep dive into AES encryption, tracing its historical roots from early ciphers through DES and Triple‑DES, culminating in the Rijndael design, while illustrating core cryptographic concepts of confusion, diffusion, and secret keys.

AESAndroidDES
0 likes · 6 min read
Understanding AES Encryption: History, Concepts, and Application in Android SDK