Keyboard Privacy is a web project focused on enhancing user privacy by obfuscating the timing of keystrokes. This project aims to provide a secure and private browsing experience by mitigating the risks associated with keystroke timing attacks.
- Privacy Enhancement: Obfuscates keystroke timings to protect against timing attacks.
- Easy Integration: Simple to integrate into existing web projects.
- Customizable Settings: Allows customization of dwell time and gap time for keystrokes.
- CSS: 62.1%
- JavaScript: 30.2%
- HTML: 7.7%
- Clone the repository:
git clone https://github.com/Jeyso215/Keyboard-Privacy.git
-
Open Google Chrome and navigate to
chrome://extensions/
. -
Enable
"Developer mode"
by toggling the switch in the top right corner. -
Click on the
"Load unpacked"
button. -
Select the
Keyboard-Privacy
directory.
The extension should now be loaded and active in your browser.
To use the Keyboard Privacy project, include the necessary CSS and JavaScript files in your web project. Customize the settings as needed to fit your privacy requirements.
We welcome contributions from the community.
To contribute:
-
Fork the repository.
-
Create a new branch for your feature or bugfix.
-
Make your changes and commit them with descriptive messages.
-
Push your changes to your fork.
-
Submit a pull request to the main repository.
This project is licensed under the GNU Affero General Public License v3.0. See the LICENSE file for details.
For any questions or inquiries, please contact the repository owner at Jeyso215
-
Jeyso215 - For reverse engineering the code and releasing the source code / maintaining it.