Search found 1 match

by qBLover
Fri Apr 10, 2020 1:09 am
Forum: Generic
Topic: qBittorrent password generator script
Replies: 3
Views: 2326

qBittorrent password generator script

Hi all, Can someone please help me with a short python script/bash script that can generate PBKDF2 hash for qbittorrent? I can see the code here -- https://github.com/qbittorrent/qBittorrent/blob/f3c0cc3cee825000f9d63cdce11398d02be6d0ed/src/base/utils/password.cpp But I don't know enough C++/crypto ...