Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.
/ encryptico Public archive

Easy-peasy encryption, decryption, and signing using a simple, beautiful web interface and top-of-the-line cryptography techniques.

License

Notifications You must be signed in to change notification settings

kognise/encryptico

Repository files navigation

🚩 This project is archived! 🚩

I did this when I was 12, and didn't really understand how assymetric encryption actually works. As such, it isn't very helpful to say the least. But it was the first utility website I really tried to develop.

Also, does anyone know why there's a packaged executable of HospitalRun in the public folder?

Encryptico

Greenkeeper badge Build Status Current Version

Easy-peasy encryption, decryption, and signing using a simple, beautiful web interface and top-of-the-line cryptography techniques.

Although this is a fun project and it still works, I am not maintaining this any more and probably won't respond to any issues or pull requests. Feel free to steal any of the code.

Table of Contents

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • npm install -g ember-cli
  • git clone https://github.com/kognise/encryptico.git
  • cd encryptico
  • npm install

Running / Development

Running Tests

  • ember test
  • ember test --server

Linting

  • npm run lintjs
  • npm run lintjs -- --fix

Building

  • ember build (development)
  • ember build --environment production (production)

Electron

Encryptico supports building a standalone application using Electron and a wonderful package called ember-electron.

Running / Development

  • It's very simple. Just run...
  • ember electron
  • ...and the app will start!

Running Tests

  • ember electron:test
  • ember electron:test --server (for live reloading)

Building

  • ember electron:package
  • Output will be in the electron-out folder

About

Easy-peasy encryption, decryption, and signing using a simple, beautiful web interface and top-of-the-line cryptography techniques.

Resources

License

Stars

Watchers

Forks

Packages

No packages published