LessPass unfortunately will end its LessPass database which allowed users to store their password profile (options which determine what sort of password to generate).
I've decided to re-create the LessPass database features but this only remembers the 1) master password, and 2) other options to the password profile - but only for a day. It does not store the site and the login, because I decided that these are the most sensitive parts, and making the algorithm to encrypt (and decrypt) these data is a chore. Anyway, it also uses HTTPS, so that should prevent man-in-the-middle attacks.
I basically needed something that would remember the options I've ticked for the whole day, instead of having to type the master password again and again.
Quick disclaimer: I do not propose this as secure. Do read the text before using, I am not liable for any problems you may encounter.
I've decided to re-create the LessPass database features but this only remembers the 1) master password, and 2) other options to the password profile - but only for a day. It does not store the site and the login, because I decided that these are the most sensitive parts, and making the algorithm to encrypt (and decrypt) these data is a chore. Anyway, it also uses HTTPS, so that should prevent man-in-the-middle attacks.
I basically needed something that would remember the options I've ticked for the whole day, instead of having to type the master password again and again.
Quick disclaimer: I do not propose this as secure. Do read the text before using, I am not liable for any problems you may encounter.