<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; python</title> <atom:link href="http://www.ghacks.net/tag/python/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Fri, 10 Feb 2012 13:29:21 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Disguising True Crypt Volumes In MP4 Videos</title><link>http://www.ghacks.net/2011/04/12/disguising-true-crypt-volumes-in-mp4-videos/</link> <comments>http://www.ghacks.net/2011/04/12/disguising-true-crypt-volumes-in-mp4-videos/#comments</comments> <pubDate>Tue, 12 Apr 2011 16:55:11 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Software]]></category> <category><![CDATA[encryption]]></category> <category><![CDATA[mp4]]></category> <category><![CDATA[python]]></category> <category><![CDATA[true-crypt]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=43828</guid> <description><![CDATA[I have reviewed TCHunt yesterday, a free program to scan a computer system for unmounted True Crypt containers. The program can be used to prove the existence of an encrypted container on a one of the connected storage devices. What it cannot do is to decrypt the data, but proof of existence of an encrypted [...]]]></description> <content:encoded><![CDATA[<p>I have reviewed <a
href="http://www.ghacks.net/2011/04/11/tchunt-search-for-truecrypt-volumes/">TCHunt</a> yesterday, a free program to scan a computer system for unmounted True Crypt containers. The program can be used to prove the existence of an encrypted container on a one of the connected storage devices. What it cannot do is to decrypt the data, but proof of existence of an encrypted volume may be enough to get you into troubles.</p><p>It was only a matter of time until someone came up with a concept to hide the existence of a True Crypt volume on the computer. A method has been described in detail in February, months before the release of the TCHunt application.</p><p>TCSteg basically hides the True Crypt container inside a MP4 video file. Even better, that mp4 video is still playable which makes it more plausible that the file is indeed just a video and not host for an encrypted True Crypt volume.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/04/hide-true-crypt-volume.png"><img
src="http://www.ghacks.net/wp-content/uploads/2011/04/hide-true-crypt-volume.png" alt="hide true crypt volume" title="hide true crypt volume" width="506" height="414" class="alignnone size-full wp-image-43838" /></a></p><p>There are still some limitations though, for instance a limitation to a maximum file size of 4 Gigabytes, or the fact that someone who would monitor the bitrate of the video could identify the manipulation. The method however makes it a less likely that someone will find the hidden True Crypt container on the system, as it renders software such as TCHunt useless.</p><p>The method combines the mp4 file with the True Crypt container, or to be more precise, the hidden volume of the True Crypt container. You may remember that you can create a hidden volume inside a True Crypt container for that extra bit of security? Exactly that volume is used for the process, the outer volume will not be used at all.</p><p>A Python script has been created that handles all the file merging, you can download it from the developer website. You also need a solid quality mp4 video file that&#8217;s encoded efficiently to make the combined file size more plausible.</p><p>You then create a True Crypt container and a hidden volume and give it a .mp4 name. You should follow the instructions on the developer site to the letter for maximum efficiency, for instance to select a plausible total size for the True Crypt volume and to select the maximum possible size for the hidden volume.</p><p>You run the Python script with the following command</p><p><code>python tcsteg.py RealVideo.mp4 TrueCryptContainer.mp4</code></p><p>where RealVideo.mp4 is the mp4 video that you want to use for the disguise, and TrueCryptcontainer.mp4 the encrypted True Crypt container.</p><p>Windows users need to first install <a
href="http://www.python.org/download/windows/">Python</a> before they can run the Python script.</p><p>The process combines the two files, and the end result should be that you can still play the resulting file in a video player and that you can mount the hidden True Crypt volume inside that video.</p><p>Additional instructions and the Python script are <a
href="http://keyj.s2000.at/?p=458">available at the</a> developer&#8217;s website.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/04/12/disguising-true-crypt-volumes-in-mp4-videos/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>GrooveWalrus, Grooveshark, Last.fm Music Player</title><link>http://www.ghacks.net/2011/01/16/groovewalrus-grooveshark-last-fm-music-player/</link> <comments>http://www.ghacks.net/2011/01/16/groovewalrus-grooveshark-last-fm-music-player/#comments</comments> <pubDate>Sun, 16 Jan 2011 17:28:00 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[grooveshark]]></category> <category><![CDATA[groovewalrus]]></category> <category><![CDATA[last.fm]]></category> <category><![CDATA[music player]]></category> <category><![CDATA[python]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=39020</guid> <description><![CDATA[GrooveShark and Last.fm are two of the most popular music streaming and information sites on the Internet. The free portable software GrooveWalrus utilizes the vast database of available songs of both services in its own stand-alone music player. The software is available for Windows and Linux currently, a Mac version seem to be on the [...]]]></description> <content:encoded><![CDATA[<p>GrooveShark and Last.fm are two of the most popular music streaming and information sites on the Internet. The free portable software GrooveWalrus utilizes the vast database of available songs of both services in its own stand-alone music player. The software is available for  Windows and Linux currently, a Mac version seem to be on the way.</p><p>The interface is divided into a header area with playback controls, search options and information about the current song, and a main area that is divided further into tabs.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/01/groovewalrus.jpg" alt="groovewalrus" title="groovewalrus" width="695" height="530" class="alignnone size-full wp-image-39021" /></p><p>All that is needed to find songs is to enter the name of a song or artist into the search form. The program displays a list of hits in an extra search window.  A double-click on a listed song adds it to the current playlist.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/01/music-search.jpg" alt="music search" title="music search" width="388" height="460" class="alignnone size-full wp-image-39022" /></p><p>Playlists can be saved and loaded at anytime, with an additional option to import GrooveShark playlists (under Tools).</p><p>The Last.fm tab can be used to find similar songs or artists, display the top songs, albums or artists or top songs by geographic location, tag or genre.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/01/last-fm-songs.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/01/last-fm-songs.jpg" alt="last fm songs" title="last fm songs" width="735" height="367" class="alignnone size-full wp-image-39023" /></a></p><p>There are additional options available, like linking to the user&#8217;s Last.fm account to display songs related to that account. Users who want to do that need to supply their last.fm username and password in the Options.</p><p>Local songs and folders can be added and included in the search which means it is possible to use the music player even without Internet connection.</p><p>Several plugins are already available to search for and display lyrics of the current song, sync the playlist with other devices enable or disable the web remote server.</p><p>The player displays biographic information about the current artists as well as album art and related information directly in its interface.</p><p><a
href="http://groove-walrus.turnip-town.net/dru/node/159">GrooveWalrus</a> is an interesting music player for users who like to tap into two of the largest music databases and local files at once. The player is available for download at the official project website. The Python source code is provided there as well. The player supposedly runs under Wine for Linux or by running it from the source directly. (<a
href="http://www.blogsolute.com/last-fm-grooveshark-groovewalrus-music-player/13690/">via</a>)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/01/16/groovewalrus-grooveshark-last-fm-music-player/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>ShowMeDo Free Video Tutorial Website</title><link>http://www.ghacks.net/2006/12/10/showmedo-free-video-tutorial-website/</link> <comments>http://www.ghacks.net/2006/12/10/showmedo-free-video-tutorial-website/#comments</comments> <pubDate>Sun, 10 Dec 2006 08:27:42 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Knowledge]]></category> <category><![CDATA[The Web]]></category> <category><![CDATA[clip]]></category> <category><![CDATA[flash]]></category> <category><![CDATA[Linux]]></category> <category><![CDATA[perl]]></category> <category><![CDATA[python]]></category> <category><![CDATA[screencasting]]></category> <category><![CDATA[showmedo]]></category> <category><![CDATA[teach]]></category> <category><![CDATA[tutorial]]></category> <category><![CDATA[video]]></category> <guid
isPermaLink="false">http://www.ghacks.net/2006/12/10/showmedo-free-video-tutorial-website/</guid> <description><![CDATA[ShowMeDo is a relatively new website that is about videos by the people, for the people as they put it. Not the normal type of videos that you find on sites like youtube but videos that teach the viewer. The site currently has seven categories where movies are located, those are Python, Java, Ruby, Linux, Blender, Screencasting and Other. The biggest category is the Other category which will most likely be the most interesting category for everyone who is not into programming, linux and 3d.]]></description> <content:encoded><![CDATA[<p><a
title="showmedo" target="_blank" href="http://showmedo.com/">ShowMeDo</a> is a relatively new website that is about videos by the people, for the people as they put it. Not the normal type of videos that you find on sites like youtube but videos that teach the viewer. The site currently has seven categories where movies are located, those are Python, Java, Ruby, Linux, Blender, Screencasting and Other. The biggest category is the Other category which will most likely be the most interesting category for everyone who is not into programming, linux and 3d.</p><p>I know that you would like some examples of videos that you can find at ShowMeDo, here we go. I pick three random ones: Getting Started with WordPress, Basic Car Maintenance and The Perfect Cup of Coffee, As you can see they offer tech related video tutorials and &#8220;real-life&#8221; tutorials as well. Playing a video works the same way as in youtube, just click the link, the video loads and you press play in the video to start it. If youtube works for you ShowMeDo will as well.</p><p><span
id="more-994"></span>As I said earlier it is a relatively new website which means that they do not have millions of videos. It also takes a longer time for the users to create tutorial videos as you can imagine. The ShowMeDo wiki has a (written) <a
title="showmedo tutorial" target="_blank" href="http://wiki.showmedo.com/index.php?title=Making_a_ShowMeDo_video">tutorial</a> that explains in detail how to create videos that can be uploaded to ShowMeDo, why not share your knowledge if you are good at something ?</p><p>You may request tutorials about a certain subject. Users can vote which request is of interest to them. This is a nice feature, really nice. You still need someone to pick up your request so don&#8217;t start with something like theory of relativity. I suppose basic stuff works best here.</p><p>If ShowMeDo manages to gain some momentum and exposure on the internet they surely will make they way as a great niche movie website that is able to survive amongst the big players.</p><p>found at <a
title="donationcoder" target="_blank" href="http://www.donationcoder.com/">donationcoder</a></p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2006/12/10/showmedo-free-video-tutorial-website/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> </channel> </rss>
