2026-03-27 18:31:07 +01:00
2026-03-27 18:31:07 +01:00
2025-07-13 00:48:53 +02:00
2025-07-13 00:48:53 +02:00
2025-10-02 11:53:53 +02:00

Account

This project implements a secure account management system.

Features

  • Create an account with a username, password, and 2FA.
    • Passwords are securely salted and hashed using the PBKDF2 algorithm.
    • 2FA is implemented using the TOTP algorithm.
  • Create a session.
    • Sessions are authenticated using randomly generated session tokens.
  • Access and manage accounts and sessions.
Description
No description provided
Readme GPL-3.0 231 KiB
Languages
Kotlin 100%