Encrypt or decrypt multiple lines at once. Each line is processed separately using the same key and IV.
Each line is encrypted/decrypted independently using the same key and IV. Empty lines are preserved in the output.
Using the same IV for multiple encryptions with the same key reduces security. Consider using unique IVs for production use cases.