My application encrypts PDF files with line:
EncryptFile(userPassword, ownerPassword, DocumentPrivilege.AllowAll, KeySize.x128, Algorithm.AES)
I got exception
Exception: System.IO.IOException: Bad password!: v5.6.0.0
at Aspose.Pdf.Kit.PdfFileSecurity.EncryptFile
The password looks like that ABC2EFG2016 .
Is that because the password format is not good? What are the rules on which password is valid?
This Topic is created by codewarior using the Email to Topic plugin.