mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 15:14:41 +00:00
be027523ac
* 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>
43 lines
2.6 KiB
XML
43 lines
2.6 KiB
XML
<Project>
|
|
<ItemGroup>
|
|
<PackageVersion Include="AngleSharp.XPath" Version="1.1.7" />
|
|
<PackageVersion Include="ConfigureAwaitChecker.Analyzer" Version="5.0.0" />
|
|
<PackageVersion Include="CryptSharpStandard" Version="1.0.0" />
|
|
<PackageVersion Include="Humanizer" Version="2.11.10" />
|
|
<PackageVersion Include="JetBrains.Annotations" Version="2021.2.0" />
|
|
<PackageVersion Include="Markdig.Signed" Version="0.26.0" />
|
|
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="16.11.0" />
|
|
<PackageVersion Include="MSTest.TestAdapter" Version="2.2.4" />
|
|
<PackageVersion Include="MSTest.TestFramework" Version="2.2.4" />
|
|
<PackageVersion Include="Newtonsoft.Json" Version="13.0.1" />
|
|
<PackageVersion Include="Nito.AsyncEx.Coordination" Version="5.1.2" />
|
|
<PackageVersion Include="NLog.Web.AspNetCore" Version="4.14.0" />
|
|
<PackageVersion Include="SteamKit2" Version="2.4.0-Alpha.3" />
|
|
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.2.2" />
|
|
<PackageVersion Include="Swashbuckle.AspNetCore.Annotations" Version="6.2.2" />
|
|
<PackageVersion Include="Swashbuckle.AspNetCore.Newtonsoft" Version="6.2.2" />
|
|
<PackageVersion Include="System.Composition" Version="5.0.1" />
|
|
<PackageVersion Include="System.Composition.AttributedModel" Version="5.0.1" />
|
|
<PackageVersion Include="System.Linq.Async" Version="5.0.0" />
|
|
<PackageVersion Include="zxcvbn-core" Version="7.0.92" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup Condition="'$(TargetFramework)' != 'net48' AND ('$(TargetGeneric)' == 'true' OR '$(TargetWindows)' == 'true')">
|
|
<PackageVersion Include="System.IO.FileSystem.AccessControl" Version="5.0.0" />
|
|
<PackageVersion Include="System.Security.Cryptography.ProtectedData" Version="5.0.0" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup Condition="'$(TargetFramework)' == 'net48'">
|
|
<PackageVersion Include="JustArchiNET.Madness" Version="1.3.1" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.Cors" Version="2.2.0" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.Diagnostics" Version="2.2.0" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.HttpOverrides" Version="2.2.0" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.ResponseCaching" Version="2.2.0" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.ResponseCompression" Version="2.2.0" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
|
|
<PackageVersion Include="Microsoft.AspNetCore.WebSockets" Version="2.2.1" />
|
|
<PackageVersion Include="Microsoft.Extensions.Configuration.Json" Version="3.1.20" />
|
|
<PackageVersion Include="Microsoft.Extensions.Logging.Configuration" Version="3.1.20" />
|
|
</ItemGroup>
|
|
</Project>
|