using System; using System.Collections.Generic; using System.IO; using System.Linq; using System.Runtime.InteropServices; using System.Security.Crypto... ...
分类:
编程语言 时间:
2017-11-13 18:21:33
阅读次数:
198
一、前言 随着直播技术火爆之后,各家都出了直播app,早期直播app的各种请求协议的参数信息都没有做任何加密措施,但是慢慢的有人开始利用这个后门开始弄刷粉关注工具,可以让一个新生的小花旦分分钟变成网红。所以介于这个问题,直播App开始对网络请求参数做了加密措施。所以就是本文分析的重点。逆向领域不仅只 ...
分类:
移动开发 时间:
2017-11-11 22:58:41
阅读次数:
250
原文地址找不到了 #include <windows.h>#include <iostream>#include <cassert> #include <string> #include <vector> #include "openssl/md5.h" #include "openssl/sha. ...
分类:
其他好文 时间:
2017-11-10 13:43:17
阅读次数:
289
1、JS 解题链接: http://ctf5.shiyanbar.com/crypto/2.html eval(function(p,a,c,k,e,d){e=function(c){return(c35?String.fromCharCode(c+29):c.toString(36))};if(! ...
分类:
其他好文 时间:
2017-11-09 11:39:27
阅读次数:
315
Crypto.h以及Crypto.cpp Crypto.h 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646 ...
分类:
编程语言 时间:
2017-11-07 18:12:28
阅读次数:
143
问题一:/usr/local/python27/lib/python2.7/site-packages/Crypto/Util/number.py:57:PowmInsecureWarning:Notusingmpz_powm_sec.Youshouldrebuildusinglibgmp>=5toavoidtimingattackvulnerability.解决方法:如果遇到以上问题,是由于gmp版本比较低造成的:为此,我们必须..
分类:
编程语言 时间:
2017-11-06 22:44:34
阅读次数:
355
System.InvalidOperationException: This implementation is not part of the Windows Platform FIPS validated cryptographic algorithms. 引发该问题的原因是系统启动了FIPS, ...
分类:
编程语言 时间:
2017-11-02 11:36:56
阅读次数:
172
package cn.com.gome.cashier.web;import java.lang.reflect.Method;import java.math.BigInteger;import java.security.MessageDigest;import javax.crypto.Cip ...
分类:
其他好文 时间:
2017-10-28 14:40:00
阅读次数:
507
1.首先,进入webconsole目录删除/opt/webconsole/src/golang.org/x/目录下crypto文件夹2.然后,在/opt/webconsole/src/golang.org/x/在执行gitclonehttps://github.com/golang/crypto.git重新下载crypto文件3.再次,进入cd/opt/webconsole/src/apibox.club/apibox目录,执行GOP..
分类:
Web程序 时间:
2017-10-20 16:08:58
阅读次数:
233
1.首先,进入webconsole目录删除/opt/webconsole/src/golang.org/x/目录下 crypto文件夹 2.然后,在/opt/webconsole/src/golang.org/x/ 在执行 git clone https://github.com/golang/cr ...
分类:
Web程序 时间:
2017-10-20 15:01:06
阅读次数:
196