Isopoh.Cryptography.Argon2 icon indicating copy to clipboard operation
Isopoh.Cryptography.Argon2 copied to clipboard

No clear way to disable memory binding

Open hypixus opened this issue 2 years ago • 0 comments

I've read previous issues regarding memory locking with SecureArray, however it seems to be cranked up to 11 during normal usage on Windows 10 machine. In my instance however, it seems that system simply refuses to allow any locking, spitting errors on each attempt to do so. None of them break execution, yet it is a simply unnecessary resource waste. Just by looking at screenshot it should be simple to realize that this is ridiculous.

Is there a sensible way to disable memory locking to prevent this?

image

Code that is causing those errors:

image

hypixus avatar Apr 16 '22 01:04 hypixus