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
文本文件的加密与解密
首先必须使用命名空间System.Security.
Cryptography
;其中包含实现安全的类,如加密解密,管理密钥,验证数据完整性等等。在加密和解密本地文档时使用Rijndael对称算法。
Erinsweet
·
2020-07-11 18:59
C#
ECC椭圆曲线加密扫盲贴
椭圆曲线密码体制ECC(EllipticCurve
Cryptography
)可用短的多的密钥获得同样的安全性,因此具有广泛的应用前景。ECC已被IEEE公钥密码标准P1363采用。
落Ming
·
2020-07-11 18:08
区块链
密码学
区块链
百度翻译api 调用案例
usingSystem.Threading.Tasks;usingSystem.Net;usingSystem.Web;usingSystem.Net.Http;usingSystem.Security.
Cryptography
qq_34942066
·
2020-07-11 17:36
CSharp
网络与信息安全相关会议与期刊(2019年12月)
TOPS期刊BACMTransactionsonPrivacyandSecurityACMC&S期刊BComputers&SecurityElsevierD,C,C期刊BDesigns,Codesand
Cryptography
SpringerJCS
梦在哪里
·
2020-07-11 15:27
论文
Apache Shiro 加密
如果你曾经用过JDK的
Cryptography
API,特别是javax.crypto.Cipher类,你会知道它是一头需要驯服的极其复杂的野兽。
peterwanghao
·
2020-07-11 14:42
DESEncrypt对称加密解密
分享一个很好用的DESEncrypt对称加密解密的类usingSystem;usingSystem.Security.
Cryptography
;usingSystem.Text;usingSystem.Web.Security
Liu_Cabbage
·
2020-07-11 12:51
C#基础
用Encrypt、Decrypt对密码进行编码和解码操作。
在程序中调用这个类Encryption:usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Security.
Cryptography
悦祎
·
2020-07-11 07:29
【ASP.NET】
收藏的一篇文章,ECC加密算法入门介绍
sohu.com主页:Http://ZMWorm.Yeah.Net/前言同RSA(RonRivest,AdiShamir,LenAdleman三位天才的名字)一样,ECC(EllipticCurves
Cryptography
giftandcurse
·
2020-07-11 06:24
Spring Cloud Config 配置和加密
JCE加密Java
Cryptography
Extension,要改jre,先用jasypt吧。
昕昕的爸爸
·
2020-07-11 00:21
mitmproxy的安装
安装mitmproxyUbuntu需要先安装
cryptography
的依赖开发环境sudoapt-getinstallbuild-essentiallibssl-devlibffi-dev通过pip安装
Wavky
·
2020-07-10 22:29
区块链中的密码学
在区块链中使用了较多的非对称加密算法,比较有名的是比特币中使用的椭圆曲线密码学(EllipticCurve
Cryptography
,简称ECC),在比特币中,利用椭圆曲线密码学生成私钥、公钥和数字签名。
crystal---
·
2020-07-10 15:10
区块链
密码学历史(The History of
Cryptography
)(11)
公钥密码学(Public-Key
Cryptography
)公钥密码学领域有一个很重要的工作是由WhitfieldDiffie、MartinHellman和RalphMerkle做出的。
yaoyaohust
·
2020-07-10 14:08
密码学和网络安全
对1976年Diffie和Hellman的文章《New Direction in
Cryptography
》的中文翻译
中文翻译(1976-Diffie-Hellman)密码学新方向摘要本文介绍了两种当前密码学的发展技术。远程处理的广泛应用导致了对新型密码系统的需求,这种系统可以最大限度地减少对安全密钥分发通道的需求,并且提供与手写签名等效的方法。本文提出了解决这些问题的方法。文中还讨论了通信和计算理论是如何开始为解决长期存在的密码问题提供工具的。I、引言今天我们站在密码学革命的边缘。廉价数字硬件的发展使其摆脱了机
咸鱼玩家
·
2020-07-10 01:28
密码学
密码学与实战(一)
基础英文术语密码(
cryptography
)、加密(encrypt)、解密(decrypt)、明文(plaintext)、密文(ciphertext)、算法(algorithm)、密钥(key)、认证(
notwiner
·
2020-07-10 00:55
笔记
【Day3-吴友妹】区块链是什么
Ablockchain—originallyblockchain—isacontinuouslygrowinglistofrecords,calledblocks,whicharelinkedandsecuredusing
cryptography
.Eachblockcontainstypicallyahashpointerasalinktoapreviousblock
Sarah_友妹
·
2020-07-09 21:56
Https通信之RSA加密签名
公钥密码体制(public-key
cryptography
)公钥密码体制分为三个部分,公钥、私钥、加密解密算法,它的加密解密过程如下:加密:通过加密算法和公钥对内容(或者说明文)进行加密,得到密文。
luo_boke
·
2020-07-09 19:21
常规基础篇
Using Padding in Encryption
http://www.di-mgt.com.au/cryptopad.htmlUsingPaddinginEncryptionIntroductionThemostcommonquerywegetabout
cryptography
concernspaddingwithablockcipher.Ifyouhavetoencryptsomedatatosendtoanotheruserand
liguanliang2013
·
2020-07-09 19:09
java
基础
Shiro架构的认证操作
体系结构1、Authentication认证----用户登录2、Authorization授权—用户具有哪些权限3、
Cryptography
安全数据加密4、S
摘星大师
·
2020-07-09 18:05
Shiro
api net调用示例
usingSystem.Collections.Generic;usingMicrosoft.VisualStudio.TestTools.UnitTesting;usingSystem.Linq;usingSystem.Security.
Cryptography
agange
·
2020-07-09 13:52
【新书推荐】【2019.12】无线网络技术与网络安全
Designedforprofessionalsandstudentsofnetworkingand
cryptography
,thisbookcoverskeyconceptsandissuesrelatedtoemergingt
梅花香——苦寒来
·
2020-07-09 09:08
密码学和SSL简介
密码学密码学(
cryptography
)是研究如何隐密地传递信
luckywqf
·
2020-07-09 08:36
网络安全
密码学会议
国际密码学协会除了资助三大会以外,还资助了几个Workshop(有的也已经变成Conference):PublicKey
Cryptography
(PKC),FastSoftwareEncryption
yuanchuanghhhh
·
2020-07-09 04:30
密码学
一些网上密码学资源(1)------密码综述
一些网上密码学资源(1)——密码综述密码概述AnOverviewof
Cryptography
-一篇密码学概要文章。RSALabsFAQ-一篇RSA的密码学常见问题解答。
起点wyh
·
2020-07-08 08:29
密码学
java JCE 不限密钥长度解决办法
()转自http://opensourceforgeeks.blogspot.com/2014/09/how-to-install-java-
cryptography
.html另外,在StackOverflow
tangtao_xp
·
2020-07-08 07:46
C# MD5加解密
usingSystem;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Security.
Cryptography
;usingSystem.Text
一只小程序员
·
2020-07-08 00:18
C#
.net
core
C/C#实现RSA签名
先是对1的数字签名usingSystem.IO;usingSystem.Security.
Cryptography
;staticvoidMain(string[]args){HashAlgorithmhash
王小波_Libo
·
2020-07-08 00:09
#
C#
SSL协议详解
1、密码学的相关概念密码学(
cryptography
):目的是通过将信息编码使其不可读,从而达到安全性。明文(plaintext):发送人、接受人和任何访问消息的人都能理解的消息。
如风521
·
2020-07-07 21:04
https
(BM) the limit of crypto-economics governance
governmentbythewealthy).Hethengoesontoargueforgovernancebycryptoeconomics,theuseofeconomicincentivesand
cryptography
tog
bonnie_acb3
·
2020-07-07 20:14
椭圆曲线加密算法SM2在Android用Java调用实现
SM2基于ECC,ECC(EllipticCurves
Cryptography
)加密算法是一种公钥加密算法,与主流的RSA算法相比,ECC算法可以使用较短的密钥达到相同的安全程度。
HungryGoogle
·
2020-07-07 17:43
Android
[密码学基础][信息安全][每个信息安全博士生应该知道的52件事][Bristol
Cryptography
][第11篇]DLP、CDH和DDH问题是什么?
这是一系列博客文章中最新的一篇,文章的主题是“做密码学每个博士生都应该知道的52件事”。这一系列问题是为了让博士生们在第一年结束时了解他们应该知道的事情。本博客是数学背景部分的第二部分,关注如何使用群操作设计密码原语。就像你现在知道的那样,密码学经常依赖于**‘困难问题’**.这也就是说,如果我们假设对手不能在合适的时间内解决某个(数学)问题,那么我们设计的密码学协议的安全性就得到了证明.这篇推送
CryptWinter
·
2020-07-07 15:23
密码学
密码学
Bristol
52
DLP
CDH
DDH
C#写COM组件提供ASP使用
usingSystem.Collections.Generic;usingSystem.Text;usingSystem.Runtime.InteropServices;usingSystem.Security.
Cryptography
静望远方
·
2020-07-07 15:10
编程
c#
asp
assembly
string
interface
path
VS c# sql 大作业概况
usingSystem.Data;usingSystem.Data.SqlClient;usingSystem.Drawing;usingSystem.Linq;usingSystem.Security.
Cryptography
Onioan
·
2020-07-07 15:19
腾讯云服务器Centos7.6中docker-compose工具安装
yum-yinstallpython-pip3、pipinstall--upgradepip4、pipinstalldocker-compose4.1、pipinstallcffi==1.6.0出现报错:ERROR:
cryptography
2.8hasrequirementcffi
kellerxq
·
2020-07-07 12:45
JAVA中JCE策略文件替换
Java
Cryptography
Extension(JCE)UnlimitedStrengthJurisdictionPolicyFiles下载地址:JDK6http://www.oracle.com/
hfhwfw
·
2020-07-07 09:39
安全攻略
【计算机网络】对称加密、非对称加密和Hash加密的介绍和区别
目录一、对称加密(Symmetric
Cryptography
)优缺点二、非对称加密(asymmetric
Cryptography
)优缺点三、Hash加密算法(摘要算法)对称加密算法的加密与解密使用的是同样的密钥
小七mod
·
2020-07-07 06:21
计算机网络
以太坊椭圆曲线数字签名
本文主要描述椭圆曲线密码学及数字签名相关的理论椭圆曲线密码学椭圆曲线密码学(ECC,EllipticCurve
Cryptography
)是基于椭圆曲线数学的一种公钥加密方法。
187J3X1
·
2020-07-07 05:53
以太坊源码学习
以太坊
密码学
椭圆曲线
Java JCE加密用法
Java密码扩展(TheJava
Cryptography
Extension),是JDK1.4的一个重要部分,基本上,他是由一些包构成的,这些包形成了一个框架并实现了一些加密,密钥生成算法和协议,消息认证码等算法
caolijunmingyan
·
2020-07-07 04:46
JAVA开发
[python3]win7/win10下安装scrapy
点击打开链接,下载完成后使用以下命令安装pipinstalllxml-3.6.4-cp35-cp35m-win32.whl3.装setuptool,下载地址:点击打开链接,下载完成后运行会自动下载安装4.装
cryptography
李耳-lier
·
2020-07-07 02:26
python
爬虫
[SSL证书].pfx格式和.Cer格式的区别以及格式互相转换
作为文件形式存在的证书一般有这几种格式:1.带有私钥的证书由PublicKey
Cryptography
Standards#
天府云创
·
2020-07-06 21:11
Shiro的基本概念与快速入门
Shiro的执行逻辑什么是Shiro正如它的Logo所写,简单的java安全框架Shiro的功能Authentication:身份认证Authorization:权限验证SessionManager:会话管理
Cryptography
我能在河边钓一整天的鱼
·
2020-07-06 21:11
[SpringBoot]
JCE中支持AES,支持的模式和填充方式
Java
Cryptography
Extension(JCE)是一组包,它们提供用于加密、密钥生成和协商以及MessageAuthenticationCode(MAC)算法的框架和实现。
限量发行x
·
2020-07-06 16:39
密码学
Java
Java安全 – JCE
下载LOFTER客户端JCE,Java
Cryptography
Extension,在早期JDK版本中,由于受美国的密码出口条例约束,Java中涉及加解密功能的API被限制出口,所以Java中安全组件被分成了两部分
L_chong
·
2020-07-06 15:36
Java安全
JCE
php(openssl)与C#(VB.NET)加解密
中有个3DES的加解密示例,用其加密在php中不知如何解密,看了网上很多代码,主要还是编码的问题,将vb.net的代码转为C#的代码如下:usingSystem;usingSystem.Security.
Cryptography
zhpfaff
·
2020-07-06 13:40
C#
php
《Computer Networks (fifth edition)》第八章学习小结
第八章介绍了网络安全(NetworkSecurity),总共有十一个小节,分别是:密码学(
Cryptography
)、对称密钥算法(Symmetric-keyalgorithms)、公共密钥算法(Public-keyalgorithms
周兆熊
·
2020-07-06 13:09
计算机网络
C#加密与解密 (转)
cfg1014.blog.163.com/blog/static/6634399200831784423303/DES加密解密://名称空间usingSystem;usingSystem.Security.
Cryptography
xiuping05214
·
2020-07-06 09:09
.Net
C#
OPC UA官方文档翻译Part 2--待续
第二部分安全模型概述引用文件1引用术语定义缩写1术语和定义11应用实例ApplicationInstance12应用实例证书ApplicationInstanceCertificate13非对称密码学asymmetric
cryptography
14
xiong_hui_hui
·
2020-07-06 09:58
OPC
RPA手把手——Python 模块学习 - Paramiko
from=line1ssh是一个协议,OpenSSH是其中一个开源实现,paramiko是Python的一个库,实现了SSHv2协议(底层使用
cryptography
)。
weixin_44447687
·
2020-07-06 05:24
RPA教程
python基础
9.0版本体验
Java加密体系(一)java.security包
一、JCA/JCEJCA(Java
Cryptography
Architecture)是Java体系结构,提供了基本Java加密框架,比如证书、数字签名、消息摘要、秘钥对生成器等,在java.security
noexceptionsir
·
2020-07-06 05:45
RequestsDependencyWarning:Old version of
cryptography
([1, 2, 3]) may cause slowdown.
安装好tensorflow后,每次导入的时候(importtensorflow)都会提示:RequestsDependencyWarning:Oldversionof
cryptography
([1,2,3
景唯acr
·
2020-07-06 03:49
Bug
EntLib 3.1学习笔记(3) :
Cryptography
Application Block
http://www.microsoft.com/china/MSDN/library/enterprisedevelopment/softwaredev/dnpag2crypto1.mspx?mfr=truehttp://msdn2.microsoft.com/en-us/library/aa480457.aspx只支持对称加密和Hash摘要。1.解决的问题:开发人员经常编写一些需要加密和哈希功
JhonXie
·
2020-07-06 00:53
上一页
13
14
15
16
17
18
19
20
下一页
按字母分类:
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
其他