码迷,mamicode.com
首页 >  
搜索关键字:cryptography    ( 396个结果
DES加密,解密
using System;using System.IO;using System.Text;using System.Security.Cryptography; namespace Elight.Infrastructure{ /// <summary> /// 字符串加密解密方法扩展类。 // ...
分类:其他好文   时间:2020-04-14 22:29:27    阅读次数:74
AES
数据块:128位/192位/256位密钥长度问题 默认 Java 中仅支持 128 位密钥,当使用 256 位密钥的时候,会报告密钥长度错误 Invalid AES key length 你需要下载一个支持更长密钥的包.这个包叫做 Java Cryptography Extension (JCE) ...
分类:其他好文   时间:2020-04-12 16:15:55    阅读次数:66
Python模块学习 - Paramiko
ssh是一个协议,OpenSSH是其中一个开源实现,paramiko是Python的一个库,实现了SSHv2协议(底层使用cryptography)。 有了Paramiko以后,我们就可以在Python代码中直接使用SSH协议对远程服务器执行操作,而不是通过ssh命令对远程服务器进行操作。 para ...
分类:编程语言   时间:2020-03-14 14:50:43    阅读次数:56
python scrapy No module named ‘cryptography.hazmat
No module named ‘cryptography.hazmat.bindings._constant_time
分类:编程语言   时间:2020-03-10 22:04:04    阅读次数:77
Shiro安全框架「快速入门」就这一篇
Shiro 简介 照例又去官网扒了扒介绍: Apache Shiro? is a powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, a ...
分类:其他好文   时间:2020-03-03 11:02:58    阅读次数:55
sqlalchemy 连接mysql报 RuntimeError: cryptograpy si requeired for sha256_password 错误
cryptography is required for sha256_password or caching_sha2_password 需要cryptography模块的支持才能连接需要sha256_password or caching_sha2_password的数据库 pip instal ...
分类:数据库   时间:2020-02-27 12:57:26    阅读次数:64
Python pip安装Scrapy,报错Twisted
Scrapy依赖的包有如下:lxml:一种高效的XML和HTML解析器w3lib:一种处理URL和网页编码多功能辅助twisted:一个异步网络框架cryptography 和 pyOpenSSL:处理各种网络级安全需求——————————————————————————1.先运行一次pip安装 p ...
分类:编程语言   时间:2020-01-21 16:23:05    阅读次数:105
C# RSA加密
using System;using System.Collections.Generic;using System.IO;using System.Linq;using System.Security.Cryptography;using System.Text;using System.Thre ...
分类:Windows程序   时间:2020-01-15 22:50:45    阅读次数:134
C#数据Encrypt加密Encrypt解密的算法使用--非对称算法RSACryptoServiceProvider
C#数据加密解密的非对称算法使用 RSACryptoServiceProvider Asymmetric algorithms--Encrypt Encrypt C#数据Encrypt加密Encrypt解密的相关算法可以参考System.Security.Cryptography,这个类库中包含MD ...
分类:编程语言   时间:2020-01-09 15:56:48    阅读次数:115
C# get md5,renamed file and can not change file's md5
using System; using System.Text; using System.IO; using System.Security.Cryptography; namespace ConsoleApplication13 { class Program { static void Mai... ...
分类:Windows程序   时间:2019-12-09 12:24:05    阅读次数:90
396条   上一页 1 2 3 4 5 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!