Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alibori/larapass
Password management app built with Laravel, Livewire, Tailwind CSS and NativePHP.
https://github.com/alibori/larapass
laravel livewire nativephp password-store tailwindcss
Last synced: about 1 month ago
JSON representation
Password management app built with Laravel, Livewire, Tailwind CSS and NativePHP.
- Host: GitHub
- URL: https://github.com/alibori/larapass
- Owner: alibori
- License: mit
- Created: 2024-07-12T12:50:35.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-19T15:01:44.000Z (4 months ago)
- Last Synced: 2024-10-01T09:22:01.999Z (about 1 month ago)
- Topics: laravel, livewire, nativephp, password-store, tailwindcss
- Language: PHP
- Homepage:
- Size: 240 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# LaraPass: Keep it secret
LaraPass is a self-hosted personal password manager built with security in mind. It is a fullstack web application built with Laravel, Livewire, Tailwind CSS and NativePHP.
LaraPass is built with security in mind. It uses the latest security best practices to keep your passwords safe. These are encrypted using the **OpenSSL** encryption algorithm.
**IMPORTANT**: This project is still in development and is not ready for production use.
## Features
- **Save your passwords**: Save your passwords in a secure way.
## Configuration
In your `.env` file, you **must** configure the following settings:
- `LARAPASS_ENCRYPTION_KEY`: The encryption key used to encrypt and decrypt your passwords. This should be a random string of 32 characters.
- `LARAPASS_ENCRYPTION_NONCE`: The nonce used to encrypt and decrypt your passwords. This should be a random string of 16 characters.You can generate these values using some tool like [random key generator](https://acte.ltd/utils/randomkeygen).