readme.txt

来自「AES Source Code in Pascal」· 文本 代码 · 共 33 行

TXT
33
字号
Files in this archive:README.txt		this filerijndael.pas		unit with basic Rijndael routinesrijndaelECB.pas		unit for using Rijndael in Electronic Codebook moderijndael-test.pas	program for simple automatic test of unit Rijndaelrijndael-tool.pas	interactive program using unit RijndaelECB;			Test: encrypting all-0 plaintext with all-0 key			yields ciphertext 66E94BD4EF8A2C3B884CFA59CA342B2EIn October 2000, the National Institute of Standards and Technology(NIST) proposed Rijndael as the new Advanced Encryption Standard (AES),the successor of the Data Encryption Standard (DES) adopted in 1977and Triple DES (standardized in 1999).A slightly different version of the software in this archive playeda central role in task DOUBLE on the second competition day of theInternational Olympiad in Informatics (IOI) held in Tampere, Finland,in July 2001.  At IOI 2001, FreePascal was one of the programming toolsavailable to the competitors.Web sites:AES		http://www.nist.gov/aes/DES		http://www.itl.nist.gov/fipspubs/fip46-2.htmIOI		http://olympiads.win.tue.nl/ioi/NIST		http://www.nist.gov/Rijndael	http://www.esat.kuleuven.ac.be/~rijmen/rijndael/Task DOUBLE	http://olympiads.win.tue.nl/ioi/ioi2001/contest/day2/double/Triple DES	http://csrc.nist.gov/cryptval/des/fr990115.htmCrypto ToolKit	http://csrc.nist.gov/encryption/tkencryption.html

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?