Search results

  1. K

    Tutorial How to get Switch Keys for Hactool/XCI Decrypting

    You're welcome! With "hactool --keyset = keys.txt" you indicate where the file with the keys is, but it depends on what you want to do. Run "hactool" without options so you can see the possibilities. Save the keys.txt file in a safe place.
  2. K

    Tutorial How to get Switch Keys for Hactool/XCI Decrypting

    Ufffff.:hateit: I'm happy. :D :grog:
  3. K

    Tutorial How to get Switch Keys for Hactool/XCI Decrypting

    Obtain the SBK and TSEC_KEY keys again from the Switch and check that they are OK.
  4. K

    Tutorial How to get Switch Keys for Hactool/XCI Decrypting

    I got 29 keys. What are you missing?
  5. K

    Tutorial How to get Switch Keys for Hactool/XCI Decrypting

    Run the keys.py script again because you are missing keys. If it ends with an error the keys.txt file will be incomplete. Check that the SBK and TSEC keys are correct. Spanish: Vuelve a ejecutar el script keys.py, porque te faltan keys. Si el script termina con un error el archivo keys.txt no...
  6. K

    Tutorial How to get Switch Keys for Hactool/XCI Decrypting

    Do you get that error when executing the script?, or you are using the incomplete keys.txt (without the execution of the script ending). Spanish: ¿Te da ese error al ejecutar el script?, o estás usando el keys.txt incompleto (sin que terminara el script).
  7. K

    Tutorial How to get Switch Keys for Hactool/XCI Decrypting

    I'm glad. :grog: :yayswitch:
  8. K

    Tutorial How to get Switch Keys for Hactool/XCI Decrypting

    Beware, if the script continues to give you an error, you do not have all the necessary keys in the keys.txt. De nada :).
  9. K

    Tutorial How to get Switch Keys for Hactool/XCI Decrypting

    I can reproduce that error by executing the script with some invalid keys: debian:~/Descargas/hactool-1.1.0$ python keys.py AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB Using BOOT0.bin to get keys from package1... Deriving keys... [ WARN ] Keyblob MAC 00 is invalid. Are...
  10. K

    Tutorial How to get Switch Keys for Hactool/XCI Decrypting

    The SBK and TSEC keys that you passed to keys.py are correct?, Because that can be the error. I have 2.1.0 and it works perfectly. python keys.py ReplaceMeWithSBK ReplaceMeWithTSEC EXAMPLE ( SBK = 1111111111111111111 and TSEC = 2222222222222222222): python keys.py 1111111111111111111...
  11. K

    Tutorial How to get Switch Keys for Hactool/XCI Decrypting

    Did you modify the keys.py file as I said ?, because I don't think.
  12. K

    Tutorial How to get Switch Keys for Hactool/XCI Decrypting

    What error does it give you?
  13. K

    Tutorial How to get Switch Keys for Hactool/XCI Decrypting

    Hello, I have had the same problem, and I think I have solved it. The problem is in the script, which tries to find keys "keyblob_key_source_xx" from higher versions of the firm, and if it does not find them it gives the error: "Could not find keyblob_key_source_xx! Please check the...