Question: I need this in IDLE (Python 3.9) asap. Ty Password Generator Raspberry Pi Projects https://projects.raspberrypi.org/en/projects/password... Projects Password Generator Create your own passwords that no one


I need this in IDLE (Python 3.9) asap. Ty
Password Generator Raspberry Pi Projects https://projects.raspberrypi.org/en/projects/password... Projects Password Generator Create your own passwords that no one will be able to guess! a Python Step 1 Introduction: It's important to protect your personal information online, and in this project you'll create a program to generate passwords for you. The passwords will be random, so no one will be able to guess them! Password Generator ================== number of passwords? 4 password length? 15 here are your passwords: V*?SyNd6?Sf*3ov txWm (EM7g@lrreo Eyni2p%1(M2Bgi5 UI$XLCOMFWMBGK Additional information for club leaders If you need to print this project, please use the Printer friendly version (https://projects.raspberrypi.org/en/projects/password-generator Zprint) Club leader notes Introduction: In this project, children will learn what makes a good password, and how to make a program that creates randomly generated passwords. This project has been written for Safer Internet Day 2017, which is on 7th February 2017. The aim of Safer Internet Day is to promote the safe and responsible use of 2018-07-24, 2:02 p.m. 1 of 10 Password Generator | Raspberry Pi Projects https://projects.raspberrypi.org/en/projects/password... technology for young people. For more information visit saferinternet.org.uk (https://www.saferinternet.org.uk/ where you'll find an education pack for 7-11 year-olds (https://d1afx9quaogywf.cloudfront.net /cdn/farfuture/ --EgL7dYtxtypvvDcNCE53bYE-OMfdH59vaJ5XPC0G4 /mtime:1483547665/sites/default/files /SID2017%20Education%20Pack%20for%207-11%20year%20olds_0.zip) containing additional resources. Online Resources This project uses Python 3. We recommend using Trinket (https://trinket.io/ to write Python online. This project contains the following Trinkets: New (blank) Python Trinket - jumpto.cc/python-new (http://jumpto.cc /python-new) There is also a trinket containing the finished project: . 'Password Creator' Finished - trinket.io/python/08c0ad3359 (https: //trinket.io/python/08c0ad3359) Offline Resources This project can be completed offline (https://www.codeclubprojects.org/en- GB/https://projects-static.raspberrypi.org/projects/password-generator /1692c4a4698396c44ce1e8ecfee5a649f39522ab/en/resources/python- working-offline/) if preferred. You can find the completed project in the 'Volunteer Resources' section, which contains: password-creator-finished/passwords.py (All of the resources above are also downloadable as project and volunteer .zip files.) Learning Objectives Repetition; The random.choice() method; This project covers elements from the following strands of the Raspberry Pi Digital Making Curriculum (http://rpf.io/curriculum): Combine programming constructs to solve a problem. (https://www.raspberrypi.org/curriculum/programming/builder) Challenges 2 of 10 "Creating a better password" - using howsecureismypassword.net (https://howsecureismypassword.net/) to 2018-07-24, 2:02 p.m. Password Generator Raspberry Pi Projects https://projects.raspberrypi.org/en/projects/password... HOW SECURE IS MY PASSWORD? ENTER PASSWORD Secromad by Deretter word Type in "letmein" (Let me in) as the password. You'll see that a computer would guess this password instantly! HOW SECURE IS MY PASSWORD? Your password would be cracked INSTANTLY You'll also see some reasons why 'letmein" isn't a good password use: . It's a very common password (one of the 15 most used passwords). A A computer would guess these first. . It contains words from the dictionary. A computer would also try these passwords first. . It's very short. It would take a computer more time to guess a longer password. . It only contains letters. Passwords are more secure if they also contain numbers and punctuation. a . Try entering a dictionary word. How long would it take a computer to guess that password? Step 3 Challenge: Creating a better password Can you enter a password that would take a computer more than 1,000 years to crack but isn't too long to type? HOW SECURE IS MY PASSWORD? 4 of 10 2018-07-24, 2:02 p.m. Password Generator Raspberry Pi Projects https://projects.raspberrypi.org/en/projects/password... 13 THOUSAND YEARS Remember that your password is harder to guess if it's: Long . Not a word in the dictionary Contains letters, numbers and punctuation You're going to generate passwords that are hard for a computer to crack. These are useful for protecting important accounts. Note that many adults use a password manager program to help them remember lots of tricky passwords
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
