- Posts: 67
- Thank you received: 0
Microsoft Windows Phone 8.1 support ends (13 Jul 2017)
Microsoft has ended support for Windows Phone 8.1
Questions about iOS development and PDF
PDF Encryption
- apdeveloper
- Topic Author
- Offline
- Senior Member
-
Less
More
9 years 7 months ago #10881
by apdeveloper
PDF Encryption was created by apdeveloper
Hi,
This is with regard to the PDF encryption functionality as given in the link provided by you:
www.radaeepdf.com/support/knowledge-base...component&kbartid=30
The Password used for PDF encryption in the line - [m_doc encryptAs:docPath :@"user" :@"admin" :0x4 :4 :&c];
i.e. User Password - "user" , Owner Password - "admin" is not working for opening the encrypted PDFs.
Request you to kindly provide us with the Password for the same, if it is not the one as specified above.
This is with regard to the PDF encryption functionality as given in the link provided by you:
www.radaeepdf.com/support/knowledge-base...component&kbartid=30
The Password used for PDF encryption in the line - [m_doc encryptAs:docPath :@"user" :@"admin" :0x4 :4 :&c];
i.e. User Password - "user" , Owner Password - "admin" is not working for opening the encrypted PDFs.
Request you to kindly provide us with the Password for the same, if it is not the one as specified above.
9 years 7 months ago #10883
by emanuele
Replied by emanuele on topic PDF Encryption
Hi,
please be sure to call [m_doc open....] if you are trying to encrypt a closed document and use a valid license: for encryption you need a premium license.
please be sure to call [m_doc open....] if you are trying to encrypt a closed document and use a valid license: for encryption you need a premium license.
- apdeveloper
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 67
- Thank you received: 0
9 years 7 months ago #10890
by apdeveloper
Replied by apdeveloper on topic PDF Encryption
Dear Emanuele,
We are encrypting the opened document itself. However, we are unable to open the document.
Kindly let us know as to what is the password to be entered to open the encrypted PDF since the User Password - "user" and Owner Password - "admin" is not working.
We are encrypting the opened document itself. However, we are unable to open the document.
Kindly let us know as to what is the password to be entered to open the encrypted PDF since the User Password - "user" and Owner Password - "admin" is not working.
9 years 7 months ago #10902
by emanuele
Replied by emanuele on topic PDF Encryption
Hi,
can you share the slice of code used to encrypt the file?
If the Premium license is correctly activated and the encryption method returns true, you should be able to open the encrypted file with the chosen passwords.
can you share the slice of code used to encrypt the file?
If the Premium license is correctly activated and the encryption method returns true, you should be able to open the encrypted file with the chosen passwords.
- apdeveloper
- Topic Author
- Offline
- Senior Member
-
Less
More
- Posts: 67
- Thank you received: 0
9 years 4 months ago #11332
by apdeveloper
Replied by apdeveloper on topic PDF Encryption
Can u Please confirm on which Algorithm is used for the encryption?
9 years 4 months ago #11334
by support
Replied by support on topic PDF Encryption
Encryption is AES128bit.
We support also 256bit (level8) but you should pay attention: PDF1.7 standard officially support only the 128bit version as the 256 was affected by a weakness in the key handling.
PDF1.8level8 introduced again the 256bit version but may PDF viewer doesn't support it as it introduces a different way to encrypt streams.
We support also 256bit (level8) but you should pay attention: PDF1.7 standard officially support only the 128bit version as the 256 was affected by a weakness in the key handling.
PDF1.8level8 introduced again the 256bit version but may PDF viewer doesn't support it as it introduces a different way to encrypt streams.
Time to create page: 0.425 seconds