[ 
https://issues.apache.org/jira/browse/PDFBOX-1450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14909263#comment-14909263
 ] 

Tilman Hausherr commented on PDFBOX-1450:
-----------------------------------------

Please change
{code}
int keyLength = 128; // 40 or 128; 256 will be available in version 2.0
{code}
into
{code}
int keyLength = 256; // 40, 128 or 256
{code}
Reason: persuade people to use strong encryption.

> document how to encrypt with AES 256 with the release of 2.0
> ------------------------------------------------------------
>
>                 Key: PDFBOX-1450
>                 URL: https://issues.apache.org/jira/browse/PDFBOX-1450
>             Project: PDFBox
>          Issue Type: Wish
>          Components: Documentation
>    Affects Versions: 2.0.0
>            Reporter: Ralf Hauser
>            Priority: Minor
>             Fix For: 2.0.0
>
>
> please add a java code sample how to do this on the web-site and link to it 
> from 
> http://pdfbox.apache.org/commandlineutilities/Encrypt.html
> see also see also PDFBOX-953  and see also PDFBOX-135



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to