🔐 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)
b2e73774ad2d4bbcb7f62042de9d60f2e2307745206c88c27a32a2125714ed11bb658cd3cfb3e09b1d5deef30a2b07353ef24e591ebfe651999a8b3b1fe0f3cc
CSRF Key (Base64)
suc3dK0tS7y39iBC3p1g8uIwd0UgbIjCejKiElcU7RG7ZYzTz7Pgmx1d7vMKKwc1PvJOWR6/5lGZmos7H+DzzA==

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