mirror of
https://github.com/SabreTools/NDecrypt.git
synced 2026-02-07 21:30:18 +00:00
After descrypt, it's not creating a new nds, like the command -hash #14
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
@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-decorfilename-encrespectively. Good luck.