JitGuardian is a lightweight password manager app for desktop. JitGuardian strives to teach it's users about encryption and cryptography while providing a secure platform for them to safely store all their valuable login information.
Modern password managers are overcomplicated. Our aim is to make a simple, secure, and user friendly password manager that is accessible for everyone. Built from the ground up 🛠️ using Rust🔥, our program guarantees to be blazing fast 🚀, memory safe 🔒, all while providing top of the line security 🏅 with local password and login saves.
- GitHub: Raforawesome
- Discord: Raforawesome#6666 (168704403400949761)
- Email: raforawesome@raforaweso.me
- GitHub: Ad0pt3d
- Discord: Ad0pt3d#1887 (272357521480482818)
- Email: rafimiah2005@gmail.com
- GitHub: shawarma-s
- Discord: shawarma1130
- Email: snt.shaurya@gmail.com
- GitHub: FayaazA
- Discord: Fayaaz#5395 (761733878934798359)
- Email: fayaaz.ahmed.20@gmail.com
This directory contains the entire backend (Rust part) of the project. This includes filesystem abstractions, the cryptography and encryption modules, the vault manager, etc.
This directory contains the source for the website located at our website.
This directory contains the entire source for the Vue.JS frontend.
Ensure you have Rust and Node.JS installed.
In the project directory, run:
npm install
to install all the dependencies. It might take a minute.
Then, run:
npm run tauri:serve
and wait for the build process to finish. It can take several minutes for the first compile, but much less for every subsequent compile.
