CipherNet is a privacy-focused web browser built with Java and JavaFX, designed to provide a secure, user-friendly browsing experience.
Repository URl - https://github.com/patel-hetas/Bazzinga
- Multi-tab Functionality: Seamlessly browse multiple websites.
- Ad Blocking and Tracker Prevention: Blocks intrusive ads and trackers.
- Bookmark Management: Save and organize favorite URLs.
- Encrypted History: Ensures browsing history is private and secure.
- Note-Taking Integration: Includes a built-in notepad for quick notes.
- JavaScript Control: Enables or disables JavaScript dynamically.
- Install Java JDK [20.0.1]: Download here.
- Ensure JavaFX SDK [20.0.1] is available (provided in the project root).
- Open the CipherNet project in an IDE (e.g., Eclipse).
- Configure the build path:
- Add all JARs from
javafx-sdk-20.0.1/lib
to the project's ModulePath.
- Add all JARs from
- Adjust run configurations:
- Add the following to VM Arguments:
--add-modules javafx.controls,javafx.fxml,javafx.web -Dprism.order=sw
- Add the following to VM Arguments:
- Ensure JavaFX modules are imported and linked.
- Run the project as a Java Application.
For questions or issues, please reach out to the development team.