parsec-cloud icon indicating copy to clipboard operation
parsec-cloud copied to clipboard

Explicitly configure sequester to use SHA1 for RSA OAEP

Open FirelightFlagboy opened this issue 1 year ago • 0 comments

Rework the code to directly use PKey instead of Rsa for the internal data.

Using PKey allow to configure a {De,En}crypter with the given key. Then we can configure explicitly the padding using in the new instance

FirelightFlagboy avatar Mar 20 '24 09:03 FirelightFlagboy