https://github.com/nhxd/ash.srutils
Resource file encrypter and decrypter for the video game Senshis' Revenge.
https://github.com/nhxd/ash.srutils
command-line-app csharp decryption-tool dotnet-framework encryption-tool senshis-revenge
Last synced: 11 months ago
JSON representation
Resource file encrypter and decrypter for the video game Senshis' Revenge.
- Host: GitHub
- URL: https://github.com/nhxd/ash.srutils
- Owner: NHxD
- License: mit
- Created: 2019-05-09T13:41:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-09T14:47:32.000Z (almost 7 years ago)
- Last Synced: 2024-10-11T19:18:50.164Z (over 1 year ago)
- Topics: command-line-app, csharp, decryption-tool, dotnet-framework, encryption-tool, senshis-revenge
- Language: C#
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[](../../../../Ash.SRUtils/releases) [](https://travis-ci.com/MillenniumWarAigis/Ash.SRUtils)    [](LICENSE.md)
# Senshis' Revenge Resource File Decrypter and Encrypter Tool
## Description
This command line program can encrypt and decrypt files for the game `Senshis' Revenge`.
## Resource Files
| Files | No Encryption | Xor Encrypted | CXor Encrypted | Output |
|--------------------|--------------------|--------------------|--------------------|--------------------------------------------------------|
| N/A | | :heavy_check_mark: | | `JPG`;`PNG` |
| MP3 | :heavy_check_mark: | | | `MP3` |
| SWF | | | :heavy_check_mark: | `SWF` |
| JPG | | :heavy_check_mark: | | `JPG` large opaque image |
| PNG | | :heavy_check_mark: | | `PNG` small transparent image |
| DAT | | :heavy_check_mark: | | `ZIP` archive of `JSON` files |
| ANM | | :heavy_check_mark: | | `ZIP` archive of a `PNG` spritesheet and `JSON` file |
| MIP | | :heavy_check_mark: | | *probably* an archive of `PNG` mip textures |
## Usage
Drop files or directories onto the program window or icon and it will encrypt or decrypt the files to the designated output folder (by default: `out`).
## Known Issues
- Relative link operands, such as `./` and `../`, are likely not supported.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE.md) file for details