pyramid_oauth2_provider icon indicating copy to clipboard operation
pyramid_oauth2_provider copied to clipboard

This backend does not support scrypt.

Open tonthon opened this issue 8 years ago • 7 comments

My setup : OS : fedora I installed the following packages : gcc libffi-devel python-devel openssl-devel And I pip installed cryptography. I get the following error

    raise UnsupportedAlgorithm("This backend does not support scrypt.")
cryptography.exceptions.UnsupportedAlgorithm: This backend does not support scrypt.

It seems something is missing.

tonthon avatar Mar 29 '17 16:03 tonthon

That is strange. Those packages are right per the cryptography docs.

What version of Fedora and openssl?

secynic avatar Mar 29 '17 17:03 secynic

Fedora version 23 openssl.x86_64 version 1:1.0.2j-1.fc23

I'm using python 2.7

tonthon avatar Mar 30 '17 14:03 tonthon

Looks like scrypt requires openssl 1.1.0 or newer. Your platform is EOL, so you probably need to manually upgrade openssl.

I will add this to the readme.

secynic avatar Mar 30 '17 17:03 secynic

Thanks for the feedback

tonthon avatar Apr 03 '17 11:04 tonthon

@elliotpeele Any update on merging #22?

secynic avatar May 31 '17 02:05 secynic

Thanks for the reminder, the change is merged now.

On May 30, 2017, at 10:15 PM, Philip Hane [email protected] wrote:

@elliotpeele https://github.com/elliotpeele Any update on merging #22 https://github.com/elliotpeele/pyramid_oauth2_provider/pull/22?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/elliotpeele/pyramid_oauth2_provider/issues/20#issuecomment-305062655, or mute the thread https://github.com/notifications/unsubscribe-auth/AADYjtDz_JC9fzxok6wM5kzuDUNB5gswks5r_M03gaJpZM4MtPCF.

elliotpeele avatar May 31 '17 15:05 elliotpeele

Thanks! Did you see my reminder on #19 as well?

secynic avatar Jun 01 '17 02:06 secynic