What encryption formats are supported?

Both of Laravel’s encryption formats are supported: Standard (the entire file encrypted as one payload) and Readable (variable names visible, values encrypted individually). Dotvault auto-detects the format when you open a file, and you can switch between the two in the encryption settings.