Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
.bat file for simple encryption?
Name: Davros Date: December 18, 2003 at 09:51:55 Pacific OS: Win 95a,OSR2, 98se CPU/Ram: -
Comment:
Is it possible to make a batch file to take a .txt file, and increase each character by a set decimal number? So if each character was increased by 5 dec's, 9 would turn into > and Z to _ etc.
This would form a simple encryption type so it would look garbled to anyone who looked at it.
Is it possible or are there any other small programs that would do this type of thing even in DOS mode?
Name: rinsitah Date: December 18, 2003 at 14:19:50 Pacific
Reply:
i dont think bat files have that level of functionalty. to read a file, and increment characters and output the "encrypted" file, would probalby require a programming language like c++ or java.
correct me if im wrong though...
0
Response Number 2
Name: srikrishna Date: January 28, 2004 at 00:46:01 Pacific
Reply:
Hi,
Using assembler you could do that with as little as 32 instructions.
You can go to www.vttoth.com/encrypt.htm for more details.
Summary: Yes, I saw that, but I reformated my system 8 months ago and took McAfee off. I've been running Norton for all this time. Why now does it pop up with that warning? How can I get my autoexec back to m...
Summary: HI Everyone! Can anyone tell me how to do the following with a bat file? I want to search my HD for *.tmp, *.bak and so on and delete what it findes. Can anyone tell me what the commands are? ...