Archives
Azure-based Website View Counter
Overview This project demonstrates how to build a real-time, serverless view counter for a website using Microsoft Azure. The counter tracks each page visit securely and displays the data live on a WordPress-based portfolio. It serves as a practical example of combining cloud computing, API development, and secure serverless architecture in one seamless solution. As…
Encryption Methods Using Python
Simulate different Encryption methods here ➚ Overview Encryption methods can be broadly categorized into symmetric, asymmetric, and hashing (non-reversible transformations). 🔐 1. Symmetric Key Encryption Single key used for both encryption and decryption. Fast and suitable for bulk data encryption. Key must be securely shared between parties. Examples: AES (Advanced Encryption Standard): Block cipher, 128-bit…