VitePress
Appearance
64 character key used to encrypt values using the PHP Sodium extension.
Run the following PHP script to generate a key:
<?php $key = sodium_crypto_secretbox_keygen(); var_dump( sodium_bin2hex( $key ) );