readme.txt
来自「JAVA加密算法之一」· 文本 代码 · 共 15 行
TXT
15 行
The PC1 Encryption Algorithm
Alexander Pukall 1991
Code free for all
PC1COD.c : the encryption algorithm
PC1DEC.c : the decryption algorithm
The PC1 cipher uses a 256-bit key.
It's a stream cipher with a retroaction function.
Tested with Turbo C 2.0 for DOS
and Microsoft Visual C++ 5.0 for Win 32
Run PC1DEC.EXE, this will decrypt the included file OUT.BIN
the password is 'testtest'
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?