🔐 Rust 64 Bytes CSRF Key Generator

These keys are for the Axum CSRF crate integration, specifically for the use of cookie-based CSRF integration. They are 64 bytes (512 bits) crytographically-secure keys.

DISCLAIMER: Use with caution in your Rust applications. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.

CSRF Key (Hex - 64 bytes / 512 bits)
5bc0c3d95153b690e59edc011be987afd17b7b4e1cdd550f38af5368098856246a2061c7d15e1df22db0552e0c24bee2109d89bc4d2df53aac4c81b8563c630a
CSRF Key (Base64)
W8DD2VFTtpDlntwBG+mHr9F7e04c3VUPOK9TaAmIViRqIGHH0V4d8i2wVS4MJL7iEJ2JvE0t9TqsTIG4VjxjCg==

Key Length: 64 bytes (512 bits)

Format: Secure random bytes generated by Axum CSRF

Usage: This key is automatically generated on each page load

Reload the page to generate a new CSRF key