argon2_py
argon2_py copied to clipboard
Python argon2 bindings
`setup.py` has an else clause for unknown operating systems: https://github.com/flamewow/argon2_py/blob/master/setup.py#L36 This else clause causes an error: ``` [...] $ python setup.py build cc -pthread -shared -L/usr/local/lib -fstack-protector-strong build/temp.freebsd-14.0-CURRENT-arm64-3.9/./phc-winner-argon2/src/argon2.o build/temp.freebsd-14.0-CURRENT-arm64-3.9/./phc-winner-argon2/src/blake2/blake2b.o build/temp.freebsd-14.0-CURRENT-arm64-3.9/./phc-winner-argon2/src/core.o...
The submodule for phc-winner-argon points to the git repo at https://github.com/flamewow/phc-winner-argon2/tree/1e7b4b0c4f1fa6adcd5b5287f246b7653537d915 , but as you can see, it's 404, likely because it was made private. Please update this, as doing...
[argon2_install_macos-bigsur11.4-arm64-2021-06-05.log](https://github.com/flamewow/argon2_py/files/6603151/argon2_install_macos-bigsur11.4-arm64-2021-06-05.log) [try_to_install_argon2.sh.txt](https://github.com/flamewow/argon2_py/files/6603152/try_to_install_argon2.sh.txt) ``` > jupyter lab Traceback (most recent call last): File "/Users/zacharywilson/.pyenv/versions/3.9.5/bin/jupyter-lab", line 5, in from jupyterlab.labapp import main File "/Users/zacharywilson/.pyenv/versions/3.9.5/lib/python3.9/site-packages/jupyterlab/__init__.py", line 7, in from .labapp import LabApp File...
Python3.6 64bits I want to install this lib by mingw32. I install https://slproweb.com/download/Win32OpenSSL-1_0_2o.exe from http://slproweb.com/products/Win32OpenSSL.html error: `ld.exe: skipping incompatible libeay32.lib when searching for -llibeay32` What version of openssl libeay32 is...
https://tools.ietf.org/html/draft-irtf-cfrg-argon2-01#section-6.2 lists test vectors for Argon2, but this library doesn't seem to allow passing `secret` or `associated data` as a parameter, so even simple known answer tests can't be reproduced.
``` /opt/python/run/venv/local/lib64/python3.4/site-packages/argon2/low_level.py:93: UserWarning: implicit cast to 'char *' from a different pointer type: will be forbidden in the future (check that the types are as you expect; use an explicit...
I'm currently running into https://github.com/P-H-C/phc-winner-argon2/issues/64 which was fixed recently. However, with the current version of the Python binding a threading error might kill a webserver and therefore open doors for...
the pypi metadata could be made more specific: - precise python versions - precise OS compatibility
Hi! Right now it looks like this repo has a mix of C-extension and ctypes. Can I recommend using cffi for binding to C code, it is simple, safe, and...
Hi, Due to migration du python3.12 (cannot import argon2) ```python python3 Python 3.12.10 (main, Apr 13 2025, 12:24:44) [GCC 14.2.1 20241221] on linux Type "help", "copyright", "credits" or "license" for...