yescrypt 1.0.11
See the version list below for details.
dotnet add package yescrypt --version 1.0.11
NuGet\Install-Package yescrypt -Version 1.0.11
<PackageReference Include="yescrypt" Version="1.0.11" />
<PackageVersion Include="yescrypt" Version="1.0.11" />
<PackageReference Include="yescrypt" />
paket add yescrypt --version 1.0.11
#r "nuget: yescrypt, 1.0.11"
#:package yescrypt@1.0.11
#addin nuget:?package=yescrypt&version=1.0.11
#tool nuget:?package=yescrypt&version=1.0.11
.NET implementation of the yescrypt a password-based key derivation function (KDF) and password hashing scheme.
- Yescrypt.CheckPasswd() validates plaintext passwords against yescrypt password hashes typical of the /etc/shadow file in modern Linux distros
- Yescrypt.ChangePasswd() generates a new password hash in the same format with random salt, using yescrypt settings in the existing password hash
- Yescrypt.NewPasswd() generates a new password hash with the settings specified by the caller
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 is compatible. |
| MonoAndroid | monoandroid was computed. |
| MonoMac | monomac was computed. |
| MonoTouch | monotouch was computed. |
| Tizen | tizen60 was computed. |
| Xamarin.iOS | xamarinios was computed. |
| Xamarin.Mac | xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 1.0.17 | 18,558 | 5/1/2025 |
| 1.0.15 | 6,948 | 4/12/2024 |
| 1.0.13 | 14,104 | 11/10/2023 |
| 1.0.12 | 228 | 11/10/2023 |
| 1.0.11 | 14,595 | 2/4/2023 |
| 1.0.10 | 436 | 2/4/2023 |
| 1.0.0-dev-8 | 323 | 2/4/2023 |
| 1.0.0-dev-7 | 315 | 2/4/2023 |
| 1.0.0-dev-5 | 308 | 2/4/2023 |
| 1.0.0-dev-4 | 304 | 2/3/2023 |
- Initial version validated against latest Ubuntu / Debian release
- Limitations:
1. Does not implement p>1 (i.e., no parallelism
2. No ROMs support, and therefore, is best suited to casual checking of passwords, not proof of work or password cracking
3. Only tested with YESCRYPT_RW flavor, if YESCRYPT_WORM flavor is encountered, an exception will be thrown