Tag

File Security

0 views collected around this technical thread.

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
php中文网 Courses
php中文网 Courses
Nov 18, 2022 · Information Security

Secure File Name, Content, Permission, and Server Handling in PHP

This article explains how to safely process uploaded file names, sanitize file contents, set appropriate Linux permissions, and handle file storage in PHP, while also providing code examples and a brief announcement for a PHP training class.

File SecurityPHPfilename sanitization
0 likes · 6 min read
Secure File Name, Content, Permission, and Server Handling in PHP