TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About cipher
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Nilesh Jadav (4)
Vulpes (3)
Sourav Bhattacharya (2)
Vignesh Kumar (1)
Siddhesh Chavan (1)
Ajay Yadav (1)
Shubham Kumar (1)
Abhishek Dubey (1)
Ranjith Udayakumar (1)
Santosh Kumar Adidawarpu (1)
Sagar Pardeshi (1)
Related resources for cipher
No resource found
Encryption and Decryption using AES (Symmetric) in Angular
8/30/2024 5:01:16 AM.
AES (Advanced Encryption Standard) is a symmetric encryption algorithm used for secure data transmission. Implement AES in Angular using the crypto-js library, supporting modes like CBC, ECB, and CTR,
Advanced Strategies: Deciphering Complex Joins in SQL
6/13/2024 7:36:10 AM.
In the world of relational databases, joins are indispensable tools for combining data from multiple tables based on related columns. While simple joins are common, complex joins involving multiple ta
Bypassing Obfuscation: Ciphered Code Reverse Engineering
5/8/2024 10:13:08 AM.
In this article, we have performed reverse engineering over a protected binary by deep analysis of both obfuscated source code and MSIL assembly code.
Text Encrypt and Decrypt With a Specified Key
4/25/2024 8:05:19 AM.
Encrypting and decrypting text with a specified key involves using cryptographic algorithms to convert plain text into cipher text and vice versa, ensuring data security. The key serves as the paramet
Hill Cipher In C#
9/20/2023 9:38:38 AM.
Hill Cipher is a polygraphic substitution cipher that encrypts and decrypts plaintext into ciphertext and vice versa using matrix operations. It is more secure than traditional Caesar ciphers and subs
Working With Cipher Class in Java
9/17/2019 6:42:03 AM.
In this article, we are going to describe crypto graphic data security by using cipher class of java. I describe a Cipher class with its constructor or method details.
Deciphering Data To Uncover Hidden Insights - Understanding The Data
7/18/2019 10:19:46 AM.
In this article series, we will be exploring data analytics for businesses using Alibaba Cloud QuickBI and sample data from banking and financial services.
PlayFair Cipher in C#
12/6/2018 3:51:33 AM.
In this article you will learn about the PlayFair Cipher. Playfair cipher is a multi- alphabet letter encryption cipher, which deals with letters in plaintext as single units and renders these units i
AI Caesar Cipher
1/8/2017 1:48:09 PM.
In this article, you will learn about AI Caesar Cipher.
Monoalphabetic Cipher In C#
11/7/2016 6:46:30 AM.
In this article, you will learn about monoalphabetic cipher in C#.
Caesar Cipher In C#
11/5/2016 5:06:16 PM.
In this article, you will learn about Caesar Cipher in C#.
Introduction To Cryptography And Caesar Cipher
8/25/2016 3:27:49 PM.
In this article, you will learn about Cryptography and Caesar Cipher.
Sensitive Data Exposure And Its Securing Techniques
7/7/2016 11:56:35 AM.
In this article you will learn about sensitive data exposure and its securing techniques.
Internal Error Codes (SharePoint 2013 Microfeed Exceptions) Deciphered!
4/28/2014 2:09:08 AM.
In this article I will tell you about Internal Error Codes (SharePoint 2013 Microfeed Exceptions) deciphered!
Creating a more secure 'keyless' cipher using C#
4/11/2012 3:01:53 AM.
In this article, I’d like to review two of the commonest keyless ciphers and discuss what can be done to make them sufficiently secure so we could use them in our programs.
Implementing the Chaocipher in C#
11/16/2011 8:46:30 AM.
Whilst doing some research on cryptography, I came across the Chaocipher.
Creating a Substitution Cipher with C#
10/17/2011 4:49:20 AM.
I thought for a bit of fun I'd invent a new cipher and, depending on how 'strong' it turned out to be, perhaps use it in my projects to encrypt string literals, files etc.