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/
標(biāo)簽: 1997
上傳時間: 2014-01-19
上傳用戶:希醬大魔王
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).
標(biāo)簽: programming interface provides standard
上傳時間: 2014-12-06
上傳用戶:a6697238
一個開源的火災(zāi)動力模擬的系統(tǒng),由Nist開發(fā)。
上傳時間: 2015-09-08
上傳用戶:wxhwjf
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層協(xié)議的仿真,壓縮文件內(nèi)部有詳細(xì)的說明。 由于NS2運(yùn)行在Linux下而且是對網(wǎng)絡(luò)的模擬,因此把它歸在Linux/網(wǎng)絡(luò)類中
標(biāo)簽: 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 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.
標(biāo)簽: JAIN-SIP-SERVICES directory JAIN-SIP package
上傳時間: 2013-12-30
上傳用戶:caiiicc
AES的基本要求是,采用對稱分組密碼體制,密鑰長度的最少支持為128、192、256,分組長度128位,算法應(yīng)易于各種硬件和軟件實(shí)現(xiàn)。1998年Nist開始AES第一輪分析、測試和征集,共產(chǎn)生了15個候選算法。1999年3月完成了第二輪AES2的分析、測試。美國標(biāo)準(zhǔn)與技術(shù)研究院(Nist)于2002年5月26日制定了新的高級加密標(biāo)準(zhǔn)(AES)規(guī)范。
標(biāo)簽: AES
上傳時間: 2016-02-29
上傳用戶:han_zh
基于MVC架構(gòu)的網(wǎng)站RBAC訪問控制框架設(shè)計(jì)與實(shí)現(xiàn).本此畢業(yè)設(shè)計(jì)將基于角色訪問控制(Role-Based Access Control,RBAC)作為研究課題,來實(shí)現(xiàn)一個企業(yè)內(nèi)部管理系統(tǒng)中的權(quán)限管理部分。本文在RBAC2001建議標(biāo)準(zhǔn)的參考模型(下稱Nist RBAC模型)的基礎(chǔ)上,結(jié)合綜合信息管理系統(tǒng)以及軟件系統(tǒng)集成的要求和特點(diǎn),將RBAC訪問控制框架應(yīng)用到一個已有的以MVC為架構(gòu)建立而成的商務(wù)網(wǎng)站中去。
標(biāo)簽: 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 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.
標(biāo)簽: algorithm encryption AES the
上傳時間: 2014-01-18
上傳用戶:xc216
Digital Signature Algorithm (DSA)是Schnorr和ElGamal簽名算法的變種,被美國Nist作為DSS(DigitalSignature Standard)。算法中應(yīng)用了下述參數(shù): p:L bits長的素?cái)?shù)。L是64的倍數(shù),范圍是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函數(shù)。DSS中選用SHA( Secure Hash Algorithm )。 p, q, g可由一組用戶共享,但在實(shí)際應(yīng)用中,使用公共模數(shù)可能會帶來一定的威脅。簽名及驗(yàn)證協(xié)議如下: 1. P產(chǎn)生隨機(jī)數(shù)k,k < q; 2. P計(jì)算 r = ( g^k mod p ) mod q s = ( k^(-1) (H(m) + xr)) mod q 簽名結(jié)果是( m, r, s )。 3. 驗(yàn)證時計(jì)算 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,則認(rèn)為簽名有效。 DSA是基于整數(shù)有限域離散對數(shù)難題的,其安全性與RSA相比差不多。DSA的一個重要特點(diǎn)是兩個素?cái)?shù)公開,這樣,當(dāng)使用別人的p和q時,即使不知道私鑰,你也能確認(rèn)它們是否是隨機(jī)產(chǎn)生的,還是作了手腳。RSA算法卻作不到。
標(biāo)簽: Algorithm Signature Digital Schnorr
上傳時間: 2014-01-01
上傳用戶:qq521
AES加密算法 2000年10月,Nist(美國國家標(biāo)準(zhǔn)和技術(shù)協(xié)會)宣布通過從15種侯選算法中選出的一項(xiàng)新的密匙加密標(biāo)準(zhǔn)。Rijndael被選中成為將來的AES。 Rijndael是在 1999 年下半年,由研究員 Joan Daemen 和 Vincent Rijmen 創(chuàng)建的。AES 正日益成為加密各種形式的電子數(shù)據(jù)的實(shí)際標(biāo)準(zhǔn)。 美國標(biāo)準(zhǔn)與技術(shù)研究院 (Nist) 于 2002 年 5 月 26 日制定了新的高級加密標(biāo)準(zhǔn) (AES) 規(guī)范。
上傳時間: 2016-11-07
上傳用戶:zhengzg
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1