Will the servoy_user data from v3 table work in v8 table?

Will the servoy_user table data from version 3 table work in version 8 table?

I’m converting an application from version 3 to version 8. I need to maintain the user accounts in version 3. Comparing the servoy_user tables in the servoy_respository database the user_uid and user_password have changed their format. User_uid: integer value to 8-4-4-4-12 format. User_password: 24 hex characters to many many more.

So, my questions are:

  1. Can I import the old V3 data and it will work with V8?
  2. Is there a way to convert this servoy_user table from V3 to V8?

From a simple test I performed, it appears the answer is YES to item 1. Copied a couple of rows from version 3 where I knew the password and I was able to log in. So the old password encryption is known to version 8.
Not sure about question 2.