Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
zackfcbr opened this issue Mar 20, 2024 · 1 comment
Open

Comments

@zackfcbr
Copy link

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
Copy link
Contributor

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 up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants