How to manually enter username and password on table created by security module?

I am new to scriptcase, I just wanted to add all my usernames and passwords manually entered on users table, though i can enter it but it seems, its all encripted, so if i will enter the password, scriptcase will not recognize it. Can someone help me how it is done? Thanks

In general scriptcase will use MD5 as encryption. Not very safe, but better than nothing I guess :wink: This MD5 conversion is done in your logon module which you can disable in the sourcecode. But then you have no encryption of your passwords at all which should be a no-go.

So write a small program to import you usernames and password and use the md5 function to encrypt your passwords before storing them in the database. That should do it.