After descrypt, it's not creating a new nds, like the command -hash #14

Closed
opened 2026-01-29 22:29:15 +00:00 by claunia · 1 comment
Owner

Originally created by @zackfcbr on GitHub (Mar 20, 2024).

I try all the command, only hash create a new file, and decrypt the file, a message saying that is done appears but not create a new file, it's working on the previous file?

Originally created by @zackfcbr on GitHub (Mar 20, 2024). I try all the command, only hash create a new file, and decrypt the file, a message saying that is done appears but not create a new file, it's working on the previous file?
Author
Owner

@spiritfader commented on GitHub (Mar 21, 2024):

Yes. Here's a line from the readme demonstrating this as intended behavior.

Note: This overwrites the input files, so make backups if you're working on your original, personal dumps.

It sounds like you want to supply a duplicate of your file as the input to prevent the original copy from being overwritten and lost. Personally, I like to duplicate the original file and rename the new copy to denote whether it's going to be encrypted or decrypted,
ie; renaming the new copy as filename-dec or filename-enc respectively. Good luck.

@spiritfader commented on GitHub (Mar 21, 2024): Yes. Here's a line from the readme demonstrating this as intended behavior. `Note: This overwrites the input files, so make backups if you're working on your original, personal dumps.` It sounds like you want to supply a duplicate of your file as the input to prevent the original copy from being overwritten and lost. Personally, I like to duplicate the original file and rename the new copy to denote whether it's going to be encrypted or decrypted, ie; renaming the new copy as `filename-dec` or `filename-enc` respectively. Good luck.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SabreTools/NDecrypt#14