码迷,mamicode.com
首页 >  
搜索关键字:integrated security    ( 6539个结果
java.security.NoSuchAlgorithmException: Cannot find any provider supporting DESede/CBC/PKCS5Padding
最近在做3DES加密,在本地window下面运行ok的程序,放到linux环境上竟然报错: java.security.NoSuchAlgorithmException: Cannot find any provider supporting DESede/CBC/PKCS5Padding         at javax.crypto.Cipher.getInstance(Ciphe...
分类:编程语言   时间:2014-07-22 23:05:35    阅读次数:1021
C#产生不重复随机数
static int GetRandomSeed( ){byte[] bytes = new byte[4];System.Security.Cryptography.RNGCryptoServiceProvider rng = new System.Security.Cryptography.RN...
分类:其他好文   时间:2014-05-12 16:10:44    阅读次数:269
java中常用的数据加密算法
以下为加密的工具类:import java.io.UnsupportedEncodingException;import java.security.InvalidKeyException;import java.security.MessageDigest;import java.security...
分类:编程语言   时间:2014-05-12 15:53:13    阅读次数:467
ASP.NET:以域用户身份访问网络资源
using System;using System.IO;using System.Security.Principal;using System.ComponentModel;using System.Configuration;using System.Runtime.InteropServic...
分类:Web程序   时间:2014-05-05 22:58:48    阅读次数:516
另一种角度看《RFID Advanced Security》首部曲
机缘巧合,有幸看到了不少关于RFID的资料,并且有幸看到了《RFID Advanced Security》这份PDF,听说这是国内安全大会上比较早出现关于RFID的议题。又听说这份是乌云内部的高级教程,文章内容单薄是无可厚非,毕竟是演讲,单单时间上来说不可能什么都讲。看完了以后实在有点不(fei)知...
分类:其他好文   时间:2014-05-05 10:22:37    阅读次数:403
Samsung NFC Reader App Demo Video
http://radiowar.org/security/samsung-nfc-reader-app-demo-video.html以三星NFC手机i9023作为原型机设计的一款读卡程序,模拟部分Crack的功能!将会进一步完善功能!备注:演示视频当初并非为了演示程序而生,程序一开始就内置了大量的...
分类:移动开发   时间:2014-05-05 09:51:51    阅读次数:542
Google Wallet for SamSung Galaxy SIII
http://radiowar.org/security/google-wallet-for-samsung-galaxy-siii.html万恶的XDA发布了关于Google Wallet的功能视频!不知道大家在看完之后是否知道为什么我要特地转发过来国内的视频网站呢?MayBENFC-WAR : ...
分类:其他好文   时间:2014-05-05 09:49:28    阅读次数:382
Android NFC Project – “NFC-War”
http://radiowar.org/security/android-nfc-project-nfc-war.html视频演示了App基础功能。Anyway,呆呆给力啊!备注:1、程序的NFC图标为剽窃某国外访问的图标 :)2、程序视频已经完整的解释了功能以及相关的介绍。3、写卡功能还存在改善功...
分类:移动开发   时间:2014-05-05 09:44:39    阅读次数:691
C# 让程序自动以管理员身份运行
无意中遇到需要以管理员方式运行的程序,最终找到如下的解决方法:在程序中加入MANIFEST资源文件首先打开Vs工程,看在Properties下是否有app.manifest这个文件;如没有,右击工程在菜单中选择“Properties”,出现界面如下图:选中"Security",在界面中勾选"Enab...
分类:其他好文   时间:2014-05-01 12:35:22    阅读次数:342
Daily English words study
detect 发现 察觉workstation 工作站/计算机proceed vi 进行 继续abort n 中止计划 vi/vt 流产 发育不全 使…流产security 安全guideline 指导enhancement 增强interface 接口definition 清晰度multmedia...
分类:其他好文   时间:2014-05-01 10:47:53    阅读次数:338
6539条   上一页 1 ... 651 652 653 654 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!