DCIT / perl-CryptX

https://metacpan.org/pod/CryptX
Other
35 stars 23 forks source link

crypt::cipher::rc6 or crypt::mode::cbc problem #29

Closed zhou0 closed 7 years ago

zhou0 commented 7 years ago

when i use crypt::cipher::rc6 with crypt::mode::cbc , only part of data is processed .

karel-m commented 7 years ago

Could you please post here some code + test vectors which are failing?

karel-m commented 7 years ago

is this still a problem?

zhou0 commented 7 years ago

because TLS 1.3 will drop CBC mode and move to AEAD , so I did not investigate this issue further. CFB,CTR ,OFB and AEAD modes are used instead.

karel-m commented 7 years ago

because TLS 1.3 will drop CBC mode and move to AEAD , so I did not investigate this issue further. CFB,CTR ,OFB and AEAD modes are used instead.

OK, I am closing this, feel free to open a new one