Key
Vault Keys:
Keys in Azure Key Vault are 'Cryptographic keys' used to encrypt information without releasing the private key
to the consumer(users\Service). It acts like a black box to encrypt and decrypt content using the RSA
algotithm.
The
RSA algorithm, involves a public key and private key. The public key can be known to everyone; it is used to
encrypt messages. Messages encrypted using the public key can only be decrypted with the private key.
Scenario:
Assume you have to store the customer CreditCard, the secure way to keep it in your DB is to store it
encrypted, during the software design and business requirements it is perfect clear that you should encrypt
it, what most people don't real