⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 readme

📁 加密解密算法大全。很多很多的加密解密的实例
💻
字号:
Submitter: Ross J AndersonAlgorithm: SERPENTOptimised Java implementation=============================This floppy diskette (#3) contains the following files:classes/       /NIST/            /KAT.class            /MCT.class            /test.class                   /Serpent               /gen_plains.class               /Serpent_Algorithm.class               /Serpent_BitSlice.class               /Serpent_Properties.class               /Serpent_Standard.class               src   /NIST        /KAT.java        /MCT.java        /test.java           /Serpent           /gen_plains.java           /Serpent_Algorithm.java           /Serpent_BitSlice.java           /Serpent_Properties.java           /Serpent_Standard.java Serpent.jar This Java code is based on Cryptix code, but has been further optimised andthe format in which values are printed has been corrected.There are actually two implementations: Serpent_Standard andSerpent_Bitslice. The latter is much faster. You can select one or theother by setting a constant in Serpent_Algorithm. Choose Serpent_Bitsliceunless you need debugging (since only Serpent_Standard outputs debugginginformation).There is code to produce the KAT and MCT text files. The original KAT/MCTfrom Cryptix printed numbers the wrong way round with respect to Serpent'sconventions.The NIST.test program helps measure the speed of the AES ciphers (Usage:"java NIST.test Serpent").We also supply the Serpent.gen_plains program, which generates theplaintexts for the tables tests. (Usage: "java Serpent.gen_plains Serpent";this will produce ecb_tables.txt.) It generates the plaintexts usingspecial functions (in Serpent_Standard), and then encrypts and decrypts theresults to print out the values and check its own correctness. Note thatthe actual encryption/decryption can be done by either Serpent_Standard orSerpent_Bitslice, depending on your selection in Serpent_Algorithm.This bitslice code is almost 14 times faster than the latest cryptix code,and about 35 times faster than their original code.We are very grateful to the Cryptix group for making the Java codeavailable.					Serpent authors

⌨️ 快捷键说明

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