PdfPig/src/UglyToad.PdfPig/Encryption
2019-11-25 12:42:32 +00:00
..
AesEncryptionHelper.cs add support for aes-128 decryption #34 2019-06-08 15:23:21 +01:00
CryptDictionary.cs finish support for revision 5 encryption using aes 256 #34 2019-06-13 19:46:08 +01:00
CryptHandler.cs handle non-standard crypt dictionary type and use hex bytes for password #34 2019-06-23 13:12:47 +01:00
EncryptionAlgorithmCode.cs start adding support for undocumented revision 6 encryption 2019-06-24 20:37:25 +01:00
EncryptionDictionary.cs handle non-standard crypt dictionary type and use hex bytes for password #34 2019-06-23 13:12:47 +01:00
EncryptionDictionaryFactory.cs treat encryption entries as optional for revisions 5+ #34 2019-06-23 13:52:12 +01:00
EncryptionHandler.cs #83 decrypt dictionary hex values 2019-11-25 12:42:32 +00:00
IEncryptionHandler.cs finish initial support for rc4 encryption with blank user password 2019-05-06 15:41:29 +01:00
NoOpEncryptionHandler.cs finish initial support for rc4 encryption with blank user password 2019-05-06 15:41:29 +01:00
RC4.cs add rc4 tokenizer and key generation per object 2019-05-05 15:34:48 +01:00
UserAccessPermissions.cs begin adding support for in-document security handlers to support aes 128/256 encryption #34 2019-06-08 14:14:51 +01:00