Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Concept explainers
Question
Explain the threat in each of the following types of authentication and provide a solution for each scenario below:
- Alice sends a password, and Bob compares it against a
database of passwords. - Alice (the sender) converts her message into a hash value and encrypts the hash value using her private key. This encrypted hash value is the digital signature.
Expert Solution
This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution
Trending nowThis is a popular solution!
Step by stepSolved in 2 steps
Knowledge Booster
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.Similar questions
- Explain the dangers of each authentication technique and provide a solution to the following problem. Bob uses a hashed password to check against a collection of other hashed passwords. Bob uses a database of double-hashed passwords to check a hashed password.arrow_forwardFind out what risks are involved with the various authentication techniques and suggest a way to deal with the following situation.Bob uses a cryptographic hash function to check a password against a cache of other hashes.Bob performs a cryptographic hash on a password and checks it against a database of previously double-hashed passwords.arrow_forwardIt is often claimed that passwords do not get saved as plaintext anywhere in systems, and even the system administrator does not know your password. Given what you learned about hash functions. Explain how such a claim is possible. In other words, how do systems perform authentication without having to store passwords in a format that can be read by the system administrators. Authentication is primarily the process of verifying that provided password is correct. Design a simple authentication system and implement the following two methods: def signup(username, password '''store the user credential so that the system knows how to authenticate the user in the future (when login() gets called).'''def login(username, password): '''returns True, if the provided username and password are correct'''arrow_forward
- Can a hash value be protected such that it may be used for message authentication? Is it possible to attack a MAC technique without discovering the key's ciphertext?arrow_forwardTo solve the following issue, you must first identify the vulnerabilities in each authentication technique.Passwords are validated by Bob by first hashing them and then looking them up in a database of hashes.Bob uses a hashing method to verify a password against a list of previously hashed passwords.arrow_forwardFind out what risks are involved with the various authentication techniques and suggest a way to deal with the following situation.Bob uses a cryptographic hash function to check a password against a cache of other hashes.Bob performs a cryptographic hash on a password and checks it against a database of previously double-hashed passwords.arrow_forward
arrow_back_ios
arrow_forward_ios
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education