runliuv

runliuv@cnblogs

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

03 2019 档案

摘要:AES 256 , KEY 的长度为 32字节(32*8=256bit). AES 128 , KEY 的长度为 16字节(16*8=128bit) CBC 模式需要IV, IV的值是固定写死,还是当参数传入,自己看情况。IV的长度没研究,这里用的是16字符。 java PKCS5Padding 对 阅读全文
posted @ 2019-03-30 09:53 runliuv 阅读(3376) 评论(0) 推荐(0)

摘要:严重性 代码 说明 项目 文件 行 禁止显示状态错误 这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 ..\package 阅读全文
posted @ 2019-03-23 19:55 runliuv 阅读(6382) 评论(0) 推荐(0)

摘要:0-- 项目要引用 System.Configuration.DLL 类文件中 using System.Configuration; 阅读全文
posted @ 2019-03-22 17:59 runliuv 阅读(192) 评论(0) 推荐(0)

摘要:-- 阅读全文
posted @ 2019-03-22 15:56 runliuv 阅读(574) 评论(0) 推荐(0)

摘要:下载安装winpcap: https://www.winpcap.org/install/default.htm 阅读全文
posted @ 2019-03-18 17:40 runliuv 阅读(5448) 评论(0) 推荐(1)

摘要:默认是rsa_private_key1024.pem , PEM格式私钥,C# ,PHP 用。 再生成 pkcs8 格式私钥, JAVA 用。 公钥无格式区分。 1024 的: openssl.exe genrsa -out rsa_private_key1024.pem 1024openssl.e 阅读全文
posted @ 2019-03-06 17:27 runliuv 阅读(1318) 评论(0) 推荐(0)

摘要:需要安装google play 服务。 阅读全文
posted @ 2019-03-04 14:01 runliuv 阅读(995) 评论(0) 推荐(0)

摘要:引用:https://www.chiphell.com/forum.php?mod=viewthread&tid=1961836&extra=page%3D1&mobile=2 如下操作:管理员模式CMD输入, netsh interface tcp set global autotuning=di 阅读全文
posted @ 2019-03-02 23:59 runliuv 阅读(184) 评论(0) 推荐(0)

摘要:注意JAVA 的STRING .getBytes() 默认取的是操作系统的编码,最好统一UTF-8. -- -- -- 阅读全文
posted @ 2019-03-02 13:39 runliuv 阅读(933) 评论(0) 推荐(0)

摘要:使用commons-codec, 下载地址 http://commons.apache.org/proper/commons-codec/ 下载commons-codec-1.12-bin.zip,解压出来,引用commons-codec-1.12.jar,import org.apache.com 阅读全文
posted @ 2019-03-02 13:37 runliuv 阅读(166) 评论(0) 推荐(0)