🔐 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)
cc6118100d83dd3097c059e431012fd0782eee440648394d13d1b1d278a47f7b9e901e3874a2102f6cebfac6792985286cd314be753b58b937cfb37fda88421e
CSRF Key (Base64)
zGEYEA2D3TCXwFnkMQEv0Hgu7kQGSDlNE9Gx0nikf3uekB44dKIQL2zr+sZ5KYUobNMUvnU7WLk3z7N/2ohCHg==

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