-
Task
-
Resolution: Done
-
Major
-
None
-
None
Add a unit test to MaskCommandTest class which tests the MaskCommand.decryptMasked method.
This method takes the masked password as argument and decrypts it. Take inspiration from the maskCompatibilityCheck method. It contains the pregenerated masked password that starts with "MASK-" . You can take this pregenerated value and decrypt it. Test that the result is teh original secret value.