ArchiSteamFarm/ArchiSteamFarm.Tests
Sebastian Göls be027523ac
Warn about insecure passwords (#2419)
* Add warnings about password security

* Warn about weak steam passwords even if they are encrypted

* Apply feedback

* Apply feedback

* Simplify code

* Move return criteria up a bit for increased performance

* Choose more fitting strings for localization

* Extract const value

* Fix incorrect null reference warning

* Switch prefix operator for postfix one

Co-authored-by: Łukasz Domeradzki <JustArchi@JustArchi.net>

* Add tests

* Disable CA1724

The type name Utilities conflicts in whole or in part with the namespace name 'Microsoft.VisualStudio.TestPlatform.Common.ExtensionFramework.Utilities'.

* Tell users why their password is considered weak

* Apply feedback

* Merge resource comments

* Misc.

* Use library for password testing and Run testing in background

* Clean up

* OncSeparate forbidden phrases forfor IPC passwords (once again)

* Additionally check encryption key

* Add comment about {0}

Co-authored-by: Łukasz Domeradzki <JustArchi@JustArchi.net>
2021-10-13 21:44:48 +02:00
..
ArchiSteamFarm.Tests.csproj Misc XML cleanup 2021-07-15 23:06:16 +02:00
AssemblyInfo.cs More code inspections! 2021-05-06 17:14:03 +02:00
Bot.cs Use static lambdas wherever possible 2021-09-27 21:33:52 +02:00
SteamChatMessage.cs Use static lambdas wherever possible 2021-09-27 21:33:52 +02:00
Trading.cs Refactor EVERYTHING 2021-05-08 01:37:22 +02:00
Utilities.cs Warn about insecure passwords (#2419) 2021-10-13 21:44:48 +02:00