Basic Auth Export Possible?

Hello,

This may be a dumb question but here goes:

Say I have a bunch of registered users using the basic_auth plugin. What if one day I need to export the users into a totally new system (either another instance of Kong or a totally different platform)? Obviously I don’t want to expose their passwords, but is it possible to export their hashed passwords somehow to be imported into an alternate system?

For example, I see that firebase authentication has auth:import and auth:export which supports various hashing algorithms (BCRYPT, SCRYPT etc)…

Would be a shame to force all users to reset passwords.

Thoughts? Thanks for your time.

Does https://getkong.org/plugins/basic-authentication/#paginate-through-the-basic-auth-credentials help?