JackTrapper

Results 5 comments of JackTrapper

The real problem is that this implementation is nowhere near working, because neither the RFC, nor the white-papers, nor the reference implementations, explain how the algorithm works. Without being able...

I've committed everything i was behind on. There's five main pieces that make up Argon2; 1 is complete and tested, 2 more are mostly complete, but untestable, final 2 are...

I would suggest instead you use the **documented** way to access the cryptographic random data provided by the operating system: [**BCryptGenRandom**](https://docs.microsoft.com/en-us/windows/win32/api/bcrypt/nf-bcrypt-bcryptgenrandom). If you need to run pre-Windows Vista, you can...

> [dotnet/runtime#103658](https://github.com/dotnet/runtime/issues/103658) was completed recently and .NET 9 will contain `Guid.CreateVersion7()`. Will this help? So will this new method solve the problems mentioned by @JackTrapper in [#30753 (comment)](https://github.com/dotnet/efcore/issues/30753#issuecomment-2027429203)? I'm certain...

At the very least the code in `BCrypt.pas` has to run on Delphi 5. So if you want to take advantage of anything only available in newer versions of Delphi,...