Project 01 — Graduation Project
Data Encryption App — AES & RSA
A Python-based encryption application developed as a graduation project, designed to securely encrypt and decrypt sensitive data using both AES symmetric encryption and RSA asymmetric encryption — ensuring data confidentiality and secure storage.
Key Features
AES and RSA encryption for secure data storage and transmission. Password-based key generation using PBKDF2HMAC. Full file encryption and decryption support with a clean interface for managing sensitive data.
Challenges & Skills
Gained practical experience in cryptographic techniques, key management, and secure programming practices. Implemented both symmetric and asymmetric encryption in a single unified application.