Encryption At Rest
Encryption at rest is the practice of encrypting stored data — on disks, in databases, or in cloud storage — so that it remains unreadable to anyone without the proper decryption key, even if the underlying storage is stolen or accessed without authorization.
10 resources across 2 libraries
Glossary Terms(8)
HIPAA
HIPAA (Health Insurance Portability and Accountability Act) is a U.S. federal law that sets national standards for protecting sensitive patient health informat…
PCI DSS
PCI DSS (Payment Card Industry Data Security Standard) is a set of security requirements created by major card brands that all organizations handling, processi…
Data Loss Prevention (DLP)
Data Loss Prevention (DLP) refers to tools and practices designed to detect and prevent sensitive data from being leaked, exfiltrated, or shared outside of an…
Encryption at Rest
Encryption at rest is the practice of encrypting stored data — on disks, in databases, or in cloud storage — so that it remains unreadable to anyone without th…
Encryption in Transit
Encryption in transit is the practice of encrypting data as it travels across a network — between a client and server, or between internal services — so it can…
Symmetric Encryption
Symmetric encryption is a cryptographic method that uses a single shared secret key to both encrypt and decrypt data, requiring that key to be securely shared…
Hashing Algorithm
A hashing algorithm is a mathematical function that transforms input data of any size into a fixed-length string of characters, called a hash, in a way that is…
Secrets Management
Secrets management is the practice of securely storing, distributing, rotating, and auditing sensitive credentials — such as API keys, passwords, and certifica…
Interview Questions(2)
What is Data Encryption at Rest in a Database?
Data encryption at rest means the data stored on disk — table files, indexes, backups, and logs — is encrypted so that anyone who gains raw access to the stora…
What Is a Kubernetes Secret?
A Kubernetes Secret is an API object used to store and manage small amounts of sensitive data, such as passwords, API keys, or TLS certificates, separately fro…