aboutsummaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.md
diff options
context:
space:
mode:
authorZeusCraft10 <akhilachanta8@gmail.com>2026-01-05 23:03:22 -0500
committerZeusCraft10 <akhilachanta8@gmail.com>2026-01-05 23:03:22 -0500
commit244757c92cae8dc1cb12dfb4a4e976bbfd7e751d (patch)
treeaf2fdd237a2e56fe76f338843a79686c1613f2de /CONTRIBUTORS.md
parenta1e0e4fd9df39838db433fac72aa90d71b66fb80 (diff)
Fix KeyNotFoundException in CryptographyProvider.Verify
When a password hash is missing the 'iterations' parameter, Verify now throws a descriptive FormatException instead of KeyNotFoundException. - Extract GetIterationsParameter() helper method to avoid code duplication - Provide distinct error messages for missing vs invalid parameters - Add comprehensive unit tests for CryptographyProvider
Diffstat (limited to 'CONTRIBUTORS.md')
-rw-r--r--CONTRIBUTORS.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md
index 0fd509f84..171509382 100644
--- a/CONTRIBUTORS.md
+++ b/CONTRIBUTORS.md
@@ -209,6 +209,7 @@
- [Kirill Nikiforov](https://github.com/allmazz)
- [bjorntp](https://github.com/bjorntp)
- [martenumberto](https://github.com/martenumberto)
+ - [ZeusCraft10](https://github.com/ZeusCraft10)
# Emby Contributors