encrypting

Discussion forum for all Windows batch related topics.

Moderator: DosItHelp

Post Reply
Message
Author
Velpreso
Posts: 18
Joined: 28 Dec 2012 10:03

encrypting

#1 Post by Velpreso » 04 Feb 2013 13:54

Do you know script who take from user a string of letters and encrypt those letters (change the meaning) 4example for A=B B=I K=H . If user write KAB it will by HBI when he write BKA it will by IHB and so on, next it will save this "hash" in .txt file, (I hope) that You know what I mean :D. Sorry for my language and spelling mistakes.

Squashman
Expert
Posts: 4486
Joined: 23 Dec 2011 13:59

Re: encrypting

#2 Post by Squashman » 04 Feb 2013 16:10

rot13 is well documented on this site. just search for it.

Velpreso
Posts: 18
Joined: 28 Dec 2012 10:03

Re: encrypting

#3 Post by Velpreso » 05 Feb 2013 11:06

Thanks for this Rot13, but i wondering if it is possible do script in batch who will by encrypt input code according a formula, so that the user does not have to do that with the help of for example Rot13 ?

Post Reply