Guys
I'm writing a batch file which will start iapi32 session checkin, checkout an object and logout.And then email program will send out email to me. I need to know how do i create a encrypted password for the user login and checkout/checkin documents.
iapi32.exe ISSTest -Umoniter -P<password>
how do i encrypt the password ? I don't want to put plain text password in a file.
any ideas?
Faisal