Inspiration
The seed phrase is a set of 12 or 24 words that you receive once you create a new wallet and once you have them in your possession they make you the absolute owner of the funds in that wallet. If you lose the seed phrase, you unfortunately lose access to your funds. Many of us have a very bad memory and we tend to forget, so remembering 12-24 words securing our money is very hard. That is why I made this phrase wallet to securely save the seed phrase.
What it does
It is a web application, designed to encrypt / decrypt crypto wallets information like seed phrase or mnemonic words. There you can generate a encrypted file with all your wallets recovery seeds, protected by aes-256-cbc cypher and store it digitally and safe.
How we built it
I built this using Reactjs, HTML and CSS along with aes-256-cbc cypher for encryption and decryption
Challenges we ran into
This is first time I am using cryptography, so it was hard to learn and do it.
Accomplishments that we're proud of
Creating a successfully running project
What we learned
Through this project I have learnt reactjs and cryptography


Log in or sign up for Devpost to join the conversation.