Giter Club home page Giter Club logo

kuguo-kgm-decoder's Introduction

酷狗混淆的歌曲文件的解码器

Badge LICENSE Lang Repo Size Code Size

介绍

一个命令行工具,可以用来解码酷狗缓存歌曲文件和下载的单曲收费歌曲文件。

解码原理来自博客孤心浪子 - 闲来无事研究一下酷狗缓存文件kgtemp的加密方式ix64unlock-music 项目中的酷狗解码实现

感谢 ix64 提供用于解码的 Key,ix64unlock-music 项目提供了包括酷狗、网易云等多个平台的歌曲文件解码功能,并有网页和命令行两种使用方式。

使用方式

使用命令 cargo build --release 构建或者直接下载发布的二进制文件。

  • 针对单个文件
kgm-decoder <文件名>
  • 针对某个目录下的文件(不包括子目录)
kgm-decoder <目录名>
  • 针对某个目录下的文件(包括子目录)
kgm-decoder -r <目录名>

其它参数

参数 解释
-k, --keep 保留原文件

生成的后缀为 .mp3 的文件不一定是 mp3 格式的文件,后续考虑加上自动判断解码后的文件类型这个功能。

许可证

反 996 许可证版本 1.0

kuguo-kgm-decoder's People

Contributors

ghtz08 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.