Tag

pycryptodome

1 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
Python Programming Learning Circle
Python Programming Learning Circle
Feb 15, 2025 · Information Security

Building a File Encrypter in Python with AES and PBKDF2

This tutorial walks readers through building a Python‑based file encrypter using the Pycryptodome library, covering AES‑CBC encryption, PBKDF2 key derivation, functions for encrypting and decrypting files, environment setup on Windows, macOS and Linux, and a simple driver script for testing.

AESEncryptionFile Security
0 likes · 12 min read
Building a File Encrypter in Python with AES and PBKDF2
Python Programming Learning Circle
Python Programming Learning Circle
Nov 10, 2020 · Backend Development

Scraping Encrypted M3U8 Video Streams with Python and PyCryptodome

This article explains how to capture a video site's POST data with Fiddler, locate encrypted M3U8 stream URLs, and use Python 3 with the pycryptodome library to decrypt and download the video files for playback or conversion.

PythonWeb Scrapingdecryption
0 likes · 2 min read
Scraping Encrypted M3U8 Video Streams with Python and PyCryptodome