Search found 31 matches

by Cornbeetle
10 Dec 2015 08:58
Forum: DOS Batch Forum
Topic: Storing a password to login to a batch script
Replies: 7
Views: 8625

Storing a password to login to a batch script

I'm working on a login system for my batch script and I'm trying to come up with the most secure way of storing a password locally on the machine running the script. My idea is to output thousands of random (%random%) numbers to a hidden text file, with the real password (consisting of numbers only)...