亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

AEs-rijndael

  • fwknop stands for "Firewall Knock Operator" and is an upcoming piece of software that will be releas

    fwknop stands for "Firewall Knock Operator" and is an upcoming piece of software that will be released at the DEFCON 12 conference in July, 2004 in Las Vegas. fwknop implements network access controls (via iptables) based on a flexible port knocking mini-language, but with a twist it combines port knocking and passive operating system fingerprinting to make it possible to do things like only allow, say, Linux-2.4/2.6 systems to connect to your SSH daemon. fwknop supports shared, multi-protocol port knock sequences along with both relative and absolute timeouts, and coded port knock sequences encrypted with the Rijndael block cipher.

    標簽: Firewall Operator software upcoming

    上傳時間: 2016-12-04

    上傳用戶:牛津鞋

  • evc與mapx mobile 在PDA上開發(fā)的GPS接收器。你的電腦上最好有evc++4.0和ppc2003模擬器

    evc與mapx mobile 在PDA上開發(fā)的GPS接收器。你的電腦上最好有evc++4.0和ppc2003模擬器,還有mapx mobile,沒有都可以去官方網(wǎng)站上下載-AES with MapX mobile PDA development of the GIS system, the main function of MapInfo are included in the inside. Your computer is the best and ppc2003 AES Simulator 4.0, MapX mobile, can not go on the official website of the download

    標簽: evc mobile 2003 mapx

    上傳時間: 2016-12-06

    上傳用戶:asddsd

  • 對稱/分組密碼一般分為流加密(如OFB、CFB等)和塊加密(如ECB、CBC等)。對于流加密

    對稱/分組密碼一般分為流加密(如OFB、CFB等)和塊加密(如ECB、CBC等)。對于流加密,需要將分組密碼轉(zhuǎn)化為流模式工作。對于塊加密(或稱分組加密),如果要加密超過塊大小的數(shù)據(jù),就需要涉及填充和鏈加密模式,文中提到的ECB和CBC等就是指鏈加密模式。 本文將要介紹了AES對稱加密/分組加密/流密碼及其ECB、CBC、CFB、OFB和CTR五種對稱加密模式。

    標簽: 加密 OFB CFB CBC

    上傳時間: 2017-01-13

    上傳用戶:xinyuzhiqiwuwu

  • This work briefly explains common cryptosystems and details two most popular private-key ciphers: DE

    This work briefly explains common cryptosystems and details two most popular private-key ciphers: DES ,which is probably the most widely used, and AES, which is intended to replace DES.

    標簽: cryptosystems private-key explains briefly

    上傳時間: 2013-12-20

    上傳用戶:xfbs821

  • 信息安全相關(guān)

    信息安全相關(guān),經(jīng)典加密,AES算法

    標簽: 信息安全

    上傳時間: 2013-12-23

    上傳用戶:chenjjer

  • Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features:

    Free open-source disk encryption software for Windows Vista/XP, Mac OS X, and Linux Main Features: * Creates a virtual encrypted disk within a file and mounts it as a real disk. * Encrypts an entire partition or storage device such as USB flash drive or hard drive. * Encrypts a partition or drive where Windows is installed (pre-boot authentication). * Encryption is automatic, real-time (on-the-fly) and transparent. * Provides two levels of plausible deniability, in case an adversary forces you to reveal the password: 1) Hidden volume (steganography) and hidden operating system. 2) No TrueCrypt volume can be identified (volumes cannot be distinguished from random data). * Encryption algorithms: AES-256, Serpent, and Twofish. Mode of operation: XTS. Further information regarding features of the software may be found in the:http://www.truecrypt.org/

    標簽: open-source encryption Features software

    上傳時間: 2013-12-20

    上傳用戶:123啊

  • 1、更正了原來的1.0版本的所有內(nèi)存泄漏問題。 2、使用了文件讀寫的緩沖技術(shù)

    1、更正了原來的1.0版本的所有內(nèi)存泄漏問題。 2、使用了文件讀寫的緩沖技術(shù),對加密與解密在速度上都有一定的加快。 3、使用了進度條來顯示加密與解密的進度,使其過程更加生動,不單調(diào)。 4、使用了多線程技術(shù),這對于有多處理機的計算機來說,速度有一定的提高。 5、使用了與原始AES加密/解密算法中對狀態(tài)數(shù)組按列處理等價的按行來處理數(shù) 據(jù)(當然在相應(yīng)的函數(shù)中也作了相應(yīng)的修改),避免了對狀態(tài)數(shù)組的轉(zhuǎn)置操作, 加快了加密與解密的速度。 6、提供了檢查所選擇的存放加密/解密文件的磁盤空間是否足夠的功能。對于所選擇的磁盤空間不夠時不會給出提示,并不進行加密/解密,以免浪費時間。 7、添加了可以根據(jù)所選密鑰長度類型,從指定文件中導入密鑰的功能(注:在從給定的文件中所讀入的字符串中若是有

    標簽: 1.0 內(nèi)存泄漏 版本

    上傳時間: 2013-12-21

    上傳用戶:qilin

  • delphi實現(xiàn)加密算法 CRC32-Dym.................CRC32算法動態(tài)碼表實現(xiàn) CRC32-Static..............CRC32算法靜態(tài)碼表實現(xiàn) MD

    delphi實現(xiàn)加密算法 CRC32-Dym.................CRC32算法動態(tài)碼表實現(xiàn) \CRC32-Static..............CRC32算法靜態(tài)碼表實現(xiàn) \MD5.......................MD5算法示例 \SHA.......................SHA算法示例 \DES.......................DES算法示例 \2DES......................雙重DES算法示例 \3DES......................兩個密鑰的三重DES算法示例 \3DES3.....................三個密鑰的三重DES算法示例 \Blowfish..................BlowFish算法示例 \AES.......................AES算法示例 \RSA.......................RSA算法示例 \BASE64....................BASE64算法示例

    標簽: CRC 32 delphi Static

    上傳時間: 2017-02-15

    上傳用戶:杜瑩12345

  • 簡單加密工具升了下級

    簡單加密工具升了下級,引入了安全刪除原文件的方式,使用AES-128-CBC加密, 加密代碼從OpenSSL里面摳出來。

    標簽: 加密

    上傳時間: 2017-02-20

    上傳用戶:遠遠ssad

  • 提供JAVA源碼

    提供JAVA源碼,加密解密4種算法,AES, DES ,RSA ,SHA-1,

    標簽: JAVA 源碼

    上傳時間: 2017-03-01

    上傳用戶:縹緲

主站蜘蛛池模板: 静宁县| 清丰县| 宁化县| 临沧市| 隆德县| 香港 | 德惠市| 堆龙德庆县| 龙胜| 澄江县| 东乌| 黑龙江省| 海盐县| 南华县| 江北区| 内丘县| 新邵县| 贵南县| 安吉县| 吉首市| 高台县| 商丘市| 儋州市| 中超| 十堰市| 陇川县| 泰顺县| 墨玉县| 湘潭县| 南漳县| 土默特右旗| 邯郸市| 衡山县| 崇义县| 克什克腾旗| 大石桥市| 平乡县| 安庆市| 浮梁县| 石泉县| 石门县|