Looking for a program to encode text with command line switches (silently)

BaDaBooM

Golden Member
May 3, 2000
1,077
1
0
Here's the situation. I'm trying to make things easier for our help desk since many of the users know absolutely nothing about their computers. BGinfo is a great program that will put any info you want on their wallpaper. However they have security concerns about putting info on the wallpaper like IP address, user name, etc. I was wondering if I could call a command line executable to take info like that and just do a simple text encode so the user could read the code to the help desk person and then the help desk person would have a decoder to find out the info. (Seems extreme but they are sticklers for security - probably with good reason)

I need it to run without user input (can be automated) and take input either from registry key or possibly a text file. I've been looking on the net but haven't found anything that would work.

Thanks in advance for any ideas.