Coder Social home page Coder Social logo

antoniocidadefm / magicpad Goto Github PK

View Code? Open in Web Editor NEW

This project forked from hyundotio/magicpad

0.0 0.0 0.0 60.91 MB

MagicPad is an encryption suite for beginners. It is designed to be run standalone via the browser or executable (Electron).

Home Page: https://www.magicpad.io

License: MIT License

JavaScript 34.55% CSS 27.71% HTML 37.70% Shell 0.04%

magicpad's Introduction

MagicPad v1.0.2

MagicPad is an OpenPGP encryption / decryption tool for beginners to handle text messages, files, as well as embed and extract encrypted messages from images. It is designed to be run standalone via the browser or as an executable (Electron). Using PGP as the main encryption engine, the encryption key generated in MagicPad are powerful 4096-bit keys.

Why MagicPad...

  1. No data collection. Can be used offline. Available as a Chrome offline app, mobile progressive web app, and executables (Windows x64, macOS x64, .deb x64, .rpm x64). No server-side interaction.
  2. Create, upload, and search for PGP keys.
  3. Easy to understand language. You want to read, write, or attach a file?
  4. Mobile friendly (Progressive web app). Can be saved to home screen. Tested on Android and iOS.
  5. Store keys as images as well as hide and reveal encrypted messages in images.

Changelog

Changelog link

Installation

You can run MagicPad four ways:

  1. Download executable at https://www.magicpad.io
  2. Clone and run ./app/index.html via web browser
  3. Clone, build and run executable (saved at ./dist):
npm install
npm run dist

To only build html/css/js without running electron, run: npm run buildwebapp If building from Ubuntu, run this first:

sudo apt-get install rpm
  1. Run Electron via Node from command line (you need Electron globally installed):
npm i -g magicpad
npm i -g electron
magicpad

Build explained

In the build procedure, the following happens:

  1. HTML files in the ./html_src folder are combined into a single index.html file in ./app.
  2. JS files in ./app/js are added as <script> tags after </body> tag in index.html. (Step 1 and 2 are controlled by ./build_magicpad.index.js)
  3. index.html is saved to ./app.
  4. All other files are static in ./app and are not altered.
  5. Electron executable is created in a ./dist folder.

PWA Config

If you want to host your own MagicPad PWA, you must edit the "start_url" property manifest.json file in /src

Packages

Software used:

  1. Node.js
  2. url, path, fs-extra, ncp, and jsdom packages
  3. Electron, Electron Context Menu, and Electron builder
  4. Openpgp.js
  5. Steganography.js
  6. jQuery
  7. Font and design styling by IBM

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.