Skip to content

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

License

Notifications You must be signed in to change notification settings

asticode/asticrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published