index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
MediaBrowser.Model
/
Cryptography
/
PasswordHash.cs
Age
Commit message (
Expand
)
Author
2023-04-06
Remove redundant 'else' keywords
Stepan Goremykin
2022-12-07
Use ArgumentException.ThrowIfNullOrEmpty
Bond_009
2022-10-06
Use ArgumentNullException.ThrowIfNull helper method
Bond_009
2021-11-10
Replace PBKDF2-SHA1 with PBKDF2-SHA512
Bond_009
2019-09-17
Remove legacy auth code (#1677)
Bond-009
2019-08-28
Fix login
Bond_009
2019-08-11
Check checksum for plugin downloads
Bond_009
2019-07-06
Streamline authentication proccess
Bond_009
2019-06-08
Force LF line endings
Bond_009
2019-03-07
more fixes for perf and style
Phallacy
2019-03-07
Apply suggestions from code review
Bond-009
2019-03-05
Minor fixes to address style issues
Phallacy
2019-03-04
minor style fixes
Phallacy
2019-02-20
minor changes and return to netstandard
Phallacy
2019-02-18
added justaman notes, fixed new bug from emty has removals
Phallacy
2019-02-13
Minor fixes re:PR870, added null checks from PR876
Phallacy
2019-02-12
sha256 with salt auth and sha1 interop
Phallacy
2019-01-31
Upgrade crypto provider, retarget better framework
Phallacy