Skip to content

Geralt-Of-Rivia-Witcher/Holocron

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Holocron

A safe and secure password manager.

Live Demo


Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Contributing
  5. Contact

About The Project

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.

Built With


Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  • npm

Installation

  1. Clone the repo
    git clone https://github.com/Geralt-Of-Rivia-Witcher/Holocron
  2. Next steps to run the Frontend and Backend part are in the README file in client and server folder respectively.

Usage

Feel free to use and modify it any way you want.

Contributing

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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b branch_name)
  3. Commit your Changes (git commit -m 'Added some AmazingFeature')
  4. Push to the Branch (git push origin branch_name)
  5. Open a Pull Request

Contact