E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
❥Cryptography
Love
cryptography
这是ISITDTU的一道密码学题目,题目是这样的importrandomfromgmpy2import*frommessageimportmesfromsecretimportm,n,cassert"ISITDTU"inmess=[]foriinmes:x=(m*ord(i)+c)%ns.append(x)prints#[36057520551627235364772595997392333292
kur0mi
·
2020-04-06 21:19
密码学笔记 (转自阮一峰大神的博客)
一类是单钥加密(privatekey
cryptography
),还有一类叫做双钥加密(publickey
cryptography
)。
麦田里的野望
·
2020-04-06 16:11
据说这是程序员被黑得最惨的一次 - SSL/TLS协议原理解析
小明预备基础知识对称密钥加密(SymmetricKey
Cryptography
):加密与解密使用相同密钥。对称加密算法的特点是算法公开
xietao3
·
2020-04-05 12:17
Shiro安全框架【快速入门】就这一篇!
:ApacheShiro™isapowerfulandeasy-to-useJavasecurityframeworkthatperformsauthentication,authorization,
cryptography
我没有三颗心脏
·
2020-04-03 08:32
What is A Smart Contract?(什么是智能合约?)
Thisguidetosmartcontracttakesalookatwhataresmartcontractsandhowtheywork.Thevariousapplicationsandusecaseswillalsobeexplored.Blockchaintechnologyisacrowningjewelcreatedfromtheadvancementsof
cryptography
早春晨树
·
2020-04-02 22:00
使用OpenSSL实现X25519秘钥协商功能
首先大体了解下X5519曲线算法和ECC椭圆曲线算法,ECC是Ellipticcurve
cryptography
(椭圆曲线密码学)的缩写,严格的讲X25519算法也是椭圆曲线算法的一种,但是和其他椭圆曲线算法不兼容
Aloys寒风
·
2020-04-01 20:00
Shiro<简介+核心概念>
授权,即权限验证,验证某个已认证的用户是否拥有某个权限:也就是判断用户能不能做这个事情;SessionManager:会话管理,即用户登录一次就是一次会话,在没有退出之前,他所有会话的信息都保存会话中;
Cryptography
cuteximi_1995
·
2020-04-01 06:33
椭圆曲线密码学
椭圆曲线密码学Elliptic-curve
cryptography
(ECC)isanapproachtopublic-key
cryptography
basedonthealgebraicstructureofellipticcurvesoverfinitefields.ECCrequiressmallerkeyscomparedtonon-ECC
cryptography
xiaojuna
·
2020-03-31 07:16
小程序使用
cryptography
模块生成3rd_session
图片来自于微信小程序文档微信小程序的身份认证不同于用户名+密码换取token类型的身份认证,因为小程序是运行在微信之上的,用户信息在微信服务器,以下说明开发者如何针对小程序用户做身份认证.如果你的小程序时动态的,需要和后台做数据交互,那么你需要在小程序启动时调用wx.login()方法,该方法会从微信服务器获取一个code,然后将这个code发送至开发者服务器,在第三方开发者服务器中利用code再
laotoutou
·
2020-03-30 14:09
C#利用HttpWebRequest进行post请求的示例(HTTPS)
usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Net.Security;usingSystem.Security.
Cryptography
.X509Certificates
TomHu_blog001
·
2020-03-29 08:29
JAVA与NodeJS实现AES加密
256-ecbaes-128-cbcaes-256-cbcjava实现AES注意Java本身限制密钥的长度最多128位,而AES256需要的密钥长度是256位,因此需要到Java官网上下载一个Java
Cryptography
Extensi
飘逸峰
·
2020-03-29 07:01
HackerRank:Strings: Making Anagrams Python3
题目Aliceistakinga
cryptography
classandfindinganagramstobeveryuseful.Weconsidertwostringstobeanagramsofeachotherifthefirststring'sletterscanberearrangedtoformthesecondstring.Inotherwords
流浪山人
·
2020-03-26 08:02
公钥、私钥、加密原理基础
公钥密码体制(public-key
cryptography
):公钥密码体制分为三个部分,公钥、私钥、加密解密算法,加密解密过程如下:加密:通过加密算法和公钥对内容(或者说明文)进行加密,得到密文。
于晓俞
·
2020-03-24 03:21
【Java小工匠】数字签名-ECDSA
1、EC相关知识1.1什么是ECC EllipticCurves
Cryptography
,椭圆曲线密码编码学。
Java小工匠
·
2020-03-21 18:49
TripleDESCryptoServiceProvider CryptoStream
usingSystem.Security.
Cryptography
;staticvoidMain(string[]args){stringrawString="Makeeverysecondcount.
Fred1987
·
2020-03-19 10:00
Apache Shiro简介
和
cryptography
()加密。2.ApacheShiro可以做的事鉴别用户身份管理用户权限,例如:判断用户是否有某一角色或用户是否被允许做某一操作即使没有we
tomandjerryzy
·
2020-03-15 11:02
C# 32位md5加密(解决乱码和结果少了一位的问题)
publicstaticstringGetMD5(stringstr){byte[]b=System.Text.Encoding.Default.GetBytes(str);b=newSystem.Security.
Cryptography
.MD5Cryp
func_老衲姓罗
·
2020-03-15 10:16
笔记:网络加密
非对称加密(Asymmetric
cryptography
):也就是公开密钥加密(public-key
cryptography
),一对密钥,对外公开的叫公钥,公钥可提供给所有人,私钥是保密的不对外公开。
一剑书生
·
2020-03-15 02:37
CTF之密码学笔记
密码学密码学(
Cryptography
)一般可分为古典密码学和现代密码学。对密码系统的攻击:mimagongji.png一、古典密码在CTF中,我们经常能看到一些简单的古典密码。
小小怪吃吃吃
·
2020-03-14 20:58
C# MD5加密
publicclassEncrypt{publicstringEncrypt_MD5(stringpassword){System.Security.
Cryptography
.MD5md5=newSystem.Security.
Cryptography
.MD5CryptoServiceProvider
坑你坑你com
·
2020-03-11 04:01
关于scrapy安装运行的一些坑
可能会出现如下情景from
cryptography
.hazmat.bindings._opensslimportffi,libI
努力的土豆
·
2020-03-08 21:51
Programmingbitcoin-note2
后面我们会把椭圆曲线和有限域结合起来,得到我们强大的武器Ellipticcurve
cryptography
。就像有限域一样,如果你之前没见过,可能会被椭圆曲线吓退啦。但是,实际上没有那么困难哦。
Lunaticf_3d0c
·
2020-03-08 08:09
Pycharm连接MySQL报错:RuntimeError:
cryptography
is required for sha256_password or caching_sha2_password
报错如下:image.png报错原因:MySQL8.0版本以后采用caching_sha2_password作为默认的身份验证插件。解决方法:登录mysql:mysql>mysql-uroot-pEnterpassword:查询用户密码:mysql>selecthost,user,authentication_stringfrommysql.user;设置(或修改)root用户密码:ALTERus
卷卷_麦芽呀
·
2020-03-05 05:56
9 Algorithms That Changed The Future
ContentsSearchEnginePageRankPublicKey
Cryptography
Error-CorrectingCodesPatternRecognitionDataCompressionDatabasesDigitalSignaturesSearchEnginePageRankPublicKey
Cryptography
a
Vicancy
·
2020-03-05 05:45
Scrapy安装过程中的问题
毕竟小白解决这个问题使用了接近一整天File"C:\Anaconda3\lib\site-packages\
cryptography
\hazmat\bindings\openssl\binding.py
Bean是豆子
·
2020-03-01 02:32
opencanary
sudoapt-getinstallpython-devpython-pippython-virtualenvbuild-essentiallibssl-devlibffi-devlibpcap-devpythonrdpypyasn1.whl0.1.7
cryptography
.whlcffi.whlpycparserasn1cryptoidnawheelsetuptools_gitpcapysca
中张
·
2020-03-01 02:58
腾讯信鸽后台推送证书配置以及对称加密和非对称加密
腾讯信鸽后台需要我们上传pem类型的文件而我们从苹果开发者后台下载的推送证书是cer格式,这之间就需要转换pem,p12,cer这几个证书的区别:PKCS全称是Public-Key
Cryptography
Standards
luoerliu
·
2020-02-29 04:52
SpringBoot与Shiro
ApacheShiro体系结构1、Authentication认证----用户登录2、Authorization授权---用户具有哪些权限3、
Cryptography
安
Nice
·
2020-02-26 03:02
springboot
shiro
常用加解密那些事之非对称加密
非对称加密体制的思想:公开密钥加密(public-key
cryptography
),也称为非对称加密(asymmetric
cryptography
),一种密码学算法类型,在这种密码学方法中,需要一对密钥
木夜溯
·
2020-02-25 22:30
c# 基于DES的字符串加密解密
注:由于加密、解密字符串时,需要用到加密类和内存流,所以首先需要在命名空间区域添加System.Security.
Cryptography
和System.IO命名空间。
zhangqian976431
·
2020-02-25 03:06
Blockchain Resources
一个故事告诉你比特币的原理及运作机制TheProof-of-WorkConcept比特币白皮书ethereumwhitepaperBlockChain与Ethereum介绍汪晓明对区块链、以太坊的思考侧链
cryptography
Historyof
cryptography
dyun
·
2020-02-24 05:03
OpenSSL
OpenSSLVersion:1.0.2kDESCRIPTIONOpenSSLisa
cryptography
toolkitimplementingtheSecureSocketsLayer(SSLv2/
依忆依意壹懿
·
2020-02-23 18:57
用JAVA开发的程序为什么更安全
加密和解密技术;2JAVA源代码保护技术;3数据完整性保护技术(数字签名和消息摘要);4数字证书技术;5其它更高级的技术(包括Kerberos技术和JAVAGSS-API技术等等);Java加密扩展即Java
Cryptography
E
zxqwan0430
·
2020-02-21 12:18
Config Server——配置内容的加密与解密
安装JCEConfigServer的加解密功能依赖Java
Cryptography
Extension(JCE)。
周立_itmuch
·
2020-02-20 09:01
How to Go Beyond the Black-Box Simulation Barrier
Thesimulationparadigmiscentralto
cryptography
.Asimulatorisanalgorithmthattriestosimulatetheinteractionoftheadversarywithanhonestparty
朱小虎XiaohuZhu
·
2020-02-18 01:10
简单的Scrapy数据爬虫
环境安装问题//cmd中输入即可(一般在windows系统都会出问题)pipinstallscrapyScrapy环境安装问题缺少Scrapy的依赖包问题一般缺少parsel,w3lib,pyOpenSSL,
cryptography
宥_Hugh
·
2020-02-15 21:03
数字证书原理(签名,加密,RSA)
1.1、公钥密码体制(public-key
cryptography
)公钥密码体制分为三个部分,公钥、私钥、加密解密算法,它的加密解密过程如下:加密:通过加密算法和公钥对内容(或者说明文)进行加密,得到密文
_Choice_
·
2020-02-15 18:38
python加密解密库
cryptography
使用openSSL生成的密匙加密解密
密匙使用步骤一般是:1.私匙签名,发送签名后的数据,公匙验证。2.公匙加密,发送加密后的数据,私匙解密。一般使用情景是通过openssl生成密匙后再操作的。Linux下生成密匙也很简单。yum安装opensslyum-yinstallopenssl生成三个密匙文件。rsa_private_key.pem私匙文件rsa_private_key_pkcs8.pempkcs8格式私匙,rsa_publi
xiaoqingyu123
·
2020-02-11 08:15
密码学基础体系
对称密码对称密码(symmetric
cryptography
)是指在加密和解密时使用同一密钥的方式。它是最常见的一种加密方式,通过将信息编码,利用公开的加密算法和保密的密钥完成对信息的加密和
江米条二号
·
2020-02-11 06:33
Windows安装Scrapy
64bitpython:3.5.2Scrapy网站(https://doc.scrapy.org/en/1.2/intro/install.html)文档中查看需要依赖的包1.1parsel,w3lib,
cryptography
Iooooooo
·
2020-02-07 10:41
Unity生成验证码图片C#
System.Drawing.dll二、新建一个C#脚本文件 VerificationCode.csusingSystem;usingSystem.Drawing;usingSystem.Security.
Cryptography
陌上冰火
·
2020-02-01 15:07
python之自动化运维(Paramiko)
ssh是一个协议,OpenSSH是其中一个开源实现,paramiko库,实现了SSHv2协议(底层使用
cryptography
)。
StevenXUzw
·
2020-02-01 06:38
python
浅谈python之自动化运维(Paramiko)
ssh是一个协议,OpenSSH是其中一个开源实现,paramiko库,实现了SSHv2协议(底层使用
cryptography
)。
StevenXUzw
·
2020-01-31 14:08
C#数据Encrypt加密Encrypt解密的算法使用--非对称算法RSACryptoServiceProvider
RSACryptoServiceProviderAsymmetricalgorithms--EncryptEncryptC#数据Encrypt加密Encrypt解密的相关算法可以参考System.Security.
Cryptography
龙骑科技
·
2020-01-09 15:00
C#数据Encrypt加密Encrypt解密的算法使用
C#数据Encrypt加密Encrypt解密的算法使用,如下图所示的加密和解密的方式该框架还为在System.Security.
Cryptography
.Xml中创建和验证基于xml的签名以及在System.Security.
Cryptography
.X509Certificates
龙骑科技
·
2020-01-09 14:00
数字签名、多重签名、代理签名历史
数字签名1976年,Diffie和Hellman首次提出数字签名的概念DiffieW,HellmanME.Newdirectionsin
cryptography
[J].IEEETransactionsonInformationTheory
November_Chopin
·
2020-01-08 16:15
Unity数据加密
usingSystem;usingSystem.Text;usingSystem.Security.
Cryptography
;usingSystem.IO;usingUnityEngine;publicclassStringEncryption
逆茪
·
2020-01-04 09:55
Bug集中寻路帖
集中近期已解决的BUG,希望能够帮到你Python报错信息描述解决方案ImportError:DLLloadfailed:操作系统无法运行1%未知pipinstall-I
cryptography
UnicodeEncodeError
HughDong
·
2020-01-02 09:11
ECC 算法简介
与RSA(RonRivest,AdiShamir,LenAdleman三位天才的名字)一样,ECC(EllipticCurves
Cryptography
,椭圆曲线加密)也属于公开密钥算法。
开着保时捷堵你家门口
·
2020-01-02 04:21
C# compare different Encoding pattern between UTF8 and UTF32 based on Md5
1usingSystem;2usingSystem.Text;3usingSystem.IO;4usingSystem.Security.
Cryptography
;56staticvoidMain(string
Fred1987
·
2020-01-01 21:00
上一页
17
18
19
20
21
22
23
24
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他