Skip to content
/ crypt Public
forked from kirubarajan/crypt

A more secure account manager. Winner of PennApps XV's Best Security Award and Best Implementation of the Button API.

Notifications You must be signed in to change notification settings

notbrian/crypt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypt

ScreenShot

A powerful account management system that secures all your internet identities - from email to password generation.

Why use crypt?

Due to a recent influx in security breaches and an increasing need for privacy, password managers have become incredibly useful for browsing the internet. However, even the most sophisticated password managers (i.e. LastPass) forget one crucial security flaw: email addresses.

Even though more people are beginning to use different passwords for their accounts, they usually use the same email. This presents an opportunity for hackers to group an individual's accounts together using a shared email which is a HUGE security hole.

Crypt solves this by generating cryptographically secure emails that you can sign up for accounts with. All emails are forwarded back to your master email, preventing hackers from gaining access to all of your accounts if one account is compromised and reassuring your privacy by preventing "email lookup" services from identifying you through a common email.

Installation

  1. Clone the project repository
  2. cd into the project directory
  3. Run meteor npm install to install all dependencies.
  4. Access project at localhost:3000

Dependencies

Meteor
React
Reactstrap

About

A more secure account manager. Winner of PennApps XV's Best Security Award and Best Implementation of the Button API.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 62.1%
  • CSS 31.1%
  • HTML 6.8%