So I want to know is there anyway to set a password of all packages of a SSIS project in one go instead of opening each package and changing the password on every package separately?
better not to have them with passwords - any sensitive data for connection strings should be on config files (or config environments on SSIS catalog) - if on files they can (and should) also be encrypted.