using System.Security.Cryptography; public string GetStrMd5(string ConvertString) { MD5CryptoServiceProvider md5 = new MD5CryptoServiceProvider(); str ...
分类:
其他好文 时间:
2020-07-03 17:25:57
阅读次数:
54
package com.rsa; import java.security.KeyFactory; import java.security.KeyPair; import java.security.KeyPairGenerator; import java.security.NoSuchAlgo ...
分类:
其他好文 时间:
2020-07-03 15:36:44
阅读次数:
90
需要在设置协议类型前需要先设置协议版本信息,如下: HttpWebRequestreq = (HttpWebRequest)HttpWebRequest.Create(url); ServicePointManager.ServerCertificateValidationCallback = ne ...
分类:
Web程序 时间:
2020-07-03 15:35:36
阅读次数:
420
spring Security下,X-Frame-Options默认为DENY,非Spring Security环境下,X-Frame-Options的默认大多也是DENY: DENY:浏览器拒绝当前页面加载任何Frame页面 SAMEORIGIN:frame页面的地址只能为同源域名下的页面 ALL ...
分类:
编程语言 时间:
2020-07-02 19:51:30
阅读次数:
81
https://blog.rsisecurity.com/understanding-the-cryptocurrency-security-standard-ccss/ Cryptocurrency has become wildly popular in the past few years. ...
分类:
Web程序 时间:
2020-07-02 13:37:53
阅读次数:
81
https://www.redteamsecure.com/compliance/cryptocurrency-security/ The CryptoCurrency Security Standard (CCSS) is a set of requirements designed to gov ...
分类:
其他好文 时间:
2020-07-02 13:34:38
阅读次数:
64
https://blog.rsisecurity.com/how-to-achieve-cryptocurrency-security-standard-ccss-compliance/ Without a doubt, Bitcoin, cryptocurrency, and the blockc ...
分类:
Web程序 时间:
2020-07-02 13:33:09
阅读次数:
92
0X01 漏洞介绍 Weblogic的WLS Security组件对外提供webservice服务,其中使用了XMLDecoder来解析用户传入的XML数据,在解析的过程中出现反序列化漏洞,导致可执行任意命令。 如果访问/wls-wsat/CoordinatorPortType11目录,存在Web ...
分类:
Web程序 时间:
2020-07-02 09:28:16
阅读次数:
104
OpenJ9 介绍 OpenJ9是一种高性能,可扩展的Java?虚拟机(VM)实现,完全符合Java虚拟机规范。 在运行时,VM解释由Java编译器编译的Java字节码。VM充当语言与底层操作系统和硬件之间的翻译器。Java程序需要特定的VM才能在特定的平台(例如Linux®,z /OS®或Wind ...
分类:
编程语言 时间:
2020-07-01 12:56:50
阅读次数:
60
环境centos7thinkphp 5.0think-worker 1.0.1Workerman version:3.5.30PHP version:5.6.9 thinkphp 5.0使用workerman,启动workerman服务端报错 pcntl_signal() has been disa ...
分类:
Web程序 时间:
2020-07-01 12:26:37
阅读次数:
251