ledongthuc / pdf

PDF reader
BSD 3-Clause "New" or "Revised" License
429 stars 150 forks source link

AES implementation in `decryptString` #10

Closed karust closed 5 years ago

karust commented 5 years ago

It panicked several times during parsing large corpus of PDF files in decryptString function in read.go, because there was no code for AES. Now it does not crash and you can see some text decrypted after x = string(s) line.

ledongthuc commented 5 years ago

Looks good!