Which of the following is a common encryption algorithm used for securing data in databases?
- AES (Advanced Encryption Standard)
- DES (Data Encryption Standard)
- MD5 (Message Digest Algorithm 5)
- RSA (Rivest-Shamir-Adleman)
AES (Advanced Encryption Standard) is a widely adopted encryption algorithm used for securing data in databases. It offers a high level of security and efficiency, making it suitable for various applications. AES operates using symmetric encryption, where the same key is used for both encryption and decryption, ensuring data confidentiality and integrity.
Loading...
Related Quiz
- Test data generation tools can significantly reduce the time and effort required for _________ database testing.
- Which SQL statement is used to retrieve data from a database?
- What is the purpose of testing role-based access control (RBAC) in authorization testing?
- In the context of database testing, what is meant by "test data preparation"?
- What is the primary objective of authentication testing?