More actions
(Created page with "{{Infobox homebrew | title = R4crypt | image = File:R4cryptds.jpg | type = PC Utilities | version = 14 May 2007 | licence = Mixed | author ...") |
No edit summary |
||
Line 11: | Line 11: | ||
}} | }} | ||
R4crypt is a program that you can use to encrypt and decrypt the DAT files from the R4DS file system as well as from M3 Simply. It operates through the windows command console and allows you to examine and edit DAT files, including _DS_MENU.DAT and CHEAT.DAT. | |||
==User guide== | ==User guide== | ||
You can create a folder in the root of the hard disk to save typing long paths. such as E:\R4crypt. | |||
Click Start, select the Run option and in the pop-up window, type "CMD" and enter. The command console will then appear. | |||
[[File:R4cryptds2.jpg]] | [[File:R4cryptds2.jpg]] | ||
Type "E:" to go to the drive where the program was and type "cd R4crypt" select the folder. Use the following commands to encrypt or decrypt files DAT. | |||
To decrypt: | |||
r4crypt.exe -d _DS_MENU.DAT destination.DAT | |||
To encrypt: | |||
r4crypt.exe -e destination.DAT _DS_MENU.DAT | |||
[[File:R4cryptds3.jpg]] | [[File:R4cryptds3.jpg]] | ||
Once a DAT file has been decrypted, you can modify it with any hex editor. | |||
[[Category: | <br> | ||
[[Category:DS homebrew applications]] | |||
[[Category:PC utilities for DS]] |
Revision as of 11:24, 28 Mayıs 2021
R4crypt | |
File:R4cryptds.jpg | |
General | |
---|---|
Author(s) | chishm |
Type | PC Utilities |
Version | 14 May 2007 |
Licence | Mixed |
Links | |
[Media:R4cryptds.zip Download] | |
Website |
<htmlet>adsense</htmlet>
R4crypt is a program that you can use to encrypt and decrypt the DAT files from the R4DS file system as well as from M3 Simply. It operates through the windows command console and allows you to examine and edit DAT files, including _DS_MENU.DAT and CHEAT.DAT.
User guide
You can create a folder in the root of the hard disk to save typing long paths. such as E:\R4crypt.
Click Start, select the Run option and in the pop-up window, type "CMD" and enter. The command console will then appear.
Type "E:" to go to the drive where the program was and type "cd R4crypt" select the folder. Use the following commands to encrypt or decrypt files DAT.
To decrypt:
r4crypt.exe -d _DS_MENU.DAT destination.DAT
To encrypt:
r4crypt.exe -e destination.DAT _DS_MENU.DAT
Once a DAT file has been decrypted, you can modify it with any hex editor.