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

document file saving strategy #25

Open
clach04 opened this issue Mar 4, 2023 · 0 comments
Open

document file saving strategy #25

clach04 opened this issue Mar 4, 2023 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@clach04
Copy link
Owner

clach04 commented Mar 4, 2023

https://ccrypt.sourceforge.net/ccrypt.html has a clear explanation of flag -T, --tmpfiles, which is PT's default.

-T, --tmpfiles
This option causes ccrypt to use temporary files during encryption/decryption, rather than overwriting the file contents destructively. This method leaves the original file contents lying around in unused sectors of the file system, and thus is less secure than the default behavior. However, in situations where this loss of security is not important, the --tmpfiles option can provide a measure of protection against data being corrupted due to a system crash in the middle of overwriting a file.

@clach04 clach04 added the documentation Improvements or additions to documentation label Mar 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant