diff --git a/source/Public/Get-SHA256.ps1 b/source/Public/Get-SHA256.ps1 index 22135f5e..c8cd55c3 100644 --- a/source/Public/Get-SHA256.ps1 +++ b/source/Public/Get-SHA256.ps1 @@ -17,9 +17,8 @@ This example calculates the SHA256 hash of a string. .NOTES The function creates a new SHA256CryptoServiceProvider object, converts the string to a byte array using UTF8 encoding, computes the SHA256 hash of the byte array, converts the hash to a string and removes any hyphens, and returns the resulting hash. - #> +#> - # This function calculates the SHA256 hash of a string. # Create a new SHA256CryptoServiceProvider object. $sha256 = New-Object System.Security.Cryptography.SHA256CryptoServiceProvider