2024-06-05 00:41:59 +02:00
2024-05-31 10:30:58 +02:00
2024-06-05 00:41:59 +02:00
2024-05-31 10:30:58 +02:00
2024-05-31 10:29:47 +02:00
2024-05-31 10:30:58 +02:00
2024-06-02 18:41:28 +02:00
2024-06-02 18:41:28 +02:00
2024-05-31 11:24:27 +02:00
2024-05-31 11:24:27 +02:00
2024-05-31 11:33:18 +02:00
2024-05-31 10:30:58 +02:00
2024-06-03 09:48:07 +02:00

AliasVault


Disclaimer: This repository is currently in an alpha state and is NOT ready for production use. Critical features, such as encryption, are not yet fully implemented. AliasVault is a work in progress and as of this moment serves as a research playground. Users are welcome to explore and use this project, but please be aware that there are no guarantees regarding its security or stability. Use at your own risk!

AliasVault is an open-source password manager that can generate virtual identities complete with virtual email addresses. AliasVault can be self-hosted on your own server with Docker, providing a secure and private solution for managing your online identities and passwords.

Features

  • Password Management: Securely store and manage your passwords.
  • Virtual Identities: Generate virtual identities with virtual (working) email addresses.
  • Data Protection: Ensures that all sensitive data is encrypted and securely stored.
  • User Authentication: Secure login and user management functionalities.

Installation

  1. Clone this repository.
git clone [URL]
  1. Run the app via Docker:
docker compose up -d --build --force-recreate

The app will be available at http://localhost:80

Credits

The following libraries and frameworks are used in this project:

  • Tailwind CSS - A utility-first CSS framework for rapidly building custom designs.
  • Flowbite - A free and open-source UI component library.
  • Konscious.Security.Cryptography - A .NET library that implements Argon2id, a memory-hard password hashing algorithm.
Description
No description provided
Readme 45 MiB
Languages
TypeScript 30.2%
C# 24.7%
HTML 22.9%
Kotlin 7.8%
Swift 6.9%
Other 7.4%