meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
passwords [2023/09/14 19:46] – johnny | passwords [2024/08/29 20:13] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Passwords ====== | + | ====== |
ITFlow allows you to store asset/URL credentials | ITFlow allows you to store asset/URL credentials | ||
{{: | {{: | ||
- | ===== Login Fields ===== | + | ===== Credential |
* Name/Desc | * Name/Desc | ||
- | * Username | + | * Username |
- | * Password (encrypted) | + | * Password (encrypted |
- | * OTP (bug) | + | * OTP |
* URL | * URL | ||
* Related vendor/ | * Related vendor/ | ||
* Notes | * Notes | ||
- | |||
- | ===== ITFlow Login Helper Browser Extension ===== | ||
- | |||
- | A browser extension is available for [[https:// | ||
===== How logins are protected ===== | ===== How logins are protected ===== | ||
Line 30: | Line 26: | ||
With that in mind, the solution decided upon was to generate an AES master key during the initial installation and **encrypt this master key for each technician using their password** hash as their " | With that in mind, the solution decided upon was to generate an AES master key during the initial installation and **encrypt this master key for each technician using their password** hash as their " | ||
- | This approach is by no means perfect. It also means that **if you forget/lose all user account passwords and haven' | + | This approach is by no means perfect. It also means that **if you forget/lose all user account passwords and haven' |
I've abstracted some of the details here for readability. If you'd like to get into the technical detail of how this is done, please review the associated [[https:// | I've abstracted some of the details here for readability. If you'd like to get into the technical detail of how this is done, please review the associated [[https:// | ||
+ | |||
+ | ==== (Not in active use) ITFlow Login Helper Browser Extension ==== | ||
+ | |||
+ | A browser extension is available for [[https:// | ||