Friday 10 November 2017

List of Useful Articles and Code Examples in Cryptography for Developers

Cryptography is a subject that heavily influenced our everyday life.With the rising demand on cybersecurity,cryptography has been increasingly important.As more and more software developers start to employ encryption techniques to make their websites and applications more secure,learn cryptography is becoming necessary.In this article,I compiled a list of technical articles and code examples that will be useful for learning cryptography.
C#
1.Using AES encryption in C#
2.C# AES Encryption & Decryption Methods
3.Encryption - Decryption using AES Algorithm
4.Encryption in C# .NET
5.Encrypting and Decrypting Data in C#.NET
6.Encyption/Decryption in C# and Java
7.Cryptography - Rail Fence
8.Cryptography - Data Encryption Standard (DES)
9.Encryption in C#
10.How To: Encrypt and Decrypt string Using C#
11.Vernam Encryption Using C#
Java
1.Encryption and Decryption using AES Algorithm in JAVA
2.Encrypt URL parameters using AES in Java using Spring MVC
3.Encrypt and Decrypt file/stream in Java
4.Data decryption using Caesar Cipher
Python
1.Encryption Description String with AES Python
2.Python: Using PyCrypto Library, Part 1
3.Symmetric Encryption with PyCrypto(Part 1,Part 2,Part 3)
4.Encryption in Python (PyCrypto)
5.Using Encrypted Data Between Python and Silverlight
6.Vernam Cypher in Python
7.Vernam Cipher Python Program
VB.NET
1.Data Encryption In VB.NET Using DES
2.Making TripleDES Simple in Visual Basic .NET