a password manager written in rust, with strong encryption
this is still in development but its finishing up now
this is a password managaer written in rust and the passwords are stored encrypted
it is part of my summer of code project where i aim to do around 9 coding projects
over my extended summer holidays before i head to university
the passwords are stored using a binary file ".pass"
you will need to create it and give some temporary data before using it
the data is stored using a vernam cipher
this was chosen as it is fast and computaionally secure