Manage permissions for sysPass accounts.
-
sysPass allows to import data from csv / xml files or API, but it doesn't support permissions.
-
At the moment (14.12.2022) I didn't find suitable solution.
-
sysPass author has no time for project
- Set permissions for accounts
- Get accounts without permissions
See Usage.md.
See Architecture.md.
SPT is ultra-fast and eats 13 KB of RAM, but strongly depends on chrome webdriver. You can tweak delays in config file.
I did tests for get-empty
command with Core i7 12650H and 1800+ accounts, webdriver ate 2-3 GB of RAM and crashed on 70% with message:
error: webDriver command error: webdriver returned error: unknown error: session deleted because of page crash
SPT saves progress in file cache. Use --resume
option for get-empty
command if you want to continue interrupted process.
Also headless mode for webdriver is preferable.
See Troubleshooting.md.
See Dev.md.
- Show progress in stdout
- Performance tweaks