1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Allushta [10]
4 years ago
8

What variation of a dictionary attack involves a dictionary attack combined with a brute force attack, and will slightly alter d

ictionary words by adding numbers to the end of the password, spelling words backward, slightly misspelling words, or including special characters?a. brute force
b. hash replay
c. network replay
d. hybrid
Computers and Technology
2 answers:
Vlada [557]4 years ago
7 0

Answer:

d. hybrid  attack

Explanation:

Hybrid attack is basically the combination of dictionary attack and brute force attack and its names depicts that its a mixture of two attacks.

Dictionary attack is mechanism in which the password is cracked by trying as a password, every word in a dictionary in order to crack the password and enter a computer. As most of the and also the new users often use simple words as passwords which can also be found in a dictionary so breaking such passwords is easy using this technique.

Brute Force attack is basically making several attempts to crack a password. This technique of making multiple attempts and multiple combinations of passwords until the correct passwords is guess is called trial and error method.

Now hybrid attack is the combination of both brute force and dictionary attacks. So it uses a dictionary which provides a word list and then applies brute force on this word list which will modify dictionary words a little by adding brute force key space to the end of these words such as appending numbers, misspelling words or appending special characters. For example new employees less aware about the password attacks, kept their names as a password. So hybrid attack can be used by attacker/hacker to crack such passwords by obtaining a list of names of all new employees in the company. Then the attacker can apply a brute force attack to the end of each name to crack the password.

kipiarov [429]4 years ago
4 0

Answer:

D. Hybrid

Explanation:

Hybrid attack is a dictionary attack combined with a brute Force attack, alter the dictionary word by adding numbers at the end of the password, spelling the word backward and slightly misspelling or adding special characters to the word.

Brute Force attack is a password hacking technique that continuously input various values to crack or guess a correct password value.

You might be interested in
If given the chance to own manage a business,what will be the name of the business?
Nady [450]
This is honestly an answer you can give. What would you name a business if you made one?
7 0
4 years ago
Read 2 more answers
What is the problem with assigning a port number to more than one server application?
Ilya [14]
Only one daemon (server application) can bind to a port. The second one will fail.
3 0
4 years ago
A palindrome is a string that reads the same from left to right and from right to left. Design an algorithm to find the minimum
stepladder [879]

Answer:

Explanation:

The following code is written in Python. It is a recursive function that tests the first and last character of the word and keeps checking to see if each change would create the palindrome. Finally, printing out the minimum number needed to create the palindrome.

import sys

def numOfSwitches(word, start, end):

   if (start > end):

       return sys.maxsize

   if (start == end):

       return 0

   if (start == end - 1):

       if (word[start] == word[end]):

           return 0

       else:

           return 1

   if (word[start] == word[end]):

       return numOfSwitches(word, start + 1, end - 1)

   else:

       return (min(numOfSwitches(word, start, end - 1),

                   numOfSwitches(word, start + 1, end)) + 1)

word = input("Enter a Word: ")

start = 0

end = len(word)-1

print("Number of switches required for palindrome: " + str(numOfSwitches(word, start, end)))

3 0
3 years ago
The Save command saves your changes silently without additional prompts, using the same save settings; the Save As command reope
kirza4 [7]

The "Save command" saves your changes <u>silently</u> without additional prompts and it uses the same save settings while the "Save As command" <u>reopens</u> the Save screen: True.

What is the Save command?

A Save command can be defined as a type of command associated with the file menu of a software application and it causes a copy of the current file to be created and stored to a specific location on a computer system.

<h3>What is the Save as command?</h3>

A Save command can be defined as a type of command associated with the file menu of a software application and it causes a copy of the current file to be created and stored to a different location, file name, and/or file type.

In conclusion, the "Save command" saves your changes <u>silently</u> without additional prompts and it uses the same save settings while the "Save As command" <u>reopens</u> the Save screen, so as to enable you make different choices.

Read more on Save command here: brainly.com/question/16852455

5 0
3 years ago
Does anyone play genshin impact here?
Reika [66]
Answer


NO sorry
Have a great day
6 0
3 years ago
Read 2 more answers
Other questions:
  • A study guide can be created
    6·2 answers
  • A cloud file system (CFS) allows users or applications to directly manipulate files that reside on the cloud.
    6·1 answer
  • Suppose you have one particular application that is trying to send data on the Internet but none of the data is making it to the
    15·2 answers
  • Which property is assigned to a file by the operating system?
    13·1 answer
  • Assuming that we only support BEQ and ADD instructions, discuss how changes in the given latency of this resource affect the cyc
    7·1 answer
  • You must. place a child in a federally approved child restraint device. if the child is
    5·2 answers
  • Why, y did brainly just do that........or did it just happen to me
    12·2 answers
  • ⚠VERY IMPORTANT MESSAGE⚠
    7·2 answers
  • In addition to good design sense, what else do web designers need to be proficient in?
    13·1 answer
  • State the difference between font colour and shading.​
    15·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!