Hi,
Okay, so I have this 2 applications, one is being executed online, and the other app would be use through their mobile devices, offline.
It's a salted md5 because I have an existing records in the database, that's being encrypted through salted md5 in my Online application. So as I access my offline app, I need to use the salted md5 in my login page. And, Offline Apps(a reference from forge) is not capable of running through a screen action, or using the Assign widget of outsystems, so I have to use javascript to build the logic.
Hope you find everything in order.
John