diff --git a/SecretGenerator.md b/SecretGenerator.md new file mode 100644 index 0000000..970acea --- /dev/null +++ b/SecretGenerator.md @@ -0,0 +1,13 @@ +Namespace: `SimpleOTP.Helpers` + +Assembly: `SimpleOTP.dll` + +Helper class for OTP secret generation. +```csharp +public static class SecretGenerator +``` + +## Methods +| Method | Description | +| --- | --- | +| [GenerateSecret](https://github.com/XFox111/SimpleOTP/wiki/SecretGenerator.GenerateSecret) | Generate OTP secret key. | \ No newline at end of file