Knowledge Graph — Coursera Notes › Academic disciplines › Information Technology / Computer Science › Cloud Computing › Security
Encryption
concept · part of Security
Protecting data at rest and in transit using AES-256 and TLS/SSL.
Azure offers encryption for data at rest via Azure Storage Service Encryption (SSE) using AES-256, and for data in transit using TLS/SSL. Additionally, Azure Key Vault can manage encryption keys and secrets.
Encryption is the process of encoding data so that only authorized parties can access it. Lack of encryption was a key factor in the Anthem breach.
Inside Encryption (4)
- AES-256 — AES-256 is a symmetric encryption algorithm that uses a 256-bit key to secure data.
- bcrypt — A deliberately slow, salted password-hashing function appropriate for secure password storage.
- SHA-1 — A weak, fast hash function used for password storage that is vulnerable to brute-force attacks.
- TLS/SSL — TLS/SSL are cryptographic protocols that provide secure communication over a network.
Connections
- Used for Anonymization
- Used for Model security
- Related to Security
- Related to Model security
- Related to AES-256
- Related to TLS/SSL
This is the text view of an interactive 3D knowledge graph — open this page with JavaScript enabled to explore it visually.