Closed sfan5 closed 4 months ago
This might be a big ask but is there any way that we could try to call the system's crypt library if it has one before resorting to this one?
I can simply try importing crypt
before r_crypt
, if that's what you mean.
Anything more than that (e.g. CFFI) would be unreasonable.
Thanks for the response, yeah CFFI was exactly what I had in mind, though I'm not familiar enough with python to know the ins and outs of how to use it. And yeah, I can understand why that's beyond what you'd want to try to maintain. Thanks for considering.
https://github.com/fedora-python/crypt_r looks promising