Skip to content Skip to sidebar Skip to footer
Showing posts with the label Passwords

Requests S.get(url,verify = False) Error [python]

I'm attempting to write a program that grabs data from my password protected gradebook and anal… Read more Requests S.get(url,verify = False) Error [python]

Python, Authentication Not Recognised - Urllib2, Requests, Asp.net

Though I'm not particularly advanced at any of this, I've had some past success in using ur… Read more Python, Authentication Not Recognised - Urllib2, Requests, Asp.net

How Can I Get Python To Plugin My Password And Username For An .exe File It Opened

Hey guys I'm new to programming and I would appreciate some help. My program can open an applic… Read more How Can I Get Python To Plugin My Password And Username For An .exe File It Opened

Can This Code Be Shortened Or Improved?

Can this be shortened/improved? I'm trying to make a password checker in python. Could the if&#… Read more Can This Code Be Shortened Or Improved?

Masking User Input In Python With Asterisks

I am trying to mask what the user types into IDLE with asterisks so people around them can't se… Read more Masking User Input In Python With Asterisks