C# Corner
Tech
News
Videos
Forums
Trainings
Books
Live
More
Interviews
Events
Jobs
Learn
Career
Members
Blogs
Challenges
Certifications
Bounties
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Tags
No tag found
Content Filter
Articles
Videos
Blogs
Resources
News
Forums
Interviews
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Praveen Kumar(21)
Ashish Bhatnagar(5)
Sourav Bhattacharya(5)
Mahesh Chand(3)
Vijayaragavan S(3)
C# Curator(3)
Gowri S Paramasivam(3)
Tuhin Paul(3)
Ziggy Rafiq(3)
Saurav Kumar(2)
Nidhi Sharma(2)
Gowry S Paramasivam(2)
Rohit Gupta(2)
Nikunj Satasiya(2)
Rajkumar Jain(1)
Md Ansari(1)
Ahmad Mozaffar(1)
Kishor Bikram Oli(1)
Raj Bandi(1)
Sushmita Kumari(1)
Dashrath Hapani(1)
Saad Aslam(1)
Gul Md Ershad(1)
Sanjay Singh(1)
Rajendra Kumar Yerra(1)
Suprotim Agarwal(1)
Niharika Gupta(1)
Tanuj (1)
Deepak Tewatia(1)
Gohulan Somanathan(1)
Vijay Kumari(1)
Sangeetha S(1)
Vignesh Kumar(1)
Douglas Wagner (1)
Jitendra Mesavaniya(1)
Ashish Tiwari(1)
Shubhankar Banerjee(1)
Ajay Kumar(1)
Vikas Gupta(1)
Lalit Bansal(1)
Vijay Pratap Singh(1)
Mariusz Postol(1)
Kuppu Swami(1)
Mohit Mishra(1)
Keyur (1)
Nakul Chaudhari(1)
Guest User(1)
Naimish Makwana(1)
John Iwasz(1)
Aymen Amri(1)
Vinay Ayinapurapu(1)
Vikas Hooda(1)
Lokesh Varman(1)
Henry He(1)
Sourabh Somani(1)
Resources
No resource found
Role of Post-Quantum Cryptography in Blockchain: Securing Decentralized Systems Against Quantum
Jul 17, 2026.
Securing blockchain against quantum threats with Post-Quantum Cryptography (PQC). Explore NIST-standardized algorithms for resilient decentralized systems.
Classical Cryptography vs Post-Quantum Cryptography: Are We Ready for the Quantum Era?
Jun 20, 2026.
During the last few decades, classical cryptographic algorithms such as RSA and Elliptic Curve Cryptography (ECC) have served as the foundation of secure communication across the Internet. From online banking and e-commerce to cloud computing and digital signatures, these algorithms have protected sensitive information from unauthorized access.
What Is Post-Quantum Cryptography and Do I Need to Update SSL?
Mar 30, 2026.
Explore post-quantum cryptography (PQC) and its impact on SSL/TLS. Learn how quantum computers threaten current encryption and what steps to take for future-proof security.
How Does Cryptography Protect Digital Data?
Feb 18, 2026.
Explore how cryptography safeguards digital data through encryption, hashing, and digital signatures. Learn about its vital role in cybersecurity and blockchain.
Post-Quantum Cryptography at AWS
Jan 23, 2026.
Explore AWS's approach to Post-Quantum Cryptography (PQC). Learn about PQC algorithms, implementation, benefits, and how to leverage it for enhanced security against quantum threats.
Post Quantum Cryptography Explained
Nov 20, 2025.
Learn what post quantum cryptography is, how quantum computers can break RSA and ECC, and why new quantum resistant algorithms like Kyber and Dilithium are essential for future digital security. A complete guide for beginners, developers, and crypto professionals.
🔐 What Are Post-Quantum Cryptography (PQC) Methods Relevant for Blockchain?
Aug 27, 2025.
Explore post-quantum cryptography (PQC) methods like lattice-based and hash-based cryptography to future-proof blockchain against quantum computer threats.
What is the difference between symmetric and asymmetric cryptography in Blockchains?
Aug 26, 2025.
Explore symmetric vs. asymmetric cryptography in blockchain. Understand key differences, use cases, and why asymmetric encryption is vital for blockchain security.
How Quantum Computing Threatens Blockchain Cryptography ⚡🔐
Aug 26, 2025.
Explore the quantum threat to blockchain security! Learn how Shor's & Grover's algorithms jeopardize ECDSA & hash functions, and discover post-quantum defenses.
🔐 Cryptography in Blockchain
Aug 19, 2025.
This article explores the role of cryptography in blockchain technology, explaining how hashing, digital signatures, and elliptic curve cryptography (ECC) ensure security, trust, and decentralization. Developers, engineers, and blockchain enthusiasts will learn why cryptography is essential for protecting data integrity and enabling trustless systems.
🔒 How Does Cryptography Prevent Double-Spending?
Aug 18, 2025.
Double-spending is one of the biggest threats in digital money systems. This article explains how cryptography — through hashing, digital signatures, and consensus mechanisms — prevents attackers from spending the same coin twice, making blockchain secure and trustworthy.
Demystifying Crypto for .NET Developers: A Practical Guide to Modern Cryptography in C#
Jun 30, 2025.
Unlock .NET cryptography! This guide demystifies C# cryptography for developers. Learn secure password hashing, AES encryption, RSA, digital signatures, and more. Build secure .NET applications!
Implement Symmetric And Asymmetric Cryptography Algorithms With C#
Dec 09, 2017.
How to encrypt and decrypt data using Symmetric and Asymmetric algorithms using C# Programming language
Introduction To Cryptography And Caesar Cipher
Aug 25, 2016.
In this article, you will learn about Cryptography and Caesar Cipher.
Encrypt And Decrypt Files In Windows Runtime Apps Using Windows Cryptography Technique
Apr 25, 2016.
In this article, we will learn how to encrypt and decrypt files in Windows Runtime apps.
Using Cryptography in Portable Xamarin Forms (Windows Phone, Android and IOS)
Dec 23, 2014.
In this article, I will explain how to use cryptographic algorithms as common code in C# targeting multiple mobile platforms (Windows phone, Android and IOS) using Xamarin forms without depending on native functionality.
How Easy Cryptography is in VS.Net
Mar 08, 2006.
What can be done regarding the security issues? Part of the solution is to secure important data - more specifically, using strong encryption thats what we will see in this article.
What is Lattice-Based Cryptography?
Aug 19, 2025.
Lattice-based cryptography is one of the most promising areas of post-quantum cryptography. This article explains what it is, how it works, why it’s important for blockchain and modern encryption, and its future in a quantum-driven world.
What is Code-based Cryptography?
Aug 19, 2025.
Code-based cryptography is one of the most promising approaches to post-quantum cryptography (PQC). Unlike traditional cryptography that depends on factoring or elliptic curves, it relies on the hardness of decoding random linear codes. This article explains what code-based cryptography is, how it works, its importance in the quantum era, and its role in securing blockchain and digital systems.
What is elliptic curve cryptography?
Aug 18, 2025.
A deep dive into elliptic curve cryptography: discover why ECC powers blockchain, how modern curves like Curve25519 and BLS12-381 offer performance and security benefits, the emerging GPU-based acceleration (gECC), and how to implement ECC in C#. Plus, stay quantum-ready with a look at post-quantum cryptographic alternatives.
What is Post-Quantum Cryptography?
Aug 18, 2025.
Post-Quantum Cryptography (PQC) refers to cryptographic algorithms designed to secure digital communication against attacks by quantum computers. Conventional algorithms such as RSA, Diffie–Hellman, and Elliptic Curve Cryptography (ECC) are vulnerable to Shor’s algorithm, which allows efficient factorization and discrete logarithm solving.
Implementing Data Protection and Encryption with System.Security.Cryptography
Mar 30, 2025.
Learn how to implement data protection and encryption in C# using the System.Security.Cryptography namespace.
Cryptography actions with Hashing in Desktop flow using Microsoft Power Automate
Jun 19, 2023.
Reading this article, you can learn how to apply hashing using Hash text action, Hash from file action, Hash text with key action and Hash from file with key action with Desktop flow in Microsoft Power Automate.
Cryptography actions with File in Desktop flow using Microsoft Power Automate
Jun 16, 2023.
Reading this article, you can learn how to encrypt or decrypt a file using Encrypt from file with AES action and Decrypt to file with AES action with the Desktop flow in Microsoft Power Automate
Cryptography Actions with Plain Text in Desktop Flow using Microsoft Power Automate
Jun 15, 2023.
Reading this article, you can learn how to encrypt or decrypt plain text using Encrypt text with AES action and Decrypt text with AES action with Desktop flow in Microsoft Power Automate.
Cryptography In The Digital Era
Sep 09, 2020.
This article covers different cryptographic techniques that ensure data Confidentiality, Integrity and Availability.Information Security involves preventing or at least reducing the probability of unauthorized/inappropriate access to data, or the unlawful use, disclosure, disruption, deletion, corruption, modification, inspection, recording, or devaluation of information.
Overview Of Cryptography
Oct 24, 2016.
This article will explain the concept of bad cryptography, which means bad or crackable encryption.
Cryptography - Data Encryption Standard (DES)
Oct 16, 2016.
In this article, you will learn about cryptography - data encryption standard (DES).
Simple Columnar Method With Multiple Rounds In Cryptography
Sep 06, 2016.
In this article, you will learn about Simple Columnar method with Multiple Rounds in Cryptography.
An Overview of Cryptography
May 01, 2014.
Cryptography is an art and science of secret communications. Cryptography is a technique used to provide security by encoding messages to make them non-readable.
Cryptography in VB.NET Part 1
Nov 10, 2012.
For any Distributed Framework or Infrastructure to be successful today it has to have an extensive support for developing secured solutions. Microsoft .NET is developed from bottom up with security in mind. It has an eclectic security infrastructure.
System.Security.Cryptography.Xml Namespace
Apr 05, 2010.
In this article I will explain you about the System.Security.Cryptography.Xml Namespace.
System.Security.Cryptography Namespace in .NET
Apr 02, 2010.
In this article I will explain you about System.Security.Cryptography Namespace in .NET.
Cryptography in .NET
Mar 28, 2010.
In this article I will explain you about Cryptography in .NET.
Cryptography in Asp.net
Sep 07, 2007.
This article explains what is Cryptography? Why it is needed? and the types of Cryptography.
Cryptography in .NET
Jul 31, 2004.
This article gives a brief overview of Cryptography and the Cryptography support provided by the .NET Framework. I begin by introducing Cryptography and then proceed to examine the various types of it. In particular, I review and analyze the various cryptography algorithms and objects supported by .NET. I conclude after proposing and briefly discussing the algorithmic technique that would work best for you.
Cryptography in Microsoft.NET Part III: Digital Certificates
Jan 08, 2003.
Part-I and II of this article discussed the basics of cryptography and its applications in real world enterprise solutions. Part-I discussed the nitty-gritty of encryption and its implementation in Microsoft .NET Framework Class Library (FCL). Part-II discussed the hashing and signature algorithms and their implementation in FCL. It also discussed the two common cryptography applications namely digital envelope & digital signature.
Cryptography in Microsoft.NET Part II: Digital Envelop and Digital Signatures
Dec 18, 2002.
Part-I of this article covered cryptography in the context of encryption. This part continues from where part-I left. It assumes that the reader understands the purpose of encryption, knows about the two types of encryption namely asymmetric encryption and symmetric encryption and the fundamental differences between them. It also assumes that the reader understands encryption-decryption classes in System.Security.Cryptography namespace and the stream based encryption model in. NET framework class library (FCL).
Cryptography in Microsoft.NET Part I: Encryption
Dec 12, 2002.
In this article, Gowry sheds lights on the basics of cryptography and how it can be implemented in .NET.
Cryptography in Microsoft.NET Part I: Encryption
Dec 12, 2002.
Microsoft .NET has pre-built solutions to all of these in each application domain, viz., ASP. NET, Web Services, Serviced Component etc. It enables building secured application by simple configuration as in ASP.NET to full fledged programmable security as in code access security and Cryptography.
Applications of Quantum Blockchain in Healthcare, Banking, E-Voting, and Digital Identity: Preparing for a Quantum-Secure Future
Jul 10, 2026.
Explore Quantum Blockchain's role in securing healthcare, banking, e-voting, and digital identity against future quantum computing threats.
Impact of Quantum Computing on Blockchain Security: Challenges and Future Perspectives
Jun 15, 2026.
Quantum computing threatens blockchain security. Learn about Shor's & Grover's algorithms, RSA, ECDSA, SHA-256 vulnerabilities, and quantum-resistant solutions.
A Study on Quantum-Resilient Blockchain for Future Digital Security
Jun 10, 2026.
Explore quantum-resilient blockchain: securing digital future against quantum computing threats with post-quantum cryptography.
Quantum-Safe Security in .NET and Visual Studio: What It Means for Developers
May 13, 2026.
Prepare for the quantum era! This article explores quantum-safe security in .NET & Visual Studio, its impact on developers, and Microsoft's approach to PQC.
Secure Password Hashing in .NET: Best Practices for Modern Applications
Mar 03, 2026.
Protect user data! Learn .NET password hashing best practices: algorithms (PBKDF2, BCrypt, Argon2), salting, iterations, and ASP.NET Core Identity for robust security.
Difference Between Symmetric and Asymmetric Encryption in Programming?
Mar 03, 2026.
Explore symmetric vs. asymmetric encryption in programming. Learn key differences, use cases, and implementation examples for secure data protection and communication.
What Is Blockchain Security and How Does It Work?
Feb 18, 2026.
Explore blockchain security: cryptography, decentralization, & consensus. Safeguard digital assets, smart contracts, & transactions in the decentralized web.
Why you should Stop using TripleDESCryptoServiceProvider
Nov 28, 2025.
A simple and clear explanation of why the .NET TripleDESCryptoServiceProvider class is deprecated, what risks it carries, and what developers should use instead—based on a real code review while working with JWT implementations.
Plonky2 and Plonky3 Toolchain: Scalable Zero-Knowledge Proofs for Blockchain and Beyond
Oct 15, 2025.
Comprehensive guide to the Plonky2 and Plonky3 toolchain—explaining their architecture, recursive proof systems, use cases, performance improvements, and applications in blockchain scalability.
Quantum Resistance in Polygon: STARK Foundations, SNARK Limits, and the Road Ahead
Oct 15, 2025.
A 2025 expert analysis of Polygon’s quantum readiness—covering STARK resilience, SNARK vulnerabilities, and practical migration paths toward post-quantum blockchain security.
How to Implement HMAC-Based Message Authentication Using Python
Oct 09, 2025.
Learn how to implement HMAC (Hash-based Message Authentication Code) in Python to secure your data and ensure message integrity. This tutorial provides a step-by-step guide, complete with a real-world simulation of securing IoT medical device telemetry during a pandemic. Discover best practices for production systems, including key rotation, context binding, and secure key management, to protect against tampering and spoofing attacks.
A Well-Known Cryptographic Technique: Cipher Text Using Python
Oct 08, 2025.
Explore cipher text, the cornerstone of digital security, with a real-world example of securing drone medical deliveries in Rwanda. This article demystifies encryption using AES-GCM in Python, providing error-free code and best practices for safeguarding sensitive data. Learn how to protect against data breaches and ensure data integrity in today's connected world.
Decoder Program for Secure Cipher Text using Python
Oct 08, 2025.
Explore secure decryption with Python using AES-GCM. This article provides a production-ready decoder implementation, emphasizing the critical role of decryption in maintaining data integrity and preventing malicious attacks. Learn best practices for safe decryption, including validation, nonce handling, and secure key storage. Understand how a robust decoder ensures trust in high-stakes environments, protecting decisions in action.
Top 10 Quantum Computing Companies and Their Innovations in 2025
Sep 26, 2025.
Discover the top 10 quantum computing companies in 2025 — from IBM, Google, Microsoft, IonQ, and Quantinuum to India’s QpiAI and QNu Labs. Learn about their latest innovations, error correction breakthroughs, quantum cryptography, and real-world use cases.
🔐 What is a Side-Channel Attack in Blockchain?
Sep 01, 2025.
Explore the hidden dangers of side-channel attacks (SCAs) in blockchain. Unlike direct attacks, SCAs exploit subtle information leaks like timing, power consumption, and network traffic to compromise wallets, smart contracts, and nodes. Learn how these attacks work, real-world examples, and essential defenses to secure blockchain's future against these stealthy threats. Understand the importance of robust implementations beyond just strong cryptography.
🔐 How Do Blockchains Handle Forward Secrecy and Session Key Rotation?
Sep 01, 2025.
Explore how blockchains tackle forward secrecy and session key rotation, crucial for security beyond cryptography and consensus. Discover how session keys, key rotation, and privacy-focused blockchains like Zcash and Monero approximate forward secrecy despite the challenges of immutability and public auditability. Learn about future solutions like post-quantum cryptography and account abstraction for enhanced security.
How Can Blockchain Systems Migrate to Quantum-Resistant Algorithms? 🔐⚛️
Aug 29, 2025.
Explore blockchain's quantum threat & migration to quantum-resistant algorithms (PQC). Learn strategies, challenges, and a roadmap for a secure future.
What is the “Harvest Now, Decrypt Later” Threat Model? 🕵️♂️⏳🔓
Aug 29, 2025.
Understand the "Harvest Now, Decrypt Later" (HNDL) threat: how adversaries are collecting encrypted data today to decrypt it with future quantum computers. Learn how to defend against it!
What is Key Encapsulation Scheme (KEM)? 🔑📦
Aug 29, 2025.
Discover Key Encapsulation Schemes (KEMs), the cryptographic protocols securing key exchange in TLS, VPNs, and post-quantum cryptography. Learn how they work!
What is a Common Quantum-Resilient Signature? 🔐⚛️
Aug 29, 2025.
Explore quantum-resilient signatures like Dilithium, Falcon, and SPHINCS+ that safeguard against quantum computer attacks. Learn about their applications and standardization.
⛓️ Why Cryptographic Agility is Critical for Blockchains?
Aug 28, 2025.
Cryptographic agility is vital for blockchain longevity. Adaptable cryptography ensures security against evolving threats like quantum computing and algorithm obsolescence.
🔐 What is Cryptographic Agility?
Aug 28, 2025.
Cryptographic agility is crucial for modern security. Learn how to adapt to evolving threats, broken algorithms, and quantum computing by design. Stay secure!
🚀 What Are Storage and Transit Quantum Attacks on Blockchains?
Aug 27, 2025.
Explore quantum attacks on blockchains: storage attacks (harvesting data for future decryption) and transit attacks (real-time transaction hijacking). Prepare now!
🔐 What is Homomorphic Encryption?
Aug 21, 2025.
Homomorphic Encryption is a powerful cryptographic technique that allows computations to be performed directly on encrypted data without needing to decrypt it first. This article explains what homomorphic encryption is, how it works, its types, use cases, and challenges.
🔐 What is Multi-Party Computation (MPC)?
Aug 21, 2025.
Multi-Party Computation (MPC) is a cryptographic technique that allows multiple parties to jointly compute a function over their inputs while keeping those inputs private. This article explains the concept of MPC, how it works, its role in blockchain and Web3 security, and real-world use cases.
🔐 What is Zero-Knowledge Proof?
Aug 18, 2025.
Learn what Zero-Knowledge Proof (ZKP) is, how it works, and why it’s becoming a core part of blockchain and Web3 security. Explore real-world use cases, advantages, and examples explained simply for developers and techies.
What’s New in .NET 10: JSON Updates & Quantum Security
Jul 18, 2025.
.NET 10 Preview 6 boosts app security with strict JSON serialization, disallowing duplicates, and introduces Post-Quantum Cryptography (PQC) support to future-proof your code against quantum threats.
How to Generate Random Numbers in Java with Code?
Dec 27, 2024.
Discover multiple techniques to generate random numbers in Java using `java.util.Random` and `Math.random()`, with detailed explanations, code examples, and practical use cases for simulations, gaming, and cryptography.
Excel Sheet Encryption using AES encryption in .Net
Dec 23, 2024.
Learn how to use AES encryption in C# to secure data by encrypting and decrypting files, including CSV or Excel. Explore FileStream, CryptoStream, and the System.Security.Cryptography namespace for robust data protection.
Encryption and Decryption using RSA (asymmetric) in Angular
Aug 30, 2024.
This guide explores implementing RSA asymmetric encryption and decryption in Angular. It covers how to integrate RSA public and private key pairs for secure data transmission.
What is JWS HMAC?
Jul 29, 2024.
Using JWS HMAC in ASP.NET is an effective way to securely handle tokens for authentication and information exchange. It ensures that the tokens are not tampered with and are from a trusted sender, providing both security and peace of mind in your web applications.
Encrypting and Decrypting Files using .NET Core
Jul 28, 2024.
Learn how to implement AES encryption and decryption in .NET Core with a detailed guide. Secure your sensitive data using systematic file encryption techniques. This comprehensive tutorial will equip .NET developers with the necessary skills to enhance data security effectively.
Impact of Quantum Computing on Data Security
Jul 17, 2024.
Explore the transformative effects of quantum computing on data security in this insightful study. Delve into the potential vulnerabilities posed by quantum algorithms to traditional encryption methods and the emergence of quantum-resistant cryptography.
Prefer Static HashData Method over ComputeHash in C# .NET
Jul 08, 2024.
In .NET, the HashData method offers a modern, efficient way to perform hashing operations, eliminating the need for instantiating hashing algorithm classes like SHA256. It simplifies code, enhances performance, and provides a consistent API for various algorithms.
Everything About NFTs: Creation to Investment Guide
Jul 01, 2024.
Explore NFTs (Non-Fungible Tokens), unique digital assets authenticated by blockchain, enabling ownership of art, music, and more. Discover their role in digital markets, from creation to trading, and their potential for artists, collectors, and investors in the evolving digital economy.
The Role of Nonces in Ethereum and EVM Transactions
Jun 19, 2024.
Explore the role of nonces in EVM-based blockchains like Ethereum. Learn how nonces ensure transaction security, prevent double-spending, and maintain blockchain integrity.
The Difference Between SSL and TLS
Jun 05, 2024.
SSL (Secure Sockets Layer) and TLS (Transport Layer Security) are encryption protocols securing data transmission over networks. TLS succeeded SSL, offering improved security and compatibility. Both facilitate secure communication between clients and servers, ensuring the confidentiality and integrity of data exchanged, crucial for online transactions and data privacy.
Encryption for Data Security: Creating Digital Certificates
May 06, 2024.
Encryption secures data by converting it into unreadable ciphertext using algorithms and keys, preventing unauthorized access. SSL/TLS certificates enable secure communication between websites and users, validating identity and encrypting data transmission
The Best Decentralized Apps of 2024
Apr 03, 2024.
Explore the world of decentralized applications (DApps) and their impact on various industries. Learn about the benefits of DApps, including privacy, security, and cost-effective transactions. Discover top DApps like PancakeSwap, Compound, OpenSea, Splinterlands, Uniswap V2 .
What is New in .NET 9
Mar 04, 2024.
.NET 9, succeeding .NET 8, places particular emphasis on cloud-native applications and enhancing performance. It will receive standard-term support (STS) for 18 months.
Cybersecurity of External Streaming Data - Confidentiality
Feb 14, 2024.
This comprehensive article delves into cybersecurity considerations for external data, focusing on streaming bitstreams. It covers encryption fundamentals, emphasizing symmetric cryptography and practical implementations like TripleDES encryption.
Understanding the One-Way Nature of HASHBYTES in SQL
Jan 05, 2024.
This article delves into the cryptographic world of hashing algorithms, emphasizing the irreversible nature of these functions. Learn why HASHBYTES, a widely-used function for creating hash values in SQL Server, isn't designed for decryption but serves as a vital tool for data integrity, password security, and more.
Secure Password Hashing with SHA-256 and Salt in Python
Dec 07, 2023.
In this article, we have discussed SHA-256 and salt. In this article, we unravel the intricacies of a clever strategy to fortify passwords—SHA-256 with salt. SHA-256, part of the SHA-2 family, transforms passwords into nearly unbreakable codes. Before diving into SHA-256, let's explore the foundation: hashing.
TripleDES Encryption and Decryption in C#
Oct 16, 2023.
Encryption is the process of rendering data unreadable to safeguard it from unauthorized access. It's widely applied in banking, e-commerce, communication, and security. TripleDES (Triple Data Encryption Standard) is a long-standing encryption method, utilizing three 56-bit keys for both encryption and decryption, also known as symmetric-key encryption. This article delves into TripleDES, elucidating its workings, strengths, and limitations. It compares TripleDES with contemporary encryption methods, placing it within the context of modern cryptography.
Security ASP.net Core MVC (C#) Encryption and Decryption
Sep 19, 2023.
On the topic of "Security in ASP.NET Core MVC (C#): Encryption and Decryption," Ziggy Rafiq has written an insightful article. As Ziggy explores encryption and decryption techniques, he offers valuable insights for developers as well as security enthusiasts about how to secure web applications built on ASP.NET Core MVC.
Best Practices for Maintaining Security and Preventing Vulnerabilities in C#
Sep 01, 2023.
Explore essential security practices in C# programming with Ziggy Rafiq, covering password hashing, input validation, SQL injection prevention, cryptography, HTTPS, secret management, and staying updated on security patches
C# Security: Best Practices for Secure Coding
Aug 31, 2023.
In this article, we will discuss some of the best practices for writing secure code in C#. These practices include using secure password hashing algorithms to store passwords, validating user input to prevent injection attacks, using parameterized SQL queries, using cryptography to protect sensitive data, using HTTPS to protect data in transit, avoiding hardcoding secrets in code, and keeping code up to date with the latest security patches and updates.
Understanding SSH Authentication
Aug 10, 2023.
Unveil the significance of SSH (Secure Shell) in securing network communication. Explore SSH authentication's core concepts, methods, and integration into .NET Core applications for fortified remote interactions.
Rivest Shamir Adleman(RSA) Algorithm and Functions
Jun 19, 2023.
In Java, you can leverage the built-in cryptographic libraries to generate RSA key pairs, encrypt and decrypt messages, and perform digital signatures. This article explores the RSA application and its uses in various functions.
Various Ways To Secure Sensitive Data In C#
Feb 13, 2023.
In this article we will see Various ways to secure sensitive data in C# with example.
Introduction To Homomorphic Encryption With Microsoft SEAL
Dec 20, 2022.
Homomorphic encryption allows third-party providers to perform computations on encrypted data without decrypting the data. This capability is opening new opportunities to provide services while preserving privacy.
Introduction To Symmetric Encryption
Sep 21, 2022.
In this article, you will learn about Symetric Engryption.
Setting Up OpenSSL On Windows 10 Machine
Jul 17, 2022.
This article explains what openssl is and steps to install properly in windows 10 machines.
How To Configure SMTP O365 Migration Using TLS 1.2 For SQL Database Mail
Jun 07, 2022.
This article will explain to you how exactly you need to configure TLS 1.2 as a default protocol and setup SMTP O365 migration using SQL 2012 Database mail and above versions for Windows Server 2012 and above Common SMTP exceptions we usually faced : The mail could not be sent to the recipients because of the mail server failure. (Sending Mail using Account 2. Exception Message: Cannot send mails to mail server. (Failure sending mail.). )Just follow the steps -
Activation Link Vulnerability
Apr 22, 2020.
Most of the websites use hashes for their activation link.In this blog, I will explain how to find or bypass those hashes.
Generating Public/Private Keys In C# And .NET
Jul 07, 2018.
How to generate public/private key in C#. Asymmetric cryptography also known as public-key encryption uses a public/private key pair to encrypt and decrypt data. In .NET, the RSACryptoServiceProvider and DSACryptoServiceProvider classes are used for asymmetric encryption.
Building A Blockchain In .NET Core - Basic Blockchain
May 23, 2018.
Blockchain technology is the foundation of the Bitcoin. With the popular of Bitcoin, Blockchain gets popular too. People start to use Blockchain other than cryptocurrency in all kinds of applications. By look at Satoshi Natamoto’s Bitcoin whitepaper, you could get confused how bitcoin works.
How To Enable HTTPS On Your Website For Free
Mar 20, 2018.
Today, a website security is one of the top priorities for developers and HTTPS is the firs step. This step by step walk-through tutorial teaches how to implement the SSL on a Website for free in 10 minutes.
AI Caesar Cipher
Jan 08, 2017.
In this article, you will learn about AI Caesar Cipher.
Key Based Cryptographic Algorithms
Sep 23, 2016.
In this article, you will learn about Key based cryptographic algorithms.