Update
- The Keygen already supports
utf8nobom
wide character input. - Github Actions now supports
utf8nobom
wide 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.key
If you use 🚀 Github Action, workflow will automatically add the uft8:
prefix for you.