An offline webUI to create and generate JSON from your password's profile from LessPass.
You can only use this software if you're using LessPass as you password manager.
- Download/clone LessPass Pure:
git clone https://github.com/lesspass/lesspass.git
or https://github.com/lesspass/lesspass/archive/main.zip - Copie the file from
packages/lesspass-pure/dist/index.html
topackages/lesspass-pure/index.html
- Update it using this sed command:
sed -i 's/="\//="dist\//g' 'packages/lesspass-pure/index.html'
- Start the webUI in standalone in your internet browser (drag & drop in your browser the index.html file contained in
packages/lesspass-pure
, and you should see in the adress something likefile:///C:/[FOLDER]/lesspass/packagespackages/lesspass-pure/index.html#/
) - Remember this link
file:///C:/[FOLDER]/lesspass/packages/pure/index.html#/
(you can close the tab) - Download/clone this repositorie:
git clone https://github.com/Kcchouette/LessPass-Helper.git
or https://github.com/Kcchouette/lesspass-helper/archive/master.zip - Start the webUI in standalone in your internet browser (drag & drop in your browser, and you should see in the adress something like
file:///C:/[FOLDER]/LessPass-Helper/index.html
) - Indicate the link from the part
3.
WITHOUT theindex.html#/
part and the JSON file you have (or nothing if you have nothing) - Finish! You can add new setting by clicking "New Setting" Button and fill all the input :)
css/bootstrap.min.css
and js/bootstrap.min.js
come from Bootstrap v3.3.7
js/jquery.min.js
come from JQuery v1.12.4