码迷,mamicode.com
首页 >  
搜索关键字:425 security    ( 6031个结果
rsa加解密
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
.Net Core访问https接口报错:The requested security protocol is not supported
需要在设置协议类型前需要先设置协议版本信息,如下: HttpWebRequestreq = (HttpWebRequest)HttpWebRequest.Create(url); ServicePointManager.ServerCertificateValidationCallback = ne ...
分类:Web程序   时间:2020-07-03 15:35:36    阅读次数:420
springBoot springSecurty x-frame-options deny
spring Security下,X-Frame-Options默认为DENY,非Spring Security环境下,X-Frame-Options的默认大多也是DENY: DENY:浏览器拒绝当前页面加载任何Frame页面 SAMEORIGIN:frame页面的地址只能为同源域名下的页面 ALL ...
分类:编程语言   时间:2020-07-02 19:51:30    阅读次数:81
UNDERSTANDING THE CRYPTOCURRENCY SECURITY STANDARD (CCSS)
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
Cryptocurrency Security Compliance
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
HOW TO ACHIEVE CRYPTOCURRENCY SECURITY STANDARD (CCSS) COMPLIANCE
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
Weblogic< 10.3.6 'wls-wsat' XMLDecoder 反序列化漏洞(CVE-2017-10271)
0X01 漏洞介绍 Weblogic的WLS Security组件对外提供webservice服务,其中使用了XMLDecoder来解析用户传入的XML数据,在解析的过程中出现反序列化漏洞,导致可执行任意命令。 如果访问/wls-wsat/CoordinatorPortType11目录,存在Web ...
分类:Web程序   时间:2020-07-02 09:28:16    阅读次数:104
利用OpenJ9大幅度降低JAVA内存占用
OpenJ9 介绍 OpenJ9是一种高性能,可扩展的Java?虚拟机(VM)实现,完全符合Java虚拟机规范。 在运行时,VM解释由Java编译器编译的Java字节码。VM充当语言与底层操作系统和硬件之间的翻译器。Java程序需要特定的VM才能在特定的平台(例如Linux®,z /OS®或Wind ...
分类:编程语言   时间:2020-07-01 12:56:50    阅读次数:60
thinkphp 5.0报错pcntl_signal() has been disabled for security reasons问题解决
环境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
谷歌修复多个严重的安卓 RCE 漏洞
导读 谷歌推出2020年6月的安卓操作系统安全补丁,共解决了43个漏洞,其中多个为“严重”级别。 其中最为严重的 bug 存在于 System 中,可被用于远程执行任意代码。攻击者需要使用一个特殊构造的传输才能利用该漏洞。它是System 中出现的两个严重的远程代码执行漏洞之一。这两个 RCE 漏洞 ...
分类:移动开发   时间:2020-06-30 22:28:45    阅读次数:82
6031条   上一页 1 ... 22 23 24 25 26 ... 604 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!