Update system requirements authored by Marius David Wieschollek's avatar Marius David Wieschollek
The app settings can be found in the administrative area of Nextcloud. The app settings can be found in the administrative area of Nextcloud.
[[_TOC_]]
# Internal Data Processing # Internal Data Processing
These settings influence how Passwords processes different types of data internally. These settings influence how Passwords processes different types of data internally.
...@@ -30,10 +31,10 @@ This setting defines the service which is used to check if a password has been c ...@@ -30,10 +31,10 @@ This setting defines the service which is used to check if a password has been c
**Our Recommendation**: [Have I been pwned?](./Services/Password-Security-Check-Services#have-i-been-pwned) **Our Recommendation**: [Have I been pwned?](./Services/Password-Security-Check-Services#have-i-been-pwned)
| **Service** | Have I been pwned? | Big local database (25M passwords) | Small local database (5M passwords) | Big local database & Hibp? | | **Service** | Have I been pwned? | Big local database (25M passwords) | Small local database (5M passwords) | Big local database & Hibp? |
|-----------------|--------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------| |-----------------|--------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------|
| **Description** | Uses [haveibeenpwned.com](https://haveibeenpwned.com/) to check for hundreds of millions of compromised passwords. | Downloads a static database of common compromised passwords and checks your passwords against it | Downloads a static database of common compromised passwords and checks your passwords against it | This service combines the "Have i been pwned?" and "Big local database" services. | | **Description** | Uses [haveibeenpwned.com](https://haveibeenpwned.com/) to check for hundreds of millions of compromised passwords. | Downloads a static database of common compromised passwords and checks your passwords against it | Downloads a static database of common compromised passwords and checks your passwords against it | This service combines the "Have i been pwned?" and "Big local database" services. |
| **Benefits** | Up-to-date, privacy friendly, large database | All checks done locally, allows custom dataset, can be used offline | All checks done locally, does not require much space, allows custom dataset, can be used offline | Up-to-date, privacy friendly, large database, allows custom dataset, can be used offline, less requests to HIBP for common passwords | | **Benefits** | Up-to-date, privacy friendly, large database | All checks done locally, [allows custom dataset, can be used offline](./Guides/Services/Generating-the-password-database), low ram friendly | All checks done locally, does not require much space or ram, [allows custom dataset, can be used offline](./Guides/Services/Generating-the-password-database) | Up-to-date, privacy friendly, large database, allows custom dataset, can be used offline, less requests to HIBP for common passwords |
| **Downsides** | Requires online connection | Requires download & disk space, small compared to HIBP, rarely updated | Very small dataset, rarely updated | Requires download & Disk space | | **Downsides** | Requires online connection | Requires download & disk space, only a subset of HIBP data, not up to date | Requires download & disk space, only a very small subset of HIBP data, not up to date | Requires download & Disk space |
| **Details** | [More details](./Services/Password-Security-Check-Services#have-i-been-pwned) | [More details](./Services/Password-Security-Check-Services#big-local-database-25m-passwords) | [More details](./Services/Password-Security-Check-Services#small-local-database-5m-passwords) | [More details](./Services/Password-Security-Check-Services#big-local-database--hibp) | | **Details** | [More details](./Services/Password-Security-Check-Services#have-i-been-pwned) | [More details](./Services/Password-Security-Check-Services#big-local-database-25m-passwords) | [More details](./Services/Password-Security-Check-Services#small-local-database-5m-passwords) | [More details](./Services/Password-Security-Check-Services#big-local-database--hibp) |
## Password Generator Service ## Password Generator Service
... ...
......