Adding info concerning key length

The latest BISKey dump combines both crypt and tweak into one line. Changes clarify which key is which and if the last BIS Key, 3, is needed to be copied as well.
This commit is contained in:
Eloeri 2019-02-05 11:19:00 -06:00 committed by GitHub
parent bebda086f9
commit 7e8e61c167
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,6 +2,8 @@
## yuzu assumes that you also have BOOT0, PRODINFO, BCPKG2, fuses, and needed system saves (43, E1, E2). ## yuzu assumes that you also have BOOT0, PRODINFO, BCPKG2, fuses, and needed system saves (43, E1, E2).
## If you don't have all of those components in sysdata, you will need additional keys. ## If you don't have all of those components in sysdata, you will need additional keys.
## Refer to the dumping guide for more details -- you might have missed a step! ## Refer to the dumping guide for more details -- you might have missed a step!
## Each Key is 32 digits in length. If they are 64 digits, then the first 32 are crypt and second 32 are tweak.
## BIS key 2 and 3 are the same. If they are not, please write down BIS Key 3 as well.
# Falcon Keys # Falcon Keys
tsec_key = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX tsec_key = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
@ -12,4 +14,4 @@ bis_key_0_tweak = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
bis_key_1_crypt = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX bis_key_1_crypt = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
bis_key_1_tweak = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX bis_key_1_tweak = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
bis_key_2_crypt = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX bis_key_2_crypt = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
bis_key_2_tweak = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX bis_key_2_tweak = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX