SL2 Analyzer
Read a FromSoftware .sl2 save and report what is in it
Loading...
Searching...
No Matches
keys.py File Reference

Go to the source code of this file.

Namespaces

namespace  sl2
 
namespace  sl2.keys
 

Variables

 sl2.keys.DS2_KEY = bytes.fromhex("599F9B699640A55236EE2D70835EC744")
 AES-128 key for Dark Souls II: Scholar of the First Sin.
 
 sl2.keys.DS2_VANILLA_KEY = bytes.fromhex("B7FD463E4A9C1102DF1739E5F3B2A50F")
 AES-128 key for VANILLA Dark Souls II (the DX9 original, DARKSII0000.sl2), which is a different key from Scholar of the First Sin above.
 
 sl2.keys.DSR_KEY = bytes.fromhex("0123456789ABCDEFFEDCBA9876543210")
 AES-128 key for Dark Souls Remastered.
 
 sl2.keys.DS3_KEY = bytes.fromhex("FD464D695E69A39A10E319A7ACE8B7FA")
 AES-128 key for Dark Souls III.
 
 sl2.keys.NR_KEY = bytes.fromhex("18F6326605BD178A5524523AC0A0C609")
 AES-128 key for Elden Ring Nightreign.