/XCRYPT

A credentials manager

Primary LanguageJavaScript

I have taken this project (the app as well) down as of March 2022, you can still clone and run it locally after setting our G-API key.

ONE PLACE TO MANAGE ALL YOUR CREDENTIALS


You and only you have the access to your stored data! 🔒

Access on any device 💻 📱

Advanced Encryption that would take "27 trillion trillion trillion trillion trillion years" for an advanced computer to crack 😲



Get Started 🏃

http://www.xcrypt.ml

Android App



Architecture

Algorithm

Project Setup

  • git clone https://github.com/tanmayhinge/XCRYPT.git
  • npm install
  • create a new project at https://console.cloud.google.com/ and add Google Drive and Sheets API to it, and get your keys
  • Create a .env file in the root of the project directory and add the following variables without quotes..
    • REACT_APP_API_KEY=YOUR_API_KEY
    • REACT_APP_CLIENT_ID=YOUR_CLIENT_ID
  • npm start