diff --git a/SecretGenerator.GenerateSecret.md b/SecretGenerator.GenerateSecret.md index 201e5a2..4ed43d9 100644 --- a/SecretGenerator.GenerateSecret.md +++ b/SecretGenerator.GenerateSecret.md @@ -19,4 +19,4 @@ Default is: 160 bits. Base32 encoded alphanumeric string with length form 16 to 20 characters. ### Remarks -CURRENTLY THIS GENERATOR WORKS CORRECTLY ONLY WITH 160-BIT LENGTHS. Set `length` at your own risk. \ No newline at end of file +Number of bits will be rounded down to the nearest number which divides by 8. \ No newline at end of file