aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Implementations/Cryptography
AgeCommit message (Collapse)Author
2022-12-07Don't use deprecated HashAlgorithm.Create(string)Bond_009
2021-11-10Replace PBKDF2-SHA1 with PBKDF2-SHA512Bond_009
This also migrates already created passwords on login Source for the number of iterations: https://cheatsheetseries.owasp.org/cheatsheets/Password_Storage_Cheat_Sheet.html#pbkdf2
2021-10-08Use static crypto rngBond_009
2021-05-20Enable nullable reference types for Emby.Server.ImplementationsBond_009
2020-11-13Updated based on review feedbackcrobibero
2020-11-13Use null coalescing when possiblecrobibero
2020-11-13Convert NullReferenceException to ResourceNotFoundExceptioncrobibero
2020-11-13Fix nullability errors in Emby.Server.Implementationscrobibero
2020-05-27Merge branch 'master' into nullable3Bond_009
2020-04-14Clean up and document CryptographyProvider.csPatrick Barron
2020-04-05Enable nullabe reference types for MediaBrowser.ModelBond_009
2019-12-11More warnings (removed)Bond_009
2019-11-27Fix more warningsBond_009
2019-10-20Add clearer exceptions, warnings and docsBond_009
2019-09-17Remove legacy auth code (#1677)Bond-009
* Remove legacy auth code * Adds tests so we don't break PasswordHash (again) * Clean up interfaces * Remove duplicate code * Use auto properties * static using * Don't use 'this' * Fix build
2019-07-06Streamline authentication proccessBond_009
2019-03-25Simplify/remove/clean codeBond-009
* Remove useless runtime check (we only support one) * Remove unused args * Remove a global constant And ofc fix some warnings ;)
2019-03-07made hashset static and readonlyPhallacy
2019-03-07more fixes for perf and stylePhallacy
2019-03-07Apply suggestions from code review Bond-009
more minor fixes before I do larger fixes Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-03-04minor style fixesPhallacy
2019-02-27fixed logic flip in auth empty check and fixed crypto algo choicePhallacy
2019-02-20made newlines into linux newlinesPhallacy
2019-02-20minor changes and return to netstandardPhallacy
2019-02-18little fixes for JustAManPhallacy
2019-02-18added justaman notes, fixed new bug from emty has removalsPhallacy
2019-02-18Apply suggestions from code review LogicalPhallacy
Adding minor stylistic suggestions from Bond-009 Co-Authored-By: LogicalPhallacy <44458166+LogicalPhallacy@users.noreply.github.com>
2019-02-13Minor fixes re:PR870, added null checks from PR876Phallacy
2019-02-12sha256 with salt auth and sha1 interopPhallacy
2019-01-31Upgrade crypto provider, retarget better frameworkPhallacy
2019-01-13Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTvErwin de Haan
2017-09-28rework live stream creationLuke Pulverenti
2017-08-17add fixes for .net coreLuke Pulverenti
2017-08-16merge common implementations and server implementationsLuke Pulverenti
2017-08-09consolidate emby.server.core into emby.server.implementationsLuke Pulverenti