1
Fork 0
mirror of https://github.com/redstrate/Miscel.git synced 2025-05-20 12:07:46 +00:00
Miscellaneous FFXIV launcher functionality
Find a file
Joshua Goins b0c3d4db47 Rename Blowfish to SteamTicketBlowfish
Apparently cbindgen doesn't support "use" aliases so we need to name it
here so it doesn't clash with the one in Physis.
2025-05-04 15:12:07 -04:00
src Rename Blowfish to SteamTicketBlowfish 2025-05-04 15:12:07 -04:00
.gitignore Add initial files 2025-04-28 23:00:26 -04:00
Cargo.lock Add initial files 2025-04-28 23:00:26 -04:00
Cargo.toml Add missing license key to Cargo.toml 2025-04-29 00:19:30 -04:00
README.md Add Blowfish encryption used for Steam tickets 2025-05-04 15:08:04 -04:00

Miscel

Small, miscellaneous functions that are useful for writing FFXIV launchers. Such as:

  • Looking up the frontier URL and other useful strings.
  • Locating existing game directories.
  • Installing the game without having to run the InstallShield installer.
  • The special variant of ECB Blowfish encryption used for Steam Ticket encryption.

License

GPLv3

This project is licensed under the GNU General Public License 3.