跳转至

File cipher_map.h

FileList > crypto > cipher_map.h

Go to the source code of this file

cipher_map More...

  • #include <cstdint>
  • #include <qqmusic/crypto/cipher.h>
  • #include <qqmusic/utils/buffer.h>
  • #include <vector>

Namespaces

Type Name
namespace qqmusic
namespace crypto

Classes

Type Name
class MapCipher

Detailed Description

Author:

kingpoem

Version:

0.1

Date:

2025-03-15 解密算法中的一种,适用于QQ音乐的早期加密

Copyright:

Copyright (c) 2025

See also: https://git.unlock-music.dev/um/cli/src/branch/main/algo/qmc/cipher_map.go

qqmusic::crypto::MapCipher cipher(key);
cipher.decrypt(buf, 0);

Note:

该接口未测试,暂不可用


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