Exploring a method of creating safe passwords accessible from anywhere.
Go to file
taxicomics 3cccab958f
Create readme.txt
added a disclaimer
2024-05-14 08:57:57 +02:00
CommandLineGenerator.py rewrite utilzing the "random" library 2024-05-14 06:41:55 +00:00
readme.txt Create readme.txt 2024-05-14 08:57:57 +02:00

readme.txt

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Hi! If youve stumbled upon this, please keep in mind that this program is NOT meant to replace your password manager. 
However, it CAN be used as a more secure method to manage your safely generated passwords.

While not cryptographically foolproof, the passwords generated by this program are relatively safe because they are long 
and do not include dictionary words that could be susceptible to dictionary attacks. An advantage over writing down your 
passwords in a book is that you cant lose this generator. It can easily be accessed from anywhere in the world, as long 
as there is internet access.

A drawback is that anyone who knows your username, category, and password can replicate your passwords. However, this 
requires more variables than just your password for your password database. So, use with caution, but it certainly beats 
using weak passwords.

It can also NOT store passwords because it does not store but generate your passwords.