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

Cannot run pack.sh in macOS 11.6 #33

Closed
Iwvvwl opened this issue Jan 27, 2022 · 2 comments
Closed

Cannot run pack.sh in macOS 11.6 #33

Iwvvwl opened this issue Jan 27, 2022 · 2 comments

Comments

@Iwvvwl
Copy link
Contributor

Iwvvwl commented Jan 27, 2022

I cannot run this command from eval/pack.sh in my macOS 11.6.

openssl enc -aes-256-cbc -salt -in submissions/"${1}"-metadata.json \
  -out submissions/"${1}"-metadata.json.enc -pass file:submissions/"${1}".key.bin -pbkdf2

I found that I can run it after removing -pbkdf2 parameter, but I don't know if it will be evaluated properly.

@Iwvvwl
Copy link
Contributor Author

Iwvvwl commented Jan 27, 2022

It seems to be due to the fact that the default openssl in macOS is LibreSSL, which does not support pbkdf2. I switched to the openssl in miniconda and updated my PRs.

@msmarco-bot
Copy link
Collaborator

Submission #31 and #32 have been evaluated without issue.

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

2 participants