nfdz / Cryptool

Cryptography Android application
Mozilla Public License 2.0
98 stars 20 forks source link

Encryption/Decryption Functionality Testing:* #40

Closed temmytopeqa closed 3 months ago

temmytopeqa commented 5 months ago

Test Scenarios - Test encryption functionality by entering a password and plaintext, then verifying that the ciphertext is generated correctly. Test Scenario - Test decryption functionality by entering the correct password and ciphertext, then verifying that the plaintext is recovered accurately.

Test Scenario: - Verify that the widget handles incorrect passwords gracefully, displaying an error message or vibrating red X as specified. Test Scenario: - Test encryption/decryption with different input lengths and characters to ensure compatibility and accuracy. Test Scenario: - Verify that encryption/decryption operations work seamlessly in both light and dark themes.