Silk Road forums

Discussion => Security => Topic started by: ultramarket on August 17, 2012, 05:33 pm

Title: Darknet Github/Pastebin? Where should I post code?
Post by: ultramarket on August 17, 2012, 05:33 pm
Hello,

I am writing some tools to help the SR community with PGP and security.  I don't want to post on the clearnet for obvious reasons.

Thanks,
UM
Title: Re: Darknet Github/Pastebin? Where should I post code?
Post by: Banjo on August 17, 2012, 07:17 pm
You'd probably be best off zipping up the source and posting it to one of the file hosting darknet sites. Also depending on what you're writing your source in , make sure not to include any project files, or other files that contain any meta data. I do a lot of my development in Visual Studio, and projects I publish from that have a shit-ton of personal meta data in them. (For my day job, I mean)

Be especially careful if you're using *nix, because files that begin with a . will often not show up when you're viewing the directory contents, but they will be included in your archive, and they can, and often do, contain a lot of info that you probably wouldn't want to include in the source code you publish.