Skip to content

v3.1.0

Latest

Choose a tag to compare

@bitcookies bitcookies released this 29 Jun 02:59
· 6 commits to master since this release

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.