Introduction At the time of this writing Azure Key Vault is in preview. Azure Key Vault is a secure store … More
Tag: Encryption
Azure Blob Storage Data Security
The question of security and cloud computing is one of the very well argued discussed and debated topic. It’s also … More
AES Cryptography
Contains the code for AES encryption and decryption in C#. 1: public byte [] EncryptText(string plainData) 2: { 3: RijndaelManaged … More