All Projects → John-K → pspdecrypt

John-K / pspdecrypt

Licence: GPL-3.0 license
Simple tool to decrypt PSP binaries

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to pspdecrypt

save-file-converter
Converter for retro console save files found around the Internet. All common formats for NES/SNES/GBA/N64/TG16/SMS/Genesis/Neo Geo/PS1 supported. Decrypts PSP saves. Converts to and from Retron 5 and MiSTer
Stars: ✭ 56 (-28.21%)
Mutual labels:  psp, decrypt
react-device-frameset
React device frameset component
Stars: ✭ 30 (-61.54%)
Mutual labels:  pc
Ppsspp
A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums on ppsspp.org.
Stars: ✭ 6,726 (+8523.08%)
Mutual labels:  psp
omo
Kotlin port with changes and improvements for omo originally by ForeignGuyMike
Stars: ✭ 22 (-71.79%)
Mutual labels:  pc
QuickTraceiOSLogger
A real time iOS log trace tool, view iOS log with pc web browser under local area network, which will automatically scroll like xcode. 一个实时的iOS日志跟踪工具,在局域网中使用 PC Web 浏览器查看 iOS 日志,它将像xcode一样自动滚动。
Stars: ✭ 16 (-79.49%)
Mutual labels:  pc
blockbunny
Libgdx-based game for Android, iOS, and PC following the tutorial by ForeignGuyMike on youtube channel. Read more on README.md
Stars: ✭ 25 (-67.95%)
Mutual labels:  pc
lua-player-plus
Multiplatform Lua interpreter (PSP/PSP Go version)
Stars: ✭ 17 (-78.21%)
Mutual labels:  psp
MGObfuscator
An easy encryptor / decryptor for iOS
Stars: ✭ 17 (-78.21%)
Mutual labels:  decrypt
xbox360-controller-manager
Turn OFF your wireless xbox 360 controller on PC and see the battery status of the connected controllers.
Stars: ✭ 38 (-51.28%)
Mutual labels:  pc
lin-view-ui
基于vue2.0的pc端组件
Stars: ✭ 73 (-6.41%)
Mutual labels:  pc
bluebubbles-app
A cross-platform app ecosystem, bringing iMessage to Android, PC (Windows, Linux, & even macOS), and Web!
Stars: ✭ 338 (+333.33%)
Mutual labels:  pc
oslibmodv2
OldSchool Library (OSLib) MODv2, a 2D graphics library for the PSP.
Stars: ✭ 34 (-56.41%)
Mutual labels:  psp
k8s-security-demos
Demos for several kubernetes security features
Stars: ✭ 60 (-23.08%)
Mutual labels:  psp
f1-telemetry-client
A Node UDP client and telemetry parser for Codemaster's Formula 1 series of games
Stars: ✭ 128 (+64.1%)
Mutual labels:  pc
tdesign-vue-next
A Vue3.x UI components lib for TDesign.
Stars: ✭ 799 (+924.36%)
Mutual labels:  pc
R11-psp-english
Localization of the mystery novel Remember11 on PSP
Stars: ✭ 28 (-64.1%)
Mutual labels:  psp
spelunky-psp
Spelunky remake for Sony PSP.
Stars: ✭ 94 (+20.51%)
Mutual labels:  psp
doctrine-extensions
Doctrine2 behavioral extension Transformable
Stars: ✭ 14 (-82.05%)
Mutual labels:  decrypt
secusu
SЁCU is a public API to store self-destructing data payloads with url shortener and handle anonymous chat-rooms.
Stars: ✭ 24 (-69.23%)
Mutual labels:  decrypt
vue-cryptojs
A small wrapper for integrating crypto-js into VueJS
Stars: ✭ 17 (-78.21%)
Mutual labels:  decrypt

pspdecrypt

A quick and dirty tool to decrypt PSP binaries, and also PSP updaters (PSAR format)

Licensed under GPLv3

Decryption code copied from ppsspp, making use of libkirk by draan

KL3E & KL4E implementation and PSAR extraction by artart78

Usage

pspdecrypt is capable of decrypting PRX and IPL files as well as decrypting and extracting PSAR archives and its contents, including IPL stages where possible.

Release Notes

1.0

  • Merges pspdecrypt and psardecrypt into one binary
  • Top-level utility re-write with additional options by @artart78
  • syscon key ipl xor support by @proximav
  • Disable broken KIRK1 ECDSA signature verification that was slowing down extraction for certain OFW
  • Support for decrypting remaining IPL variants
  • Replace Table decryption with DES implementation

0.8

  • Adds KL3E & KL4E decompression support for PSAR contents
  • Adds PSAR support
  • Extracts most public FW, older JigKick payloads, and most TT FW

Initial release (unversioned)

  • Decrypts PRX files
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].