Skip to content

WesleyBranton/Data-Padlock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Padlock

Data Padlock is a browser-based encryption add-on that allows users to preserve their privacy and security by encrypting files and messages with a password. The add-on uses the Advanced Encryption Standard (the same standard used by the US government), which provides a high level of security.

This powerful add-on can be used for a variety of purposes, like sharing messages or files over an unencrypted network or securing files you store in the cloud.

The process is simple! Just add select the file or type the message that you want to encrypt, enter a strong password and Data Padlock will generate an encrypted file that can be shared or saved. To access the file or message later, just select the encrypted file and enter the password to unlock it. It's that easy!

The encryption is performed entirely using the browser's built-in cryptography libraries, so your information isn't sent over the internet and no one involved with the Data Padlock project can see what you're encrypting.

Maintain your privacy with Data Padlock!

Development

This repository contains all of the required source code files to make changes to this extension. The "master" branch contains the source code for the latest stable release. If you want to test that version, you can view the release section to download the XPI file or visit the add-on listing on Mozilla.

If you want to make changes to this extension, you are welcome to do so. All files for the extension are located in the "firefox" folder. The source code of upcoming versions (if any) will be located in another branch.

To develop and test the extension, you need to open the "about:debugging" page in Firefox and select "Load Temporary Add-on". Then you can select any file within the "firefox" folder of this repository.

Further documentation about developing Firefox extensions can be found here.

Release Notes

Release notes can be found on this GitHub repository or the Firefox add-ons listing.