Friday, January 25, 2013

Reducing Your Website's Bandwidth Usage


Reducing Your Website's Bandwidth Usage




http://www.codinghorror.com/blog/2007/03/reducing-your-websites-bandwidth-usage.html

Sunday, January 6, 2013

Guide / How To / Tutorial and Article list

http://forum.videohelp.com/threads/169292-How-to-stream-live-TV-using-Windows-Media-Encoder

Saturday, January 5, 2013

[AS3] Hiding Assets And Code By Embedding SWF Within Another SWF

http://www.ghostwire.com/blog/archives/as3-applying-rot128-encryption-on-bytearray/


C# - Using Rijindael Algorithm and Recursion to Implement a File Encrypting\Archiving Tool

http://www.codeproject.com/Articles/494900/Csharp-Using-Rijindael-Algorithm-and-Recursion-to

Best Idea

http://designgard.com/topic/422542/how-do-i-protect-my-flv-files-or-how-to-encrypt-and-decrypt-flv-files-using-air/

Wednesday, January 2, 2013

idea regarding video encryption

http://www.getacoder.com/projects/video_encryption_software_player_146949.html

Using AES to encrypt a video

http://forums.whirlpool.net.au/archive/1479211

Playing encrypted video

http://stackoverflow.com/questions/7316729/playing-encrypted-video

Generating Unique Key(Finger Print) for a Computer for Licensing Purpose

http://sowkot.blogspot.com/2008/08/generating-unique-keyfinger-print-for.html

How To Get Hardware Information (CPU ID, MainBoard Info, Hard Disk Serial, System Information , ...)

http://www.codeproject.com/Articles/17973/How-To-Get-Hardware-Information-CPU-ID-MainBoard-I

Is there some uniqueID of each computer, to differentiate one from other?

http://stackoverflow.com/questions/6328455/is-there-some-uniqueid-of-each-computer-to-differentiate-one-from-other


ManagementObject dsk = new ManagementObject(@"win32_logicaldisk.deviceid=""" + drive + @":""");
dsk.Get();
string volumeSerial = dsk["VolumeSerialNumber"].ToString();