| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Readme | 2026-06-07 | 1.9 kB | |
| passwordGen.7z | 2026-06-07 | 8.5 kB | |
| Totals: 2 Items | 10.3 kB | 0 | |
Versions 1.0...1.02 are the very first code versions :
------------------------------------------------------------------------------------
They were created for the final project of the Stanford University's Code in Place 2026 program.
Functionnality is limited to the creation of passwords from the user personnal informations such as:
mother name, pet name... Passwords created are not saved.
The program is coded in python language and works inside the text console.
It requires python version > 3.6
Version 1.03 - june 4th, 2026 :
-----------------------------------------------
Passwords are saved in an encrypted file.
Version 1.04 - june 7th, 2026 :
------------------------------------------------
=> This version runs only on Linux o.s.
run.sh : This script starts this "password generator" program inside the "xterm" text terminal.
Note : run.sh (must be set as executable)
install.sh : This script creates the directory "/passwordgen" inside the user directory ("home/USER_NAME/)
and copies the files "passwordGen_V1.0x.py", "run.sh", "uinstall.sh" and "Readme" inside this directory.
One of the the files passwordgen.desktop or passwordgenXTM.desktop is copied inside the directory
"home/USER_NAME/.local/share/applications". passwordgen.desktop : to run the program inside the default terminal,
passwordgenXTM.desktop : to run the program inside xterm terminal.
uinstall.sh : This script deletes the directory "/passwordgen" and the files inside. It deletes the directory .pwgd and the
files inside. => The file of saved passwords will be deleted!
Note: run.sh , install.sh, uninstall.sh must be set 'executable' (left click on the folder -> properties -> permissions)
The date of the last use of passwordGen is display after the startup of this program.
Saved passwords can be deleted from the file (delete one password at once).