https://github.com/msgul/dnta-extension
DNTA (Do not trust anyone) is a browser extension that provides end-to-end AES encryption between users on all websites.
https://github.com/msgul/dnta-extension
chrome-extension end-to-end-encryption
Last synced: 2 months ago
JSON representation
DNTA (Do not trust anyone) is a browser extension that provides end-to-end AES encryption between users on all websites.
- Host: GitHub
- URL: https://github.com/msgul/dnta-extension
- Owner: msgul
- License: mit
- Created: 2021-09-29T13:33:15.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-19T13:31:48.000Z (over 4 years ago)
- Last Synced: 2025-08-23T05:39:09.007Z (10 months ago)
- Topics: chrome-extension, end-to-end-encryption
- Language: JavaScript
- Homepage: https://chrome.google.com/webstore/detail/dnta/cbmcjodpkhmoipoicfjcpbodhfhakbfb
- Size: 131 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DNTA (Do not trust anyone) Extension
DNTA is a **open-source** MIT-licensed **browser extension** that is designed to provide end-to-end symetric encryption between users on all untrusted websites.
## Features
- Select or generate a secret key and store it in your local storage.
- Encrypt your message with only one key press before sending to anyone.
- Decrypt all of the encrypted messages displayed on your page.
## Installation
- Either clone this repository or download as a ZIP file.
- Extract the contents into your preferred working directory.
- Open your Google Chrome browser.
- Enter `chrome://extensions/` into the address bar.
- Enable "Developer Mode" on the top right.
- Click on "Load unpacked extension...".
- Navigate to your extracted directory, and click "OK".
- Your dnta extension should now be alongside your address bar, with a red lock icon.
## Libraries used
- CryptoJs : For simple AES encryption.
- Bootstrap : To make better UI for popup.
- JQuery : To use Bootstrap and its components.