跳转至

Class qqmusic::crypto::RC4Cipher

ClassList > qqmusic > crypto > RC4Cipher

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

Public Functions

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

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 RC4Cipher

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

function decrypt

RC4解密算法

virtual void qqmusic::crypto::RC4Cipher::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_rc4.h