secretHex) and never cleared. For security best practices, consider clearing sensitive data after use. While the secret is ephemeral for this registration flow, explicitly clearing it after the register transaction completes would be more secure. #25
[nitpick] The secret is logged in browser memory (as
secretHex) and never cleared. For security best practices, consider clearing sensitive data after use. While the secret is ephemeral for this registration flow, explicitly clearing it after the register transaction completes would be more secure.Example:
Originally posted by @Copilot in #24 (comment)