C

Cryptseed

A secure vault for your seed phrases.

5

The problem Cryptseed solves

Cryptseed is made for storing seed phrases safely and securely inside your browser. With increasing popularity of dApps, I found myself in a place where it was hard storing seed phrases. I used to store them on my google drive but after reading an article where an attacker stole all funds of a person when his Google account was compromised.
Cryptseed uses AES salted encryption to secure the seed phrases inside the browser and it also uses Google OAuth to verify the user.

Challenges I ran into

The challenge for me was security. Since seed phrases are very sensitive, I wanted best security possible for it. There is another approach which I want to add which I will do pretty soon in the next update.

Discussion