From 6e3b38286d3b4953033fe7a1c776d20f06de1cd7 Mon Sep 17 00:00:00 2001 From: hanjinpeng Date: Sun, 2 Jun 2024 17:42:17 +0800 Subject: vncpasswd add password complexity rule check to enhance security Use the library pwquality to check password complexity and improve security. Additionally, optional enable support is also set in CMake. --- BUILDING.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'BUILDING.txt') diff --git a/BUILDING.txt b/BUILDING.txt index 83a68aee..9bb3d61b 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -55,6 +55,9 @@ Build Requirements (Unix) * You might have to enable additional repositories for this. E.g., on RHEL, EPEL and RPMFusion (free + nonfree) need to be enabled. +-- If building vncpasswd with password quality check support: + * libpwquality + ============================ Build Requirements (Windows) ============================ -- cgit v1.2.3