🔐 Rust 64 Bytes (512 bits) 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)
4631bb0297d4fee1a6bfc191a6ab7984e31c506aab0c6e7d3582884bed0f86012216c7852fd1d6b059bcd60532ffdc1b007b45ec4a4bdd49c1b54afb236d6a6e
CSRF Key (Base64)
RjG7ApfU/uGmv8GRpqt5hOMcUGqrDG59NYKIS+0PhgEiFseFL9HWsFm81gUy/9wbAHtF7EpL3UnBtUr7I21qbg==

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
Programmed by Tuxedosoft