What's New in Rot: v2024.03
Release notes for Rot v2024.03.
Features
Base64
Rot now includes base64 CLI helpers to convert between standard, url encoded, raw and padded base64 strings. Visit rot base64
for more information.
JWTs
Rot can now create JWTs. Visit Generate JWTs for more information.
SSH
Rot can now create SSH keys and certificates. Visit Generate SSH for more information.
Signatures
Rot can now create cryptographic signatures. Visit Generate Signatures for more information.
Enhancements
- Added
show-certificate
to display X.509 certificate details.
Removals
- Removed [
generate-value
] to generate random values and add them to the configuration, its functionality has been moved into [add-value
].