Skip to content

Commit 2171d0a

Browse files
author
Twilight-Dream-Of-Magic
committed
Modify some document from: Minor important changes: (2018-08-11)
1 parent 89dc4a7 commit 2171d0a

File tree

5 files changed

+34
-139
lines changed

5 files changed

+34
-139
lines changed

Custom-Makefile/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#This File Makefile Scrpit
1+
#This File Makefile Script
22

33
#Comand Separator Tab Keyboard!!!
44

Custom-Makefile/Makefile.Header

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#This File Makefile Scrpit Header
1+
#This File Makefile Script Header
22

33
#Workspace File
44

Makefile-CbpToMakefileTools/Makefile

Lines changed: 0 additions & 109 deletions
This file was deleted.

Test_Binary/Alpha-Version3.1/[Note Information] EODF CUI_Program file crypto function(Version 3.1).txt

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,26 @@
11
README
22

33
Chinese:
4-
虽然,我发布了这个(Test Alpha 3.1)版本的程序,但是,它不兼容使用旧版本的加密算法生成的加密文件,然后把它解密正确。所以,新版本的程序它不使用旧版本的加密算法和解密算法。现在你有2种(加密和解密)算法的文件密码锁了。我希望,你们喜欢这一次程序升级。
4+
虽然,我发布了这个(Test Alpha 3.1)版本的程序,但是,它不兼容使用旧版本的加密算法生成的加密文件,然后把它解密正确。
5+
因此,新版本的程序它不使用旧版本的加密算法和解密算法。所以,现在你有2种(加密和解密)算法的文件密码锁了。我希望,你们喜欢这一次程序升级。
56
当然,现在开发的这个程序(CUI_EODF 或 GUI_EODF),运行的平台是Microsoft Windows系统。
67
如果,你们想要我继续坚持,去研究程序的源代码和学习计算机语言,再来开发这个项目的其他系统平台,比如移植到Linux版本的程序。
78
请尽量可能的帮助我的开发,请在我的github网站空间上留言。谢谢你们的支持
8-
并且,程序从Beta 3.0 (Alpha preview edition)版本,替换升级到测试的 Alpha 3.1 版本的变化比较大。
9+
并且,程序从 3.0 (Beta preview edition)版本,升级到 3.1 (Alpha preview edition)版本。
10+
不过还是需要测试,最后的更改是比较大的。
911
作者本人(Twilight-Dream-Of-Magic)已经试验成功,新的加密和解密的核心算法,对于单字节文件流数据和密钥之间,来进行处理计算,程序变得比较有用和表现很好。
10-
更新后,被保护的文件的安全性提高一些,被处理文件的密文数据信息更多了。不过,文件的处理速度还是很慢。
12+
因为更新之后,被保护的文件的安全性提高一些,被处理文件的密文数据信息更多了。不过,文件的处理速度还是很慢。
1113

1214
English:
13-
Although, I have released this (Alpha 3.1) version of the program, but it is not compatible with the old version of the encryption algorithm generated encrypted files, and then decrypt it correctly. Therefore, the new version of the program it does not use the old version of the encryption algorithm and decryption algorithm. Now you have 2 kinds of (encryption and decryption) algorithm of the file password lock. I hope you like this one time program upgrade.
15+
Although, I have released this (Test Alpha 3.1) version of the program, but it is not compatible with the old version of the encryption algorithm generated encrypted files, and then decrypt it correctly.
16+
Therefore, the new version of the program it does not use the old version of the encryption algorithm and decryption algorithm. So, Now you have 2 kinds of (encryption and decryption) algorithm of the file password lock. I hope you like this one time program upgrade.
1417
Of course, the program that is now developed (CUI_EODF or GUI_EODF) is running on a Microsoft Windows system.
1518
If you want me to continue, research the source code of the program and learn the computer language, and then develop other system platforms for the project, such as the program ported to the Linux version.
1619
Please try your best to help me with the development, please leave a message on my GitHub website space. Thank you for your support.
17-
Also, the program changes from the Beta 3.0 (Alpha preview edition) version to the Alpha 3.1 version, which is upgraded to Beta.
20+
Also, the program changes from the Beta version name tag to Alpha, which is upgraded from 3.0 (Beta preview edition) to 3.1 (Alpha preview edition).
21+
However, testing is still required, and the final change is relatively large.
1822
The author himself (Twilight-dream-magic) has successfully experimented with the new encryption and decryption core algorithm for processing computations between Single-byte file stream data and keys, and the program becomes more useful and well behaved.
19-
After the update, the security of the protected file improved a little more, the encrypted data of the file processed more information. However, the file processing speed is still very slow.
23+
Because after the update, the security of the protected file improved a little more, the encrypted data of the file processed more information. However, the file processing speed is still very slow.
2024

2125

2226
This My File Encryption Core Function
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
@Echo off
2-
3-
Color 1A
4-
5-
Cd /d %~dp0
6-
If Not Exist "..\\..\\..\\Test_Binary\\Alpha-Version3.1\\" (
7-
Mkdir "..\\..\\..\\Test_Binary\\Alpha-Version3.1\\"
8-
) Else (
9-
Echo "Info :EODF Test_Binary Folder Already Exist !"
10-
)
11-
Cls
12-
Echo "---------- Code Compile Start ----------"
13-
:: g++.exe -shared -o
14-
:: g++.exe -finput-charset=UTF-8
15-
:: g++.exe -fexec-charset=GBK
16-
g++.exe -finput-charset=GBK -fexec-charset=GBK -O2 -c ".\\Main_EODF3-1_By_TDOM.cpp" -o "..\\..\\..\\Test_Binary\\Alpha-Version3.1\\CUI_EncryptDecryptFile_TestVersion3-1.objective-binary"
17-
g++.exe -shared "..\\..\\..\\Test_Binary\\Alpha-Version3.1\\CUI_EncryptDecryptFile_TestVersion3-1.objective-binary" -o "..\\..\\..\\Test_Binary\\Alpha-Version3.1\\CUI_EncryptDecryptFile_TestVersion3-1.exe"
18-
g++.exe -static "..\\..\\..\\Test_Binary\\Alpha-Version3.1\\CUI_EncryptDecryptFile_TestVersion3-1.objective-binary" -o "..\\..\\..\\Test_Binary\\Alpha-Version3.1\\CUI_EncryptDecryptFile_TestVersion3-1_StaticLink.exe"
19-
Echo "---------- Code Compile End ----------"
20-
Pause
21-
Cls
22-
Exit
1+
@Echo off
2+
3+
Color 1A
4+
5+
Cd /d %~dp0
6+
If Not Exist "..\\..\\..\\Test_Binary\\Alpha-Version3.1\\" (
7+
Mkdir "..\\..\\..\\Test_Binary\\Alpha-Version3.1\\"
8+
) Else (
9+
Echo "Info :EODF Test_Binary Folder Already Exist !"
10+
)
11+
Cls
12+
Echo "---------- Code Compile Start ----------"
13+
:: g++.exe -shared -o
14+
:: g++.exe -finput-charset=UTF-8
15+
:: g++.exe -fexec-charset=GBK
16+
g++.exe -finput-charset=GBK -fexec-charset=GBK -O2 -c ".\\Main_EODF3-1_By_TDOM.cpp" -o "..\\..\\..\\Test_Binary\\Alpha-Version3.1\\CUI_EncryptDecryptFile_TestVersion3-1.objective-binary"
17+
g++.exe -shared "..\\..\\..\\Test_Binary\\Alpha-Version3.1\\CUI_EncryptDecryptFile_TestVersion3-1.objective-binary" -o "..\\..\\..\\Test_Binary\\Alpha-Version3.1\\CUI_EncryptDecryptFile_TestVersion3-1.exe"
18+
g++.exe -static "..\\..\\..\\Test_Binary\\Alpha-Version3.1\\CUI_EncryptDecryptFile_TestVersion3-1.objective-binary" -o "..\\..\\..\\Test_Binary\\Alpha-Version3.1\\CUI_EncryptDecryptFile_TestVersion3-1_StaticLink.exe"
19+
Echo "---------- Code Compile End ----------"
20+
Pause
21+
Cls
22+
Exit

0 commit comments

Comments
 (0)