Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.77 KB

README.md

File metadata and controls

39 lines (30 loc) · 1.77 KB

Privacy Guard v2.0

Project Description

  1. A personal use software to safe-guard your privacy.
  2. Generate/Save passwords.
  3. Generate fake identities for any online sign-up, so that you won't have to share your personal details if you don't want to do so.
  4. Made completely using python: tkinter , pickle libraries.

Files included

  1. Fake-list.csv : contains about 50 K American based fake identities.
  2. psswd.p : A pickle file to store all your passwords and your current active fake identity.
  3. pswwdgen.py: Source code for the project.
  4. psswwdgen.pyw: GUI executable type source code for the project.
  5. requirements.txt : A file with all required dependencies.

Usage

  1. Run 'pip install requirements.txt'
  2. Run either pswwdgen.py or pswwdgen.pyw to start the program

Ethical Considerations

DISCLAIMER

This software generates fictional identities for private browsing purposes. While we encourage ethical and legal use, we want to emphasize that any misuse or illegal activity carried out using these generated identities is solely the responsibility of the user.
By using this software, you agree to use it in compliance with all applicable laws and regulations.

All Fake identites are obtained from http://www.fakenamegenerator.com/

COPYRIGHT AND DISTRIBUTION

Fake Name Generator identities are copyright 2012 Corban Works, LLC.

Fake Name Generator identities are dual-licensed under the GPLv3 and Creative
Commons Attribution-Share Alike 3.0 United States licenses. You may choose
either license, but are bound to the terms of the license you choose. You may
not use the Fake Name Generator identities without choosing a license.

For full license details, please visit:
http://www.fakenamegenerator.com/license.php

-TomRiddle-