TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
The class of the des wrapper. More...
#include <deswrapper.h>
Public Member Functions | |
Des () | |
QByteArray | encrypt (const QByteArray &in, const QByteArray &key) |
QByteArray | decrypt (const QByteArray &in, const QByteArray &key) |
The class of the des wrapper.
Definition at line 34 of file deswrapper.h.
QAlgorithm::Des::Des | ( | ) |
Decrypt des by input.
Definition at line 361 of file deswrapper.cpp.
References QAlgorithm::base64Decode(), QAlgorithm::Decrypt, and TTK_D.
Encrypt des by input.
Definition at line 350 of file deswrapper.cpp.
References QAlgorithm::base64Encode(), QAlgorithm::Encrypt, and TTK_D.
Referenced by ReqKWInterface::parseFromMovieProperty(), and parseSongPropertyV2().