readme.txt

来自「JAVA加密算法之一」· 文本 代码 · 共 39 行

TXT
39
字号
Port to Java by Robert Neild 1999
Only minimum changes made
Chars where used as an easy replacement for unsigned ints

The PC1 Encryption Algorithm
Alexander Pukall 1991
Code free for all even for commercial applications

The PC1 cipher uses a 128-bit key.
It's a stream cipher with a retroaction function.


Usage :

Compress all files in a directory.
You must have JAVA installed on your computer

To encrypt type :

javac Test_PC1_OutputStream a.doc a.cry topsecret

with a.doc the name of the file to encrypt (a word file,a picture file, a binary file, a text file ...)

with a.cry the name of the encrypted output file

with topsecret the password


To decrypt type :

javac Test_PC1_InputStream a.cry a.doc topsecret

with a.cry the name of the encrypted file

with a.doc the name of the file which will be decrypted

with topsecret the password

⌨️ 快捷键说明

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