Skip to content

micheljung/uid

 
 

Repository files navigation

FA Forever unique id implementation

This Python module collects RSA encrypted user information.

It is used as compiled Python extension in the FA Forever client to prevent smurfing.

Appveyor Travis

Build instructions

You need:

You need the real Public Key components n and e.

Windows

Run cmd /C "set n=13731707816857396218511477189051880183926672022487649441793167544537 && set e=65537 && powershell -ExecutionPolicy ByPass -File .\build.ps1" in the root directory to create .\build\uid.pyd.

Linux

Run e='65537' n='13731707816857396218511477189051880183926672022487649441793167544537' ./build.sh in the root directory to create ./build/uid.so.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 88.9%
  • PowerShell 5.8%
  • Shell 5.3%