Skip to content

CodingChallengesBooklet/Hack-proof

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Hack-proof

In this code challenge we prevent the reading of a text document without the correct password. We also allow the user to create a username and password.

GitHub followers Twitter Follow
GitHub language count GitHub code size in bytes GitHub issues GitHub last commit GitHub branch checks state

Problem

Create a program that will only open a text document if the correct password is entered. The user should choose the username and password first and it should also verify the password before allowing it

Extension

  1. Create a random password first of at least 8 characters first as a suggested password
  2. Create a random password that contains at least a lowercase, uppercase and special character of at least 8 characters in length
  3. Verify that the password given by the user matches: a. The limits in Extension 1 above b. The limits in Extension 2 above

Solution

About

Create a program that will only open a text document if the correct password is entered. The user should choose the username and password first and it should also verify the password before allowing it.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Contributors