Skip to content

Releases: pebxcvi/PSHomeCryptoTool

PSHomeCryptoTool V2.0

06 Jun 12:01

Choose a tag to compare

The DEINF2.0 from the PSHomeCacheExtractor ( https://github.com/pebxcvi/PSHomeCacheExtractor/tree/main/BIN/DEINF2.0/src ) is now included in the PSHomeCryptoTool. Support was added for the drag and drop of multiple INF files or multiple folders. This is so it can act as an independent INF logger outside of PSHomeCacheExtractor.

When running the executable for the first time, it will automatically generate a configuration .ini file beside it. The configuration file contains detailed comments explaining the available settings and options.

config-deinf.ini

pauseonexit=true
   - Pauses before closing.

recursive=true
   - Searches dropped folders recursively.

loginfo=true
   - Creates INF log output.

defaultlogfile=log.txt
   - Used when the dropped folder/file is not named CACHE.
   - Takes full or relative path of file.

cachelogoutputfolder=INFLOGS
   - Used when the dropped folder is named CACHE.
   - Takes full or relative path of folder.
   - Creates separate logs into cachelogoutputfolder based on the subfolders :
       CLANS
       GLOBALS
       HTTP
       OBJECTDEFS
       OBJECTDYNAMIC
       OBJECTTHUMBS
       PROFILE
       SCENES
       VIDEO
       WORLDMAP

savefiles=false
   - Saves decrypted INF files.

fileoutputfolder=DECRYPTED
   - Output folder used only when savefiles=true.
   - Takes full or relative path of folder.
   - Preserves the dropped folder structure.

V1.0

23 May 20:57

Choose a tag to compare

Initital Release