test1
来自「IDEA加密算法(PGP中使用的加密算法)」· 代码 · 共 43 行
TXT
43 行
echo "Examples of Encrypted Data using IDEA" > outecho "=====================================" >> outecho "" >> outecho "input data" >> outdumphex in >> outecho "idea -K 112233445566778899AABBCCDDEEFF:1:2:3:4:5 -e -ecb" >> outidea -K 112233445566778899AABBCCDDEEFF:1:2:3:4:5 -e -ecb in tempdumphex temp >> outecho "idea -k AaBcDeFgHiJkLmNoPqRsTuVwXyZz0123456789 -e -ecb" >> outidea -k AaBcDeFgHiJkLmNoPqRsTuVwXyZz0123456789 -e -ecb in tempdumphex temp >> outecho "idea -K 112233445566778899AABBCCDDEEFF:1:2:3:4:5 -e -cbc" >> outidea -K 112233445566778899AABBCCDDEEFF:1:2:3:4:5 -e -cbc in tempdumphex temp >> outecho "idea -K 112233445566778899AABBCCDDEEFF:1:2:3:4:5 -e -cbc3" >> outidea -K 112233445566778899AABBCCDDEEFF:1:2:3:4:5 -e -cbc3 in tempdumphex temp >> outecho "idea -K 112233445566778899AABBCCDDEEFF:1:2:3:4:5 -e -cfb" >> outidea -K 112233445566778899AABBCCDDEEFF:1:2:3:4:5 -e -cfb in tempdumphex temp >> outecho "idea -K 112233445566778899AABBCCDDEEFF:1:2:3:4:5 -e -cfb4" >> outidea -K 112233445566778899AABBCCDDEEFF:1:2:3:4:5 -e -cfb4 in tempdumphex temp >> outecho "idea -K 112233445566778899AABBCCDDEEFF:1:2:3:4:5 -e -ofb" >> outidea -K 112233445566778899AABBCCDDEEFF:1:2:3:4:5 -e -ofb in tempdumphex temp >> outecho "idea -K 112233445566778899AABBCCDDEEFF:1:2:3:4:5 -e -ofb5" >> outidea -K 112233445566778899AABBCCDDEEFF:1:2:3:4:5 -e -ofb5 in tempdumphex temp >> outecho "idea -K 112233445566778899AABBCCDDEEFF -h -tan" >> outecho "" >> outidea -K 112233445566778899AABBCCDDEEFF -h -tan in >> outecho "" >> outecho "" >> outecho "idea -K 112233445566778899AABBCCDDEEFF -h -abr" >> outecho "" >> outidea -K 112233445566778899AABBCCDDEEFF -h -abr in >> outecho "" >> outrm tempecho ""echo "check now if the files 'out' and 'Examples' are identical!"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?