Git Product home page Git Product logo

du-app's Introduction

毒 app

https://m.poizon.com/

毒 app sign 签名 js 解密的 python 复写版本

复写的原因: 使用 js 执行速度较慢, 依赖 node 环境; 因此对于简单的加密可以尝试复写 也可以加深对 js 加密及一些函数的理解

注意点: js 的位左移 << 与 python 中的不一样 这个是 python 的问题, 因为大多数编程语言执行结果与 js 都是一致的

参考: https://blog.csdn.net/pzqingchong/article/details/77991187

解决上述问题:

方式一是使用 shell 脚本执行位移, 发现返回结果是无符号的.....而且其它的执行结果貌似与 python 是一致的(失败)

方式二是使用 execjs 编译一个 js 函数, 直接执行(使用)

其它方式比如调用 node\ 调用其它语言等等都是可以的

du-app's People

Contributors

onetwo1 avatar

Watchers

 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.