Verify Password of Encrypted Files

Verify the password of the encrypted file

To verify the password of the encrypted file, Aspose.Cells for Java provides the VerifyPassword method. The methods accepts two parameters, the file stream and the password that needs to be verified. The following code snippet demonstrates the use of the VerifyPassword method to verify whether the provided password is valid or not.

Sample Code: