📄 readme.txt
字号:
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -