We are trying to create a WSI interface to do various import/export tasks, but we don't want store the admin password, but rather queries for the Clear Text Password (not salted/hashed).
Is there a way to do the salting/hashing locally before calling WSI so we don't have to have the salted/hashed password keyed into the GUI?
What would be needed in the local application to do this?
Thanks!