mikebai.com

  • Home
  • dev
  • DotNET
  • M365
  • 搞笑
  • 杂七杂八
  • FocusDict
個人BLOG
it developer
  1. Main page
  2. M365
  3. Main content

the difference between Keys and Secrets in Azure Key Vault

2021-03-15 139hotness 0likes 0comments

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

Tag: Nothing
Last updated:2021-03-15

mikebai

This person is a lazy dog and has left nothing

Like
< Last article
Next article >

COPYRIGHT © 2025 mikebai.com. ALL RIGHTS RESERVED.

Theme Kratos Made By Seaton Jiang