🔐 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)
f8c4e69c30e3cdcc686fe54258e50cdf86127db1ee9fff135f328c510cd344e87ace0e53b1b16acc3a48ad114ae335c2a2f6c4ebeed8353da7e1c3592681f10e
CSRF Key (Base64)
+MTmnDDjzcxob+VCWOUM34YSfbHun/8TXzKMUQzTROh6zg5TsbFqzDpIrRFK4zXCovbE6+7YNT2n4cNZJoHxDg==

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
Built on Rust, programmed by Tuxedosoft