NDecrypt icon indicating copy to clipboard operation
NDecrypt copied to clipboard

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

Open zackfcbr opened this issue 1 year ago • 1 comments

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?

zackfcbr avatar Mar 20 '24 13:03 zackfcbr

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 avatar Mar 21 '24 22:03 spiritfader