-
Notifications
You must be signed in to change notification settings - Fork 14
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
[feature request] Only rename post and not file when obfuscating a post #46
Comments
Hi manzing, Wouldn't that defeat the purpose? Indexers can very easily list the contents of RAR files and match based on those clear text names within the archive making it once again very public. If you copy a file to the watch directory with its proper name (no folder), and have NZB output generation turned on then nntpPoster will obscure the filename, generate an obscured archive set BUT the NZB output filename will be the name of the original file going in. When you put that NZB in your NZB downloader and have it rename the downloaded file to whatever the NZB name was. Then you have the original filename after downloading. Hope that helps. Squiggles4321 |
Hi Squiggles4321, |
manzing, you can use passwording (this encrypts the headers, so someone cannot list the rar contents either without the password) and then put the files in a folder in the poster. The folder name will obfuscated, the filename itself not. This is still not 100% ideal, but does the job. |
Hi Boran, |
Hi,
I would like to know if it is possible to allow the possibility of not renaming file when using obfuscate function (UseObfuscation=yes).
Let me explain : when using obfuscation, if i put a file named "hereismyfile.doc" in watch folder, nntpposter rename my file like "6dcf01bce173427a9er536756bbfd60c.doc" to create an archive named 6dcf01bce173427a9er536756bbfd60c
So after retreiving the post, i obtain a filename that is scrambled.
To avoid that, i have to place the file in a folder so the folder is renamed but not the file inside.
Is it possible to create a random archive filename WITHOUT renaming the file itself ?
So placing it in a folder would not be necessary anymore.
It would be very useful !
Thanks
The text was updated successfully, but these errors were encountered: