🔐 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)
14c0f6d9f835d37f33a9cc5dff7b6eacf9675e245367c486bd404f687ac03dd3c090599920f033972ae01cfbe329463ee132ff9afa2c0f8163a074b9c1aff53f
CSRF Key (Base64)
FMD22fg1038zqcxd/3turPlnXiRTZ8SGvUBPaHrAPdPAkFmZIPAzlyrgHPvjKUY+4TL/mvosD4FjoHS5wa/1Pw==

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