Skip to content

Plain C++ password generation library for qBittorrent v4.2+

License

Notifications You must be signed in to change notification settings

KozakaiAya/libqbpasswd

Repository files navigation

libqbpasswd

Plain C++ password generation library for qBittorrent v4.2

Based on https://github.com/qbittorrent/qBittorrent/blob/v4_2_x/src/base/utils/password.cpp

The openssl submodule is currently bound to the OpenSSL_1_1_1-stable branch of OpenSSL.

Build

apt install -y build-essential pkg-config automake libtool git perl python3 python3-dev wget
apt install -y openssl-dev # For dynamic build
git clone --recurse-submodules https://github.com/KozakaiAya/libqbpasswd.git
cd libqbpasswd

make # For dynamic build
make static_build # For static build

Reference

https://amefs.net/archives/2027.html (For static build)

About

Plain C++ password generation library for qBittorrent v4.2+

Resources

License

Stars

Watchers

Forks

Packages

No packages published