Replies: 2 comments 11 replies
-
They do it here https://github.com/swizzin/swizzin/blob/master/scripts/qbittorrent.Userpass.py https://github.com/swizzin/swizzin/blob/master/sources/functions/qbittorrent#L397-L398 |
Beta Was this translation helpful? Give feedback.
9 replies
-
https://github.com/swizzin/swizzin/blob/master/scripts/qbittorrent.Userpass.py It works! Thank you . But i need a shell example to generate the qbittorrent password. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey guys,
we like to generate and apply a custom PBKDF2 password hash via shell script for the web interface, before starting up qBittorrent the first time. With MD5 this was easy, but I fail to generate a correctly interpreted PBKDF2 hash. I tried it with
openssl enc
andopenssl passwd
, but while the first supports PBKDF2, it doesn't seem to really hash a password when no encryption via another password is done. And the second supports sha512 but no PBKDF2, it seems.Does anyone have an idea?
Best regards
Beta Was this translation helpful? Give feedback.
All reactions