# Webqq-Encryption **Repository Path**: GhostCrawler/Webqq-Encryption ## Basic Information - **Project Name**: Webqq-Encryption - **Description**: 腾讯基于web的QQ登录加密算法库 - **Primary Language**: Perl - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2016-12-18 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Webqq::Encryption v1.5 ======================== 安装方法: perl Makefile.PL make make test make install 推荐使用cpanm安装 Webqq::Encryption 依赖模块: Crypt::RSA Digest::MD5 若Crypt::RSA安装有困难导致Webqq::Encryption安装不成功,可以选择安装替代模块,然后再强制安装Webqq::Encryption 1)安装Crypt::OpenSSL::RSA 和 Crypt::OpenSSL::Bignum (Centos下可以通过yum -y install perl-Crypt-OpenSSL-* 来方便安装) 2)安装 JE 模块(这是一个纯perl实现的javascript引擎 使用js代码计算RSA 速度较慢) COPYRIGHT and LICENCE Copyright (C) 2014 by sjdy521 This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.