Is this JWT tool secure? Where is my secret key stored?
Yes, this tool is secure. All signing and verification operations happen entirely within your web browser using JavaScript. Your secret key is never sent to any server and is only used locally for the cryptographic calculations.