As this is my 1st project, it will always be open source
Oxid can be used in any rust application requiring a username and password login
Saves username as file name and password as file content
Current status:
- Allow accounts to be accessed even if the program was turned off and on again
- Encrypt passwords with bcrypt
- Add minimum requirements for password and email
- Add support for argon2
- Only let programmer choose encryption method
- Store files in an organised manner
This project is licensed under the terms of the MIT License.