Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 20 hours ago
JSON representation

Password management app built with Laravel, Livewire, Tailwind CSS and NativePHP.

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).