AES x86 - Algorithms in Assembly-开源

时间:2024-05-15 22:16:08
【文件属性】:

文件名称:AES x86 - Algorithms in Assembly-开源

文件大小:235KB

文件格式:ZIP

更新时间:2024-05-15 22:16:08

开源软件

在x86汇编中实现的Rijndael,Twofish和Serpent加密算法的软件包。 旨在学习汇编的基础知识,了解算法或在C程序中使用。


【文件预览】:
AESx86-win32
----README.txt(3KB)
----serpent()
--------ecb_e_m.txt(60KB)
--------clean.bat(11B)
--------serpent.asm(29KB)
--------serpent.exe(76KB)
--------build.bat(80B)
--------serpentTest.c(1KB)
----twofish()
--------twofish.exe(164KB)
--------ecb_e_m.txt(59KB)
--------clean.bat(11B)
--------twofish.asm(55KB)
--------build.bat(81B)
--------twofishTest.c(3KB)
----rijndael()
--------ecb_e_m.txt(60KB)
--------rijndael.asm(61KB)
--------clean.bat(11B)
--------rijndael.exe(92KB)
--------build.bat(82B)
--------rijndaelTest.c(3KB)

网友评论