Software vs HSM protected keys in Azure Key Vault

Learn the difference between software and HSM protected keys with Azure Key Vault

John Savill

July 6, 2017

1 Min Read
Software vs HSM protected keys in Azure Key Vault

Q. What is the difference between a software-protected and HSM-protected key with Azure Key Vault?

A. Both types of key have the key stored in the HSM at rest. The difference is for a software-protected key when cryptographic operations are performed they are performed in software in compute VMs while for HSM-protected keys the cryptographic operations are performed within the HSM.

In test/dev environments using the software-protected option is recommended while in production use HSM-protected. The only downside with HSM-protected is an additional charge per-month if the key is used in that month.

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like