AutoIt LessPass Front End

v1.0

2022/1/16

=========================================

This AutoIt Script:

- Generate paswords with the help of
lesspass locally.

- Passwords are not stored at any time,
neither on disk nor in the input box.

- The generated password is directly
passed to a variable, letter by letter,
and then passed to the clipboard.

- For each letter of the password that is
typed, a random letter is sent, and then
the two letters are deleted to resist a
possible keylogger attack or any attempt
to view an asterisk entry box with a
password tool.

- This script does not make use of any
connection, it is totally local, offline.

- Each record can be saved with the custom
settings used (letters, symbols, number
of characters used, etc.), all except the
password.

- The generated passwords are compatible
with the web version ( www.lesspass.com )
and with the browser extension version.
In case you lose this script you can
always go to the page or download the
extension to continue generating the same
passwords.

more information:
https://www.lesspass.com/
www.safetydetectives.com/best-password-managers/lesspass/

=========================================
How to use this script:

[website]
* Domain.names+extension: my.web.site.com
  - remove the protocol: https://
  - remove the path: /all/after/extension

[login]
* The login must be the email address you
used to create your account on the website

[password]
* Use a strong master password to generate
all your passwords. A hint system has been
added that shows you three colored icons
to help you know if you have spelled it
right

[options]
* In the settings tab you can make
permanent changes to the default options.

* You could change the minimum number of
characters to 25 for example. And stick
to 25 characters for all your generated
password profiles that you store.

* The counter is used to generate another
password for the same site without having
to change your master password.

[generate & copy - button]
* The button to generate the password
transfers the password directly to the
clipboard, so after pressing the button,
you just have to go to the site and paste
it.




=========================================

This script Requirements:

- AutoIt v3.3.14.5

- LessPass-cli:
python3 -m pip install --user lesspass

- Python3 (to be able to use pip)


In the script I have included the python
generated program as of January 2022, but
if you want to be up to date, you should
install it directly from python and
add lesspass.exe to the windows $PATH.

Also, LessPass is available for iOs,
Android, Chrome, Firefox and for command
line with the help of python.


=========================================

Links:

- LessPass:
https://www.lesspass.com/

- LessPass-cli / GitHub :
https://github.com/lesspass/lesspass#cli

- LessPass - python:
https://pypi.org/project/lesspass/

- LessPass - Review:
https://www.safetydetectives.com/best-password-managers/lesspass/

- Icons were taken from:
www.flaticon.com
www.freepik.com