The registration script has been updated to work with the latest API changes, which includes new password encryption logic using AES CCM (thanks to @IkaEren for reversing the new crypto code). A new --retrieve-mode was also introduced, utilizing the credential retrieval API (retrieve_user_*) to fetch a new set of credentials for an existing user. This bypasses the errors you would now hit if you call the default create mode too many times.

Updated registration script to support the latest API and new encryption logic - zhengqunkoo/wasg-register