Digital signatures play a crucial role in securing data integrity and authenticity across modern systems. Whether it’s signing documents, verifying … More
Author: Sefik Serengil
Elliptic Curve Cryptography In Python
Elliptic Curve Cryptography (ECC) has become a cornerstone of modern cryptographic systems. From signing blockchain transactions to securing encrypted messaging, … More
I Became a Microsoft MVP!
Receiving recognition for your contributions to the global tech community is a deeply rewarding experience—especially when it comes from a … More
Vector Similarity Search with Partially Homomorphic Encryption in Python
Vector embeddings are used in many modern applications, including facial recognition, recommendation systems, reverse image search, and large language models … More
A Gentle Introduction to Elliptic Curves Over Binary Fields
Elliptic curves are a fascinating and important mathematical concept, widely used in cryptography. In most cryptographic applications, elliptic curves are … More
Breaking RSA’s Hegemony: Elliptic Curve Cryptography in GPG’s New Defaults
In the world of cryptography, few algorithms have held as much dominance and trust as RSA. For decades, RSA (Rivest-Shamir-Adleman) … More
A Gentle Introduction to GPG for Encrypted Message Exchange
Have you ever noticed that some people, especially those in cryptography or tech-savvy circles, include their GPG key in their … More
How to Write Idempotent Python Codes
In software development, ensuring that your programs behave consistently is crucial, especially when dealing with large data sets or critical … More
Best Practices to Variable Management in Python Web Services
Environment variables play a critical role in web services, enabling secure management of sensitive data, configuration settings, and API keys. … More
A Minimalist Guide to Dependency Injection in Flask-based Python Web Services
In the world of web development, managing dependencies efficiently is crucial for building scalable and maintainable applications. One powerful design … More