mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #3935] [MERGED] Introducing key_manager for storing encryption keys . #3813
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3813
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/3935
Author: @georgemoralis
Created: 1/18/2026
Status: ✅ Merged
Merged: 1/19/2026
Merged by: @georgemoralis
Base:
main← Head:main📝 Commits (5)
2bba853Introducing key_manager for storing encryption keys . Currently only trophy key is neccesarya737af2keep gcc happy?6ab2e1baddded logging to keymanager81ad6e1revert file04611c4added npbind file format and rewrote part of trp file format📊 Changes
10 files changed (+675 additions, -78 deletions)
View changed files
📝
CMakeLists.txt(+5 -1)➕
src/common/key_manager.cpp(+161 -0)➕
src/common/key_manager.h(+79 -0)📝
src/common/logging/filter.cpp(+2 -0)📝
src/common/logging/types.h(+2 -0)➕
src/core/file_format/npbind.cpp(+114 -0)➕
src/core/file_format/npbind.h(+87 -0)📝
src/core/file_format/trp.cpp(+204 -76)📝
src/core/file_format/trp.h(+10 -1)📝
src/main.cpp(+11 -0)📄 Description
Correctly only trophy key , but can be expand if more encryption keys are neccesary in future.
Solve also the issue of storing trophy key in the same settings file.
Also added copy from config.toml file if already set there so i don't break the current configurations (will be removed after a while)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.