Description
The current test suite validates encryption and decryption primarily for string inputs. However, there is no coverage for common data formats such as JSON strings, multiline text, or structured serialized data.
Problem
Real-world applications often encrypt serialized objects and configuration data.
Edge cases involving multiline content are not tested.
Potential encoding issues may go undetected.
Proposed Solution
Add tests for JSON payloads.
Add tests for multiline strings.
Add tests for mixed Unicode and serialized content.
Expected Outcome
Improved confidence in encryption reliability across diverse input formats.
assign me under gssoc
Description
The current test suite validates encryption and decryption primarily for string inputs. However, there is no coverage for common data formats such as JSON strings, multiline text, or structured serialized data.
Problem
Real-world applications often encrypt serialized objects and configuration data.
Edge cases involving multiline content are not tested.
Potential encoding issues may go undetected.
Proposed Solution
Add tests for JSON payloads.
Add tests for multiline strings.
Add tests for mixed Unicode and serialized content.
Expected Outcome
Improved confidence in encryption reliability across diverse input formats.
assign me under gssoc