Skip to content

Encrypted Browser is a privacy-focused web browser built with PyQt5. It is designed to protect users' data by not storing any cookies or private information. It is particularly useful for developers who want to test their websites with a clean browsing history.

Notifications You must be signed in to change notification settings

elazdi-al/encrypted-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • No cookies or private data stored on the user's machine
  • Customizable UI with macOS-style window buttons
  • Customizable browser icon

Future features

Changing IP on each launch to protect the user's identity and bypass online restrictions

Installation

To install encrypted-browser, you will need to have the following dependencies installed:

  • PyQt5
  • requests

You can install these dependencies using pip:

pip install pyqt5 requests

Once the dependencies are installed, you can download the encrypted-browser source code from the repository and run it using Python:

python encrypted-browser.py

You can also create a batch file to launch encrypted-browser. To do this, create a new text file and add the following lines:

@echo off
python path/to/encrypted-browser.py

Save the file with a .bat extension and double-click it to launch encrypted-browser.

Examples of use :

  • As a developer, you can test your website without worrying about any stored cookies or data affecting the user's experience.
  • If you are concerned about online privacy, you can use encrypted-browser to protect your identity and browse the internet without leaving a trace.
  • If you are in a location with online restrictions, you can use encrypted-browser with the future feature of changing IP on each launch to bypass these restrictions.

Conclusion

Encrypted-browser is a useful tool for developers and anyone concerned about online privacy. Its lack of cookie storage and customizable UI make it a powerful and secure way to browse the internet.

About

Encrypted Browser is a privacy-focused web browser built with PyQt5. It is designed to protect users' data by not storing any cookies or private information. It is particularly useful for developers who want to test their websites with a clean browsing history.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published