A tiny LessPass implementation in VB6 based on lesspass repo by Guillaume Vincent.
Description
This is an algorithmic password generator. The clever idea is that the algorithm used produces the same password for the same site, username and some master password.
The main idea of the LessPass is that a single (strong) master password can be used to generate derivative passwords for unlimited number of sites based on the site domain name and your username there.
This way you have to remember only a single master password and your username for each site -- your password for the particular site can be generated algorithmically (w/o writing anything to disk or registry) using this input only.
Source Code
https://github.com/wqweto/VbLessPass (there is a compiled executable in Releases tab)
cheers,
</wqw>
Description
This is an algorithmic password generator. The clever idea is that the algorithm used produces the same password for the same site, username and some master password.
The main idea of the LessPass is that a single (strong) master password can be used to generate derivative passwords for unlimited number of sites based on the site domain name and your username there.
This way you have to remember only a single master password and your username for each site -- your password for the particular site can be generated algorithmically (w/o writing anything to disk or registry) using this input only.
Source Code
https://github.com/wqweto/VbLessPass (there is a compiled executable in Releases tab)
cheers,
</wqw>