batch "decryption"

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
silent
Posts: 44
Joined: 28 Oct 2011 14:40

batch "decryption"

#1 Post by silent » 17 Dec 2011 11:59

Im considiering about making some batch for fun,and i get this idea: making a batch file that will decrypt a crypted message,like 1=a 2=b 3=c !=1,the crypted message would be in a .txt file and batch would decrypt it.Is there even a way to make it ?

dbenham
Expert
Posts: 2461
Joined: 12 Feb 2011 21:02
Location: United States (east coast)

Re: batch "decryption"

#2 Post by dbenham » 17 Dec 2011 12:12

Have a look at Re: String encrytion and decryption

Dave Benham

orange_batch
Expert
Posts: 442
Joined: 01 Aug 2010 17:13
Location: Canadian Pacific
Contact:

Re: batch "decryption"

#3 Post by orange_batch » 18 Dec 2011 01:39

viewtopic.php?t=1226

viewtopic.php?t=1493

There are these older threads as well.

Post Reply