Question
Imagine that you are a system administrator developing a password-based authentication system that can allow users to choose passwords of exactly length len from 20
Imagine that you are a system administrator developing a password-based authentication system that can allow users to choose passwords of exactly length len from 20 unique characters. Suppose there is an attacker who wants to guess the password of a user by launching a brute-force attack using a machine that can verify 1000 possible guesses per second. As a system administrator, you want to make sure that an attacker cannot successfully guess a password for a period of 6 months (assuming that users change pass- words for every six months). Based on the above input values, please write a program to find out the length of the password (i.e., the value of len) in order to achieve your goal?
Please help me, the code must be in JAVA to find the length of the password.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started