docker-jitsi-meet icon indicating copy to clipboard operation
docker-jitsi-meet copied to clipboard

feat: Stronger password in gen-passwords.sh

Open gitusertd opened this issue 1 year ago • 0 comments

gen-passwords.sh could have stronger passwords

Currently

function generatePassword() {
    openssl rand -hex 16
}

Could be updated to: openssl rand -hex 32

Is there any speed penalty regarding this?

gitusertd avatar Aug 06 '24 03:08 gitusertd