[PR #1930] [MERGED] Storing encryption trophy key in config.toml #2388

Closed
opened 2026-02-27 21:16:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/1930
Author: @georgemoralis
Created: 12/27/2024
Status: Merged
Merged: 1/1/2025
Merged by: @georgemoralis

Base: mainHead: keys


📝 Commits (9)

📊 Changes

3 files changed (+33 additions, -0 deletions)

View changed files

📝 src/common/config.cpp (+16 -0)
📝 src/common/config.h (+3 -0)
📝 src/core/crypto/crypto.cpp (+14 -0)

📄 Description

This will store the trophy key into configuration file .


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/1930 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 12/27/2024 **Status:** ✅ Merged **Merged:** 1/1/2025 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `keys` --- ### 📝 Commits (9) - [`bd520c8`](https://github.com/shadps4-emu/shadPS4/commit/bd520c8f529513eecc9b4cbe16b9f22b00588fd3) get trophy key from toml file - [`b25848f`](https://github.com/shadps4-emu/shadPS4/commit/b25848f3680662ff7930b6e780cf63ac842aa831) Merge branch 'main' into keys - [`a107c47`](https://github.com/shadps4-emu/shadPS4/commit/a107c4701be8c1589657b36fd37545926af32b03) clang format fix - [`8248db8`](https://github.com/shadps4-emu/shadPS4/commit/8248db8e0394d2dc95c70b000f55cd155c5f780b) get trophy key from toml file - [`2aa740b`](https://github.com/shadps4-emu/shadPS4/commit/2aa740b7827bd331da41dc478d8d7e8c2b1e2c97) clang format fix - [`2015252`](https://github.com/shadps4-emu/shadPS4/commit/20152524354d2708f170ae0b3a33925bebccff8b) Merge branch 'keys' of https://github.com/georgemoralis/shadPS4 into keys - [`942791c`](https://github.com/shadps4-emu/shadPS4/commit/942791c7637d3b4da5c0c35a854e44d7cc7a38c3) merge fixes - [`c1d5bca`](https://github.com/shadps4-emu/shadPS4/commit/c1d5bcae28d2ca259e926c1f0ea3cddfd851dc31) Update config.cpp - [`d632591`](https://github.com/shadps4-emu/shadPS4/commit/d6325918dca1ddb74ac57c0668d36a05e53b1e6e) Merge branch 'main' into keys ### 📊 Changes **3 files changed** (+33 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/common/config.cpp` (+16 -0) 📝 `src/common/config.h` (+3 -0) 📝 `src/core/crypto/crypto.cpp` (+14 -0) </details> ### 📄 Description This will store the trophy key into configuration file . --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:16:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#2388
No description provided.