Update
- Resolve Windows 7 CMD encoding issue #43.
- Add version info accessible via
ver,-vand--version.
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.