Posts

Featured Post

Data Encryption - Decryption [Unity3d - C#]

Image
What is Encryption? - In cryptography, encryption is the process of encoding information. This process converts the original representation of the information, known as plaintext, into an alternative form known as ciphertext. Ideally, only authorized parties can decipher a ciphertext back to plaintext and access the original information. What is Decryption? - The conversion of encrypted data into its original form is called Decryption. It is generally a reverse process of encryption. It decodes the encrypted information so that an authorized user can only decrypt the data because decryption requires a secret key or password. There are many techniques and algorithms for data Encryption and Decryption in Unity(C#). Here Describe 4 most popular algorithms to Encrypt or Decrypt process in C#. 1) AES 2) DES 3) MD5 4) XOR   Download Unity Demo Project:  https://github.com/sudhirkotila/Data-Security-Unity-Encryption-Decryption-Demo 1) AES: - AES – Advanced Encryption S