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

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

Nist

  • 1997年9月

    1997年9月,Nist征集AES方案,以替代DES。 1999年8月,以下5個方案成為最終候選方案:MARS, RC6, Rijndael, Serpent, Twofish。 2000年10月,由比利時的Joan Daemen和Vincent Rijmen提出的算法最終勝出。( Rijndael 讀成Rain Doll。) http://www.esat.kuleuven.ac.be/~rijmen/rijndael/

    標簽: 1997

    上傳時間: 2014-01-19

    上傳用戶:希醬大魔王

  • The Audio File Library provides a uniform programming interface to standard digital audio file form

    The Audio File Library provides a uniform programming interface to standard digital audio file formats. This library allows the processing of audio data to and from audio files of many common formats (currently AIFF, AIFF-C, WAVE, NeXT/Sun .snd/.au, IRCAM, AVR, Amiga IFF/8SVX, and Nist SPHERE). The library also supports compression (currently G.711 mu-law and A-law and IMA and MS ADPCM) as well as PCM formats of all flavors (signed and unsigned integer, single- and double-precision floating point).

    標簽: programming interface provides standard

    上傳時間: 2014-12-06

    上傳用戶:a6697238

  • 一個開源的火災動力模擬的系統

    一個開源的火災動力模擬的系統,由Nist開發。

    標簽: 開源 動力 模擬

    上傳時間: 2015-09-08

    上傳用戶:wxhwjf

  • This documentation is based on the following versions:- pre-release of the wimax model developed by

    This documentation is based on the following versions:- pre-release of the wimax model developed by Nist (file patch-wimax-prerelease-092206)- ns-2.29 此程序是NS2下用C、C++編寫的,主要對Wimax 802.16d和802.16e的MAC層協議的仿真,壓縮文件內部有詳細的說明。 由于NS2運行在Linux下而且是對網絡的模擬,因此把它歸在Linux/網絡類中

    標簽: documentation pre-release developed following

    上傳時間: 2014-01-12

    上傳用戶:釣鰲牧馬

  • he source code for this package is located in src/ directory. The JAIN-SIP-SERVICES is a JAIN-SIP a

    he source code for this package is located in src/ directory. The JAIN-SIP-SERVICES is a JAIN-SIP application: it does not need proprietary Nist-sip classes in addition of those defined in JAIN-SIP 1.1, you can substitute the Nist-SIP stack by another JAIN-SIP-1.1 compliant stack and it should interoperate.

    標簽: JAIN-SIP-SERVICES directory JAIN-SIP package

    上傳時間: 2013-12-30

    上傳用戶:caiiicc

  • AES的基本要求是

    AES的基本要求是,采用對稱分組密碼體制,密鑰長度的最少支持為128、192、256,分組長度128位,算法應易于各種硬件和軟件實現。1998年Nist開始AES第一輪分析、測試和征集,共產生了15個候選算法。1999年3月完成了第二輪AES2的分析、測試。美國標準與技術研究院(Nist)于2002年5月26日制定了新的高級加密標準(AES)規范。

    標簽: AES

    上傳時間: 2016-02-29

    上傳用戶:han_zh

  • 基于MVC架構的網站RBAC訪問控制框架設計與實現.本此畢業設計將基于角色訪問控制(Role-Based Access Control

    基于MVC架構的網站RBAC訪問控制框架設計與實現.本此畢業設計將基于角色訪問控制(Role-Based Access Control,RBAC)作為研究課題,來實現一個企業內部管理系統中的權限管理部分。本文在RBAC2001建議標準的參考模型(下稱Nist RBAC模型)的基礎上,結合綜合信息管理系統以及軟件系統集成的要求和特點,將RBAC訪問控制框架應用到一個已有的以MVC為架構建立而成的商務網站中去。

    標簽: Role-Based Control Access RBAC

    上傳時間: 2016-05-08

    上傳用戶:yulg

  • This is the source code for encryption using the latest AES algorithm. AES algorithm is also called

    This is the source code for encryption using the latest AES algorithm. AES algorithm is also called Rijndael algorithm. AES algorithm is recommended for non-classified use by the National Institute of Standards and Technology(Nist), USA. Now-a-days AES is being used for almost all encryption applications all around the world.

    標簽: algorithm encryption AES the

    上傳時間: 2014-01-18

    上傳用戶:xc216

  • Digital Signature Algorithm (DSA)是Schnorr和ElGamal簽名算法的變種

    Digital Signature Algorithm (DSA)是Schnorr和ElGamal簽名算法的變種,被美國Nist作為DSS(DigitalSignature Standard)。算法中應用了下述參數: p:L bits長的素數。L是64的倍數,范圍是512到1024; q:p - 1的160bits的素因子; g:g = h^((p-1)/q) mod p,h滿足h < p - 1, h^((p-1)/q) mod p > 1; x:x < q,x為私鑰 ; y:y = g^x mod p ,( p, q, g, y )為公鑰; H( x ):One-Way Hash函數。DSS中選用SHA( Secure Hash Algorithm )。 p, q, g可由一組用戶共享,但在實際應用中,使用公共模數可能會帶來一定的威脅。簽名及驗證協議如下: 1. P產生隨機數k,k < q; 2. P計算 r = ( g^k mod p ) mod q s = ( k^(-1) (H(m) + xr)) mod q 簽名結果是( m, r, s )。 3. 驗證時計算 w = s^(-1)mod q u1 = ( H( m ) * w ) mod q u2 = ( r * w ) mod q v = (( g^u1 * y^u2 ) mod p ) mod q 若v = r,則認為簽名有效。   DSA是基于整數有限域離散對數難題的,其安全性與RSA相比差不多。DSA的一個重要特點是兩個素數公開,這樣,當使用別人的p和q時,即使不知道私鑰,你也能確認它們是否是隨機產生的,還是作了手腳。RSA算法卻作不到。

    標簽: Algorithm Signature Digital Schnorr

    上傳時間: 2014-01-01

    上傳用戶:qq521

  • AES加密算法 2000年10月

    AES加密算法 2000年10月,Nist(美國國家標準和技術協會)宣布通過從15種侯選算法中選出的一項新的密匙加密標準。Rijndael被選中成為將來的AES。 Rijndael是在 1999 年下半年,由研究員 Joan Daemen 和 Vincent Rijmen 創建的。AES 正日益成為加密各種形式的電子數據的實際標準。 美國標準與技術研究院 (Nist) 于 2002 年 5 月 26 日制定了新的高級加密標準 (AES) 規范。

    標簽: 2000 AES 加密算法

    上傳時間: 2016-11-07

    上傳用戶:zhengzg

主站蜘蛛池模板: 渝中区| 余姚市| 东方市| 宣汉县| 天长市| 临安市| 泊头市| 罗江县| 偃师市| 黔江区| 赫章县| 当雄县| 宽甸| 花莲市| 苍溪县| 昆明市| 隆化县| 汾阳市| 会宁县| 长葛市| 务川| 滦南县| 宁阳县| 三原县| 阿拉善左旗| 南木林县| 左云县| 绵竹市| 甘德县| 阳城县| 滦南县| 洛隆县| 东源县| 青神县| 哈尔滨市| 赤峰市| 松滋市| 乌鲁木齐县| 康平县| 临猗县| 陇川县|