Archive for September, 2020

Python: Generate a Ridiculously Complex Password

📅 September 7, 2020
What? You say you are running out of password ideas? Let’s fix that!

Here is a Python 3 script that generates a (supposedly) very secure password certain to thwart brute-force password cracking attempts. In fact, it is so complex that the primary challenge is remembering it.

But no worries! The script will save it to a text file where it can be easily copied and pasted into a password box…assuming it is not used for initial Linux GUI logins where copy and paste would not work.

Ready to explore some interesting Python 3 scrambling?

Read the rest of this entry »

,

Leave a comment