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

Which version of scrypt_kdf is it? #2

Open
emelendez89 opened this issue Sep 22, 2021 · 0 comments
Open

Which version of scrypt_kdf is it? #2

emelendez89 opened this issue Sep 22, 2021 · 0 comments

Comments

@emelendez89
Copy link

Traceback (most recent call last):
File "C:<...>\brute.py", line 22, in
derived_key = scrypt_kdf(password, salt, r, p, n, dklen)[16:32]
File "C:\Program Files\Python39\lib\site-packages\multikdf-0.1.32-py3.9.egg\multikdf\scrypt.py", line 53, in scrypt_kdf
return hash(i=i, s=s, N=(2**n), r=r, p=p, buflen=kl)
File "C:\Program Files\Python39\lib\site-packages\multikdf-0.1.32-py3.9.egg\multikdf\scrypt.py", line 33, in hash
lib.crypto_scrypt(i, len(i), s, len(s), N, r, p, buf, buflen)
File "C:<...>\AppData\Roaming\Python\Python39\site-packages\cffi_utils\sowrapper.py", line 151, in getattr
return self.getattribute(name)
AttributeError: 'SharedLibWrapper' object has no attribute 'crypto_scrypt'

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