Skip to content

Generates 10 digit random password contains only numbers & tries to crack the digital vault's password

Notifications You must be signed in to change notification settings

b-adiguzel44/DigitalVault

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

DigitalVault

Generates 10 digit random password contains only numbers & tries to crack the digital vault's password.

Here's a screenshot of its execution:

screenshot_DV

Rules

The password of the digital vault is a 10-digit series of numbers. It is known that the following rules are followed when determining the password of the vault.

  • The first digit of the password indicates how many zeros are used on the password.
  • The second digit of the password indicates how many ones are used on the password.
  • The third digit of the password indicates how many twos are used on the password.
  • The fourth digit of the password indicates how many threes are used on the password.
  • The fifth digit of the password indicates how many fours are used on the password.
  • The sixth digit of the password indicates how many fives are used on the password.
  • The seventh digit of the password indicates how many sixes are used on the password.
  • The eighth digit of the password indicates how many sevens are used on the password.
  • The nineth digit of the password indicates how many eights are used on the password.
  • The tenth digit of the password indicates how many nines are used on the password.

The keypad on the digital vault has a special locking system to prevent random password attempts. This system prevents the keypad from being used by locking the keypad for thirty seconds when the wrong password is entered.

About

Generates 10 digit random password contains only numbers & tries to crack the digital vault's password

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages