Git Product home page Git Product logo

funkeycia's Introduction

FunKeyCIA

Python tool for downloading content from CDN, uses only a title id and title key, or keyfile, to make a good cia.

Example uses:

  • Download a single game, with the title id and encrypted titlekey.

FunKeyCIA.py -title XXXXXXXXXXXXXXXX -key ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ

  • Download a game, using the encTitleKeys.bin file in the same folder as FunKeyCIA.py. Only the title id is needed, because the encTitleKeys.bin contains the keys.

FunKeyCIA.py -keyfile -title XXXXXXXXXXXXXXXX

  • Download a game, using the latest encTitleKeys.bin file from 3ds.nfshost.com. The will save the key file to the same folder as FunKeyCIA.py, overwriting any file with the same name. Only the title id is needed because the encTitleKeys.bin contains the keys.

FunKeyCIA.py -nfskeyfile -title XXXXXXXXXXXXXXXX

  • Give multiple title ids. Only works when using keyfiles, not when you give the key yourself. When using keyfiles, you can download multiple things, this will get the latest keyfile from 3ds.nfshost.com and download 3 games:

FunKeyCIA.py -nfskey -title XXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXX

  • Generate tickets only We can generate tickets only, and not download and create a CIA. Tickets will be put in the 'tickets' folder.

FunKeyCIA.py -ticketsonly -title XXXXXXXXXXXXXXXX -key ZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZZ

FunKeyCIA.py -ticketsonly -nfskeyfile XXXXXXXXXXXXXXXX

  • Generate ALL* tickets in the keyfile. We can generate all the tickets that a keyfile has by telling it, without specifying all the title ids. *When using '-all', system titles and game updates will be ignored.

FunKeyCIA.py -ticketsonly -nfskeyfile -all

funkeycia's People

Contributors

llakssz avatar shinji257 avatar smeat avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.