0

We have a shell script command where it transfer the files from one server to other. While the command is getting executed we are facing below error

We are facing below error

Error: RSA.xs:202: OpenSSL error: oaep decoding error at /File.m line 40

If any one has any idea please suggest..

Arya
  • 528
  • 6
  • 26
  • 3
    While there are no useful details apart from the error message I suggest that [RSA encrypt then decrypt fails with "oaep decoding error"](https://stackoverflow.com/questions/25222068/rsa-encrypt-then-decrypt-fails-with-oaep-decoding-error) might describe the same problem you have and offers a solution. – Steffen Ullrich Jun 03 '20 at 19:19
  • @SteffenUllrich.. Thanks a lot for the reply, But i am not able to understand the content like why we face this issue ? – Arya Jun 03 '20 at 19:20
  • 1
    I can only speculate due to a lack of any details: wrong input into a program. To cite from the answer to the other question: *"public key does not match the private key"*. – Steffen Ullrich Jun 03 '20 at 19:24

0 Answers0