跳转至

Class qqmusic::crypto::MapCipher

ClassList > qqmusic > crypto > MapCipher

Inherits the following classes: qqmusic::crypto::Cipher

Public Functions

Type Name
MapCipher (const std::vector< uint8_t > & key)
virtual void decrypt (qqmusic::utils::buffer & buf, size_t offset) override
map解密算法

Public Functions inherited from qqmusic::crypto::Cipher

See qqmusic::crypto::Cipher

Type Name
virtual void decrypt (qqmusic::utils::buffer & buf, size_t offset) = 0
密钥解密算法
virtual ~Cipher () = default

Public Functions Documentation

function MapCipher

explicit qqmusic::crypto::MapCipher::MapCipher (
    const std::vector< uint8_t > & key
) 

function decrypt

map解密算法

virtual void qqmusic::crypto::MapCipher::decrypt (
    qqmusic::utils::buffer & buf,
    size_t offset
) override

Parameters:

  • buf 待解密的密钥
  • offset 偏移量

Implements qqmusic::crypto::Cipher::decrypt



The documentation for this class was generated from the following file include/qqmusic/crypto/cipher_map.h