Skip to content

Commit

Permalink
Nit
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrapkin committed Jul 6, 2021
1 parent 67109f4 commit 0366e12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SecurityDriven.Core/CryptoRandom.cs
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public Guid NextGuid()
/// <summary>
/// Returns new Guid well-suited to be used as a SQL-Server clustered key.
/// Guid structure is [8 random bytes][8 bytes of SQL-Server-ordered DateTime.UtcNow].
/// Each Guid should be sequential within 100-nanoseconds UtcNow precision limits.
/// Each Guid should be sequential within 100-nanosecond UtcNow precision limits.
/// 64-bit cryptographic strength provides reasonable unguessability and protection against online brute-force attacks.
/// </summary>
/// <returns>Guid for SQL-Server clustered key.</returns>
Expand Down

0 comments on commit 0366e12

Please sign in to comment.