Table of Contents
A web app that securely stores your password and makes it available wherever you are.
AES-256-CBC is used to encrypt the data, and session-based authentication is used to verify the user's identity.
To get a local copy up and running follow these simple example steps.
- npm
- Clone the repo
git clone https://github.com/Geralt-Of-Rivia-Witcher/Holocron
- Next steps to run the Frontend and Backend part are in the README file in
client
andserver
folder respectively.
Feel free to use and modify it any way you want.
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b branch_name
) - Commit your Changes (
git commit -m 'Added some AmazingFeature'
) - Push to the Branch (
git push origin branch_name
) - Open a Pull Request