Add error-prevention mechanisms , the app validates the input to meet industry standards:
Ensures the key is at least 16 characters long and a multiple of 4.
Checks that only valid Base32 characters (A-Z and 2-7) are used.
Automatically removes invalid characters, spaces, or formatting errors to prevent setup issues.