Soenneker.Hashing.BCrypt 3.0.383

Prefix Reserved
dotnet add package Soenneker.Hashing.BCrypt --version 3.0.383
                    
NuGet\Install-Package Soenneker.Hashing.BCrypt -Version 3.0.383
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Hashing.BCrypt" Version="3.0.383" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Hashing.BCrypt" Version="3.0.383" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Hashing.BCrypt" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Hashing.BCrypt --version 3.0.383
                    
#r "nuget: Soenneker.Hashing.BCrypt, 3.0.383"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Soenneker.Hashing.BCrypt&version=3.0.383
                    
Install Soenneker.Hashing.BCrypt as a Cake Addin
#tool nuget:?package=Soenneker.Hashing.BCrypt&version=3.0.383
                    
Install Soenneker.Hashing.BCrypt as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Hashing.BCrypt

A utility library for BCrypt hashing and verification

Features

  • Hash passwords: Securely hash passwords.
  • Verify passwords: Check if a password matches a hash.
  • Custom security: Adjust the workFactor for extra security.

Installation

dotnet add package Soenneker.Hashing.BCrypt

Usage

Hash a Password

string hash = BCryptUtil.Hash("MyPassword");

Verify a Password

bool isValid = BCryptUtil.Verify("MyPassword", hash);

Custom Work Factor

string hash = BCryptUtil.Hash("MyPassword", workFactor: 12);
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

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
3.0.383 188 5/14/2025
3.0.382 126 5/8/2025
3.0.381 125 5/8/2025
3.0.380 123 5/8/2025
3.0.379 124 5/7/2025
3.0.378 123 5/5/2025
3.0.377 121 5/5/2025
3.0.376 124 5/5/2025
3.0.375 124 5/5/2025
3.0.374 124 5/5/2025
3.0.373 125 5/5/2025
3.0.372 124 5/5/2025
3.0.371 69 4/27/2025
3.0.370 53 4/26/2025
3.0.369 142 4/8/2025
3.0.368 143 4/8/2025
3.0.367 134 4/8/2025
3.0.366 143 4/8/2025
3.0.365 148 4/8/2025
3.0.364 140 4/8/2025
3.0.363 150 4/8/2025
3.0.362 147 4/8/2025
3.0.361 142 4/8/2025
3.0.360 144 4/8/2025
3.0.359 143 4/7/2025
3.0.358 154 4/7/2025
3.0.357 139 4/7/2025
3.0.356 143 4/7/2025
3.0.355 142 4/7/2025
3.0.354 142 4/7/2025
3.0.353 148 4/7/2025
3.0.352 153 4/7/2025
3.0.351 148 4/6/2025
3.0.350 142 4/6/2025
3.0.349 141 4/6/2025
3.0.348 148 4/6/2025
3.0.347 118 4/6/2025
3.0.346 113 4/6/2025
3.0.345 126 4/6/2025
3.0.344 126 4/6/2025
3.0.343 129 4/6/2025
3.0.342 93 4/6/2025
3.0.341 97 4/6/2025
3.0.340 95 4/6/2025
3.0.339 96 4/6/2025
3.0.338 102 4/6/2025
3.0.337 71 4/5/2025
3.0.336 72 4/5/2025
3.0.335 69 4/5/2025
3.0.334 80 4/5/2025
3.0.333 75 4/5/2025
3.0.332 73 4/5/2025
3.0.331 80 4/5/2025
3.0.330 76 4/4/2025
3.0.329 87 4/4/2025
3.0.328 94 4/4/2025
3.0.327 137 4/3/2025
3.0.326 135 4/1/2025
3.0.325 132 3/31/2025
3.0.324 134 3/31/2025
3.0.323 78 3/29/2025
3.0.322 460 3/25/2025
3.0.321 457 3/25/2025
3.0.320 119 3/21/2025
3.0.319 125 3/18/2025
3.0.318 135 3/18/2025
3.0.317 61 3/15/2025
3.0.316 59 3/15/2025
3.0.315 138 3/12/2025
3.0.314 148 3/12/2025
3.0.313 150 3/11/2025
3.0.312 142 3/11/2025
3.0.311 157 3/11/2025
3.0.310 154 3/11/2025
3.0.309 151 3/11/2025
3.0.308 148 3/11/2025
3.0.307 155 3/11/2025
3.0.306 197 3/7/2025
3.0.305 209 3/7/2025
3.0.304 122 3/2/2025
3.0.303 94 3/2/2025
3.0.302 88 3/2/2025
3.0.301 92 3/2/2025
3.0.300 98 3/1/2025
3.0.299 92 3/1/2025
3.0.298 92 3/1/2025
3.0.297 99 3/1/2025
3.0.296 93 3/1/2025
3.0.295 89 3/1/2025
3.0.294 85 3/1/2025
3.0.293 87 3/1/2025
3.0.292 86 3/1/2025
3.0.291 106 2/27/2025
3.0.290 86 2/25/2025
3.0.289 88 2/25/2025
3.0.288 84 2/25/2025
3.0.287 82 2/25/2025
3.0.286 89 2/24/2025
3.0.285 89 2/24/2025
3.0.284 94 2/23/2025
3.0.283 87 2/23/2025
3.0.282 83 2/22/2025
3.0.281 88 2/22/2025
3.0.280 84 2/22/2025
3.0.279 88 2/22/2025
3.0.278 88 2/21/2025
3.0.277 88 2/21/2025
3.0.276 96 2/21/2025
3.0.275 103 2/21/2025
3.0.274 89 2/19/2025
3.0.273 96 2/19/2025
3.0.272 91 2/19/2025
3.0.271 97 2/19/2025
3.0.270 101 2/18/2025
3.0.269 89 2/18/2025
3.0.268 103 2/18/2025
3.0.267 92 2/18/2025
3.0.266 96 2/14/2025
3.0.265 99 2/14/2025
3.0.264 98 2/13/2025
3.0.263 93 2/12/2025
3.0.262 93 2/12/2025
3.0.261 98 2/12/2025
3.0.260 92 2/12/2025
3.0.259 89 2/12/2025
3.0.258 101 2/12/2025
3.0.257 97 2/11/2025
3.0.256 93 2/11/2025
3.0.255 93 2/11/2025
3.0.254 85 2/11/2025
3.0.253 101 2/11/2025
3.0.252 85 2/11/2025
3.0.251 90 2/11/2025
3.0.250 96 2/11/2025
3.0.249 89 2/11/2025
3.0.248 90 2/10/2025
3.0.247 97 2/10/2025
3.0.246 93 2/10/2025
3.0.245 86 2/10/2025
3.0.244 96 2/10/2025
3.0.243 90 2/10/2025
3.0.242 89 2/10/2025
3.0.241 102 2/9/2025
3.0.240 86 2/9/2025
3.0.239 90 2/8/2025
3.0.238 90 2/8/2025
3.0.237 83 2/8/2025
3.0.236 85 2/8/2025
3.0.235 80 2/7/2025
3.0.234 89 2/7/2025
3.0.233 86 2/7/2025
3.0.232 83 2/7/2025
3.0.231 88 2/7/2025
3.0.230 86 2/7/2025
3.0.229 91 2/7/2025
3.0.228 82 2/7/2025
3.0.227 80 2/7/2025
3.0.226 86 2/7/2025
3.0.225 90 2/6/2025
3.0.224 95 2/5/2025
3.0.223 93 2/5/2025
3.0.222 88 2/5/2025
3.0.221 83 2/5/2025
3.0.220 80 2/5/2025
3.0.219 86 2/5/2025
3.0.218 104 1/28/2025
3.0.217 82 1/28/2025
3.0.216 70 1/28/2025
3.0.215 93 1/28/2025
3.0.214 85 1/27/2025
3.0.213 79 1/27/2025
3.0.212 79 1/27/2025
3.0.211 78 1/27/2025
3.0.210 94 1/27/2025
3.0.209 85 1/27/2025
3.0.208 85 1/26/2025
3.0.207 86 1/26/2025
3.0.206 83 1/26/2025
3.0.205 93 1/26/2025
3.0.204 86 1/25/2025
3.0.203 88 1/25/2025
3.0.202 88 1/25/2025
3.0.201 94 1/25/2025
3.0.200 92 1/25/2025
3.0.199 80 1/25/2025
3.0.198 81 1/24/2025
3.0.197 73 1/24/2025
3.0.196 80 1/24/2025
3.0.195 78 1/24/2025
3.0.194 83 1/24/2025
3.0.193 77 1/24/2025
3.0.192 85 1/24/2025
3.0.191 80 1/24/2025
3.0.190 86 1/23/2025
3.0.189 88 1/23/2025
3.0.188 78 1/23/2025
3.0.187 84 1/22/2025
3.0.186 86 1/21/2025
3.0.185 90 1/21/2025
3.0.184 86 1/21/2025
3.0.183 89 1/21/2025
3.0.182 88 1/21/2025
3.0.181 87 1/21/2025
3.0.180 83 1/21/2025
3.0.179 84 1/21/2025
3.0.178 86 1/21/2025
3.0.177 85 1/21/2025
3.0.176 80 1/21/2025
3.0.175 76 1/21/2025
3.0.174 80 1/21/2025
3.0.173 77 1/21/2025
3.0.172 83 1/20/2025
3.0.171 79 1/20/2025
3.0.170 78 1/20/2025
3.0.169 80 1/20/2025
3.0.168 87 1/20/2025
3.0.167 82 1/20/2025
3.0.166 79 1/20/2025
3.0.165 93 1/20/2025
3.0.164 83 1/20/2025
3.0.163 84 1/20/2025
3.0.162 85 1/20/2025
3.0.161 78 1/19/2025
3.0.160 84 1/19/2025
3.0.159 83 1/19/2025
3.0.158 82 1/19/2025
3.0.157 76 1/19/2025
3.0.156 73 1/19/2025
3.0.155 87 1/18/2025
3.0.154 90 1/18/2025
3.0.153 88 1/18/2025
3.0.152 78 1/17/2025
3.0.151 79 1/17/2025
3.0.150 80 1/17/2025
3.0.149 76 1/17/2025
3.0.148 71 1/17/2025
3.0.147 83 1/16/2025
3.0.146 73 1/16/2025
3.0.145 82 1/16/2025
3.0.144 84 1/16/2025
3.0.143 78 1/16/2025
3.0.142 80 1/16/2025
3.0.141 75 1/16/2025
3.0.140 75 1/16/2025
3.0.139 76 1/16/2025
3.0.138 82 1/16/2025
3.0.137 74 1/15/2025
3.0.136 78 1/15/2025
3.0.135 79 1/15/2025
3.0.134 84 1/15/2025
3.0.133 79 1/15/2025
3.0.132 77 1/15/2025
3.0.131 74 1/15/2025
3.0.130 75 1/15/2025
3.0.129 71 1/15/2025
3.0.128 61 1/15/2025
3.0.127 52 1/15/2025
3.0.126 53 1/15/2025
3.0.125 51 1/15/2025
3.0.124 59 1/15/2025
3.0.123 49 1/15/2025
3.0.122 46 1/15/2025
3.0.121 52 1/14/2025
3.0.120 56 1/14/2025
3.0.119 55 1/14/2025
3.0.118 58 1/14/2025
3.0.117 58 1/14/2025
3.0.116 56 1/14/2025
3.0.115 67 1/14/2025
3.0.114 65 1/13/2025
3.0.113 66 1/13/2025
3.0.112 61 1/13/2025
3.0.111 56 1/13/2025
3.0.110 60 1/13/2025
3.0.109 64 1/11/2025
3.0.108 69 1/11/2025
3.0.107 74 1/11/2025
3.0.106 74 1/11/2025
3.0.105 76 1/10/2025
3.0.104 68 1/10/2025
3.0.103 69 1/10/2025
3.0.102 82 1/10/2025
3.0.101 82 1/10/2025
3.0.100 74 1/10/2025
3.0.99 69 1/10/2025
3.0.98 72 1/10/2025
3.0.97 121 1/3/2025
3.0.96 120 1/3/2025
3.0.95 100 1/3/2025
3.0.94 99 1/2/2025
3.0.93 102 1/2/2025
3.0.92 105 1/2/2025
3.0.91 102 1/2/2025
3.0.90 97 1/2/2025
3.0.89 98 1/2/2025
3.0.88 109 1/1/2025
3.0.87 106 1/1/2025
3.0.86 101 1/1/2025
3.0.85 113 1/1/2025
3.0.84 106 1/1/2025
3.0.83 109 1/1/2025
3.0.82 104 1/1/2025
3.0.81 106 12/31/2024
3.0.80 102 12/31/2024
3.0.79 101 12/31/2024
3.0.78 102 12/31/2024
3.0.77 94 12/31/2024
3.0.76 110 12/31/2024
3.0.75 114 12/31/2024
3.0.74 109 12/31/2024
3.0.73 111 12/31/2024
3.0.72 103 12/31/2024
3.0.71 92 12/31/2024
3.0.70 86 12/31/2024
3.0.69 86 12/31/2024
3.0.68 96 12/31/2024
3.0.67 93 12/31/2024
3.0.66 90 12/31/2024
3.0.65 92 12/30/2024
3.0.64 100 12/28/2024
3.0.63 95 12/28/2024
3.0.62 92 12/27/2024
3.0.61 101 12/27/2024
3.0.60 90 12/24/2024
3.0.59 89 12/24/2024
3.0.58 82 12/24/2024
3.0.57 85 12/24/2024
3.0.56 84 12/24/2024
3.0.55 93 12/24/2024
3.0.54 92 12/24/2024
3.0.53 92 12/24/2024
3.0.52 88 12/24/2024
3.0.51 90 12/24/2024
3.0.50 95 12/24/2024
3.0.49 90 12/23/2024
3.0.48 81 12/23/2024
3.0.47 89 12/23/2024
3.0.46 92 12/23/2024
3.0.45 101 12/23/2024
3.0.44 95 12/23/2024
3.0.43 99 12/22/2024
3.0.42 100 12/22/2024
3.0.41 94 12/22/2024
3.0.40 92 12/22/2024
3.0.39 95 12/22/2024
3.0.38 97 12/22/2024
3.0.37 88 12/22/2024
3.0.36 93 12/21/2024
3.0.35 92 12/21/2024
3.0.34 97 12/21/2024
3.0.33 96 12/21/2024
3.0.32 87 12/21/2024
3.0.31 91 12/21/2024
3.0.30 93 12/21/2024
3.0.29 90 12/21/2024
3.0.28 94 12/21/2024
3.0.27 95 12/21/2024
3.0.26 96 12/21/2024
3.0.25 99 12/21/2024
3.0.24 93 12/21/2024
3.0.23 89 12/20/2024
3.0.22 90 12/20/2024
3.0.21 88 12/20/2024
3.0.20 90 12/20/2024
3.0.19 96 12/20/2024
3.0.18 92 12/20/2024
3.0.17 93 12/20/2024
3.0.16 91 12/19/2024
3.0.15 89 12/19/2024
3.0.14 97 12/19/2024
3.0.13 99 12/19/2024
3.0.12 91 12/19/2024
3.0.11 96 12/18/2024
3.0.10 89 12/18/2024
3.0.9 89 12/18/2024
3.0.8 100 12/17/2024
3.0.7 103 12/17/2024
3.0.6 103 12/16/2024
3.0.5 99 12/16/2024
3.0.4 96 12/16/2024
3.0.3 109 12/11/2024
3.0.2 103 12/9/2024
3.0.1 107 12/9/2024