Update
- The Keygen already supports
utf8nobomwide character input. - Github Actions now supports
utf8nobomwide character input. - Instructions for running Keygen locally and Powershell 7.4 or later support are provided.
- Add an example of verifying the point G
Attention
Note
utf8: is to ensure constant character representation in WinRAR across languages.
If your <TEXT1> or <TEXT2> contains non-ASCII characters, it is recommended to add the utf8: prefix.
Example (Requires PowerShell 7.4 or later):
winrar-keygen.exe "utf8:<TEXT1>" "utf8:<TEXT2>" | Out-File -Encoding UTF8NoBOM rarreg.keyIf you use π Github Action, workflow will automatically add the uft8: prefix for you.