A self hostable password manager made using .NET Core and Vue3
- Multiple accounts for friends and family
- Client side encryption
- Light and dark mode
- Mobile first design
- Auto generate secure passwords
- Import/Export passwords from CSV
- Deploy with Docker
git clone https://github.com/IsaiahPaget/PasswordManager.git
cd PasswordManager
sh startup.shupdate the password values and signing key in the .env files and appsettings.json
docker-compose -f ./src/docker-compose.yml up -d