Skip to content

Latest commit

 

History

History
86 lines (56 loc) · 4.29 KB

README.en.md

File metadata and controls

86 lines (56 loc) · 4.29 KB

codecov Join the chat at https://gitter.im/make-zero-coom/community visitors

Uncertain Language.

简体中文 | English

What is it?

Make Zero is a browser extension/add-on for text encryption. It can run among Chrome, Firefox and the latest Edge.

It can encrypt any texts you typed on net, and only those know your password can decrypt it and see the origin text.

It makes people with the same consensus more easily to discuss in public and to be punkers 🐶🐶🐶. Meanwhile, it also prevents your exhausted thought output from eventually turning into just corpus, even objects which are monitored and detected as to sensitive words.

Demo video: www.youtube.com

Downloads

Chrome Firefox Edge

What can it do?

  • Text encryption and decryption, supports multiple interactive methods: manual, automatic, and fast cryption.
  • Set a custom password, and the default is 123456 after the first installation.
  • A variety of ciphertext styles to choose: fixed ciphertext, random ciphertext, Morse code, Cherus.

How to build it?

At first, make sure nodejs is installed.

git clone https://github.com/sheepzh/make-zero.git
cd make-zero
npm install

# Run the development server
# Two output directories:
#  1. "dist_dev" for Chrome & Edge
#  2. "firefox_dev" for FireFox
# You can load it from above folders in development mode of browsers, Chrome, Firefox or Edge.
npm run dev

# Build for production
# The output directory is "chrome_dir"
# Also the package of app and source code to be submitted to the store will be archived and moved to the "market_packages" directory
npm run build

How to use it?

A tutorial page will be open after installed, just follow it and do once.

  • Settings

Click the extension icon of Make Zero, which is always at the top-right corner of browser and the setting page will be popped. You can change password in this page.

  • Automatic encryption

    If automatic encryption is checked in the settings panel, the input boxes with ciphertext will display plaintext when focus and ciphertext after focus lost.

  • Automatic decryption

    If automatic decryption is checked in the settings panel, the detected ciphertext will be replaced with plaintext with current password, after page loaded completely.

  • Manually

    Select texts, right click, and choose the menu item to encrypt or decrypt the selected texts. Also you can press the shortcut key Ctrl+, instead of the above operation.

Any suggestions?

ISSUES