Skip to content

TeenCoder159/oxid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oxid is an account manager made in rust License: MIT


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

License

This project is licensed under the terms of the MIT License.