Skip to content

Instantly share code, notes, and snippets.

@CypherpunkSamurai
Created January 13, 2022 20:43
Show Gist options
  • Select an option

  • Save CypherpunkSamurai/304e6faf18b806c4c22c5b05c09b9ab9 to your computer and use it in GitHub Desktop.

Select an option

Save CypherpunkSamurai/304e6faf18b806c4c22c5b05c09b9ab9 to your computer and use it in GitHub Desktop.
Qbitorrent - Generate password for

Qbitorrent

Update password

echo "${username}:$(echo ${password} | openssl enc -aes-128-ecb -pbkdf2 -a -e -pass pass:${passphrase} -nosalt)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment