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

How Is Python-keyring Implemented On Windows?

How does python-keyring provide security on Windows? In GNOME/KDE on Linux, the user is prompted to… Read more How Is Python-keyring Implemented On Windows?

Python: Convert Telnet Application To Ssh

I write a python telnet client to communicate with a server through telnet. However, many people te… Read more Python: Convert Telnet Application To Ssh

Security Issues With Generating Passwords In Python?

I've read a few different posts about generating passwords programatically, and many have comme… Read more Security Issues With Generating Passwords In Python?

Python - Cannot Install Requests[security]: Operation Not Permitted

When I try to run sudo pip2 install requests[security] I get this error: MacBook-Pro-di-France… Read more Python - Cannot Install Requests[security]: Operation Not Permitted

How To Properly And Securely Handle Cookies And Sessions In Python's Flask?

In application I am writing at the moment I've been saving in users browser a cookie that had s… Read more How To Properly And Securely Handle Cookies And Sessions In Python's Flask?

How To Use Scapy To Determine Wireless Encryption Type?

I am doing a Security Research on Wireless networks which involves coding a small tool that scans f… Read more How To Use Scapy To Determine Wireless Encryption Type?