Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password file decrypting fails with newer openssl client #32

Open
over1pixel opened this issue Nov 22, 2022 · 0 comments
Open

Password file decrypting fails with newer openssl client #32

over1pixel opened this issue Nov 22, 2022 · 0 comments

Comments

@over1pixel
Copy link

In the files

  • oragsm.py
  • orapcatalog.py
  • orapshard.py
  • setupOshardEnv.sh

please add the option -md sha256 to every command like
openssl enc -d -aes-256-cbc -in <inputfile> -out <outputfile> -pass file:<keyfile>

otherwise with newer openssl versions we face the error
11/22/2022 09:19:23 PM ERROR: oracommon.py - check_os_err :OS command returned code : 1, returned error : bad decrypt 139884830422928:error:06065064:digital envelope routines:EVP_DecryptFinal_ex:bad decrypt:evp_enc.c:618: and returned output : no retruned output

also there is a typo in the last line

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant