asticode / asticrypt

Encrypt your conversations and stop being tracked when using your favorite apps

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

asticrypt lets you encrypt you conversations as well as stop being tracked when using you favorite apps.

Available apps

How it works

The way asticrypt works is pretty simple:

  • it creates an Electron wrapper loading the app's sign in page
  • the wrapper intercepts every http/https/ws/wss requests and only a handful of requests are allowed to pass through
  • when the content of a request should be encrypted, the wrapper modifies the request and sends it modified
  • when the content of a response should be unencrypted, the wrapper modifies the response and returns it modified

That way the content is never available in clear outside of the user's computer.

The key used to encrypt content is provided by the user and is stored in the wrapper's local storage.

Roadmap

  • Gmail

About

Encrypt your conversations and stop being tracked when using your favorite apps

License:MIT License


Languages

Language:JavaScript 100.0%