BcryptNet/bcrypt.net

Does bcrypt.net run correctly in 32-bit x86 Linux?

Closed this issue · 1 comments

Does bcrypt.net run correctly in 32-bit x86 Linux?

It will run wherever .net core runs (on a linux front); and its limitations are solely related to that.

Currently .net core doesn't explicitly support 32bit (x86 / intel based) Linux (https://docs.microsoft.com/en-us/dotnet/core/install/dependencies?tabs=netcore31&pivots=os-linux) and considering most distros killed off support 3 years ago (https://www.pcworld.com/article/3089509/end-of-an-era-linux-distributions-will-soon-stop-supporting-32-bit-pcs.html) I'm not sure if they'll make the requisite efforts to add support.

If its to run on ARM32 it should be fine.