What is most concerned is: Excuse me, moderators and experts such as yuanyong630, if this tool is used to encrypt a more complex batch processing, will there be operation errors and other situations?
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!
DigestI
View 110,360 Replies 364
Originally posted by cain at 2006-7-26 21:04:
The most concerned thing is: May I ask the moderator and experts such as yuanyong630, if this tool is used to encrypt more complex batch processing, will there be operation errors and other situations?
Originally posted by zxcv at 2006-7-23 16:10:
Simpler way:
Create a new "a.txt" text file, open it, copy 【ൡ挊獬】(excluding the 【】), paste it into "a.txt" text file. When saving, it prompts "Contains Unicode characters....", select "Cancel", change the encoding to "Unicode" and save.
Batch processing: copy/b a.txt+the file to be encrypted.bat encrypted.bat
Originally posted by willsort at 2006-7-29 18:33:
Re zxcv『Post 14』:
Made an automated password generator script with a relatively high level of automation according to your plan. Since it uses itself as the encryption key, it is itself a piece of ciphertext, so therefore...
@echo off就行了^_^
if......
if......
:EncryBat_Display
zxcv posted on: 2006-08-04 11:20
- @echo off
- if not "%~n0"=="EncryBat" goto EncryBat_Display
- if not "%~n1"=="" if exist "%~f1" copy/b "%~f0"+"%~f1" "%~dp1enc_%~nx1">nul 2>nul&cls&echo.&echo. Enc_%~nx1 is create.&goto :eof
- :EncryBat_Help
- echo.
- echo %~n0 - Cryptographic machine for batch program
- echo zxcv@cn-dos, willsort@cn-dos - 2006-8-4 - CMD@WinXP
- echo.
- echo Useage: %~n0 batch_program_with_extname
- echo Reference: http://www.cn-dos.net/forum/viewthread.php?tid=22053
- if /i not [%0]== pause
- goto :eof
- :EncryBat_Display