Skip to content

Activity

Provide Argon2id overloads to pass password hashes as strings (#15)

Pull request merge
samuel-lucas6pushed 1 commit to main • 41972af…f8e583a • 
19 days ago

Geralt.csproj: Bump the version.

samuel-lucas6pushed 1 commit to main • fa556ea…41972af • 
on Dec 15, 2024

Geralt.csproj: Update libsodium.

samuel-lucas6pushed 1 commit to main • 9735ecc…fa556ea • 
on Dec 15, 2024

Geralt.Tests.csproj: Update packages.

samuel-lucas6pushed 1 commit to main • 293a61c…9735ecc • 
on Dec 15, 2024

SecureMemoryTests.cs: Switch to DynamicData and use the PageSize cons…

samuel-lucas6pushed 1 commit to main • 9c4ea6b…293a61c • 
on Dec 15, 2024

src: Check for disposed in all incremental classes.

samuel-lucas6pushed 1 commit to main • 91874d6…9c4ea6b • 
on Dec 14, 2024

GuardedHeapAllocation.cs: Set the pointer to null in Dispose().

samuel-lucas6pushed 1 commit to main • a51a979…91874d6 • 
on Dec 14, 2024

SecureMemoryTests.cs: Fix a different test on macOS.

samuel-lucas6pushed 1 commit to main • b684510…a51a979 • 
on Dec 8, 2024

src: Add guarded heap allocations.

samuel-lucas6pushed 1 commit to main • d95c5bd…b684510 • 
on Dec 8, 2024

SecureMemoryTests.cs: Exclude macOS from this test.

samuel-lucas6pushed 1 commit to main • a60213e…d95c5bd • 
on Dec 8, 2024

SecureMemoryTests.cs: Final attempt to fix test on macOS.

samuel-lucas6pushed 1 commit to main • 669f8c4…a60213e • 
on Dec 8, 2024

SecureMemoryTests.cs: Try to fix another GitHub Actions test failure.

samuel-lucas6pushed 1 commit to main • 861f3f1…669f8c4 • 
on Dec 8, 2024

SecureMemoryTests.cs: Fix failing test on GitHub Actions.

samuel-lucas6pushed 1 commit to main • 889bdd8…861f3f1 • 
on Dec 8, 2024

src: Add memory zeroing and locking.

samuel-lucas6pushed 1 commit to main • 36bb78c…889bdd8 • 
on Dec 7, 2024

SecureRandom.cs: Fix GetPassphrase() bug in .NET 8.

samuel-lucas6pushed 1 commit to main • aae71ff…36bb78c • 
on Nov 23, 2024

Encodings.cs: Zero buffers.

samuel-lucas6pushed 1 commit to main • a46243a…aae71ff • 
on Nov 17, 2024

Geralt.Tests.csproj: Update packages.

samuel-lucas6pushed 1 commit to main • 0ab9993…a46243a • 
on Nov 17, 2024

BLAKE2b.cs: Check whether the stream can be read.

samuel-lucas6pushed 1 commit to main • 3e8a481…0ab9993 • 
on Nov 14, 2024

Geralt.csproj: Bump version.

samuel-lucas6pushed 1 commit to main • 00b92b6…3e8a481 • 
on Nov 14, 2024

dotnet.yml: Test on .NET 9.

samuel-lucas6pushed 1 commit to main • 2dd59db…00b92b6 • 
on Nov 14, 2024

Geralt.Tests.csproj: Target .NET 9.

samuel-lucas6pushed 1 commit to main • dd3e694…2dd59db • 
on Nov 14, 2024

README.md: Say .NET 8+.

samuel-lucas6pushed 1 commit to main • bde88dc…dd3e694 • 
on Nov 10, 2024

src: Use braces with all if statements.

samuel-lucas6pushed 1 commit to main • 0bd6f2d…bde88dc • 
on Nov 10, 2024

src: Switch null to ReadOnlySpan<byte>.Empty.

samuel-lucas6pushed 1 commit to main • d402f86…0bd6f2d • 
on Nov 10, 2024

src: Attempt to zero the state for incremental classes.

samuel-lucas6pushed 1 commit to main • b436993…d402f86 • 
on Nov 10, 2024

Encodings.cs: Avoid stackalloc.

samuel-lucas6pushed 1 commit to main • 5e5eb66…b436993 • 
on Nov 10, 2024

src: Switch from DllImport to LibraryImport.

samuel-lucas6pushed 1 commit to main • ef2a93f…5e5eb66 • 
on Nov 10, 2024

src: Try to fix the GitHub Actions error.

samuel-lucas6pushed 1 commit to main • a58cbf4…ef2a93f • 
on Nov 9, 2024

src: Use the collection expression elsewhere.

samuel-lucas6pushed 1 commit to main • 78c0c0a…a58cbf4 • 
on Nov 9, 2024

src: Get rid of new object[].

samuel-lucas6pushed 1 commit to main • 741dd21…78c0c0a • 
on Nov 9, 2024