开发者

Does libgcrypt provide pkcs1 unpadding functionality?

开发者 https://www.devze.com 2023-03-02 11:33 出处:网络
In the libgcrypt doco, it specifies that you can define an s-expression that allows for the data to be padded in PKCS#1 before being encrypted. Is there a another function or another expression I coul

In the libgcrypt doco, it specifies that you can define an s-expression that allows for the data to be padded in PKCS#1 before being encrypted. Is there a another function or another expression I could build to unpad the data after it has 开发者_如何学Pythonbeen decrypted or is there some other work around to do this?

Thanks in advance!

0

精彩评论

暂无评论...
验证码 换一张
取 消