53954ea4d9d94713b86ac1a40caa94cfcd9fedad
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.
Languages
Kotlin
100%