Title: A SINE256 Encryption Module (Faster than winzip) Description: Was tired of slow or inaccurate encryption i found on pscode so i made my own. I personnaly never saw anyone use this method and i personnaly never found something that fast on pscode. Basic but very fast and strong encryption. There is 5 "password" parameter. One for decal, one for a password, one for range, one for start and one for Pattern Repeat. Those Parameters actually draw the sinus algorithm. Use a lower decal for less characters repetition. Can encrypt 5 000 000 Chrs in 3 seconds. Of course it use the fastest way of dealing with data, bytes arrays. Please rate it and leave a comment :) Now complete project and sample on how to use this YOU CAN VISUALIZE THE ALGORITHM, THE DATA TO ENCRYPT, AND THE ENCRYPTED RESULT IN A GRAPH Take note that this encryption idea came from my mind after many hour of thinking. ###########REMEMBER TO COMPILE THE .EXE ###########ONCE COMPILED YOU WILL ENCRYPT 3X ###########FASTER UPDATES : -300% Faster -New Algorithm (Look a way more random) -Now can crypt file of ANY size even on a 16 mb ram computer -More statistics -Improved Graph method -New pre-loaded algorithm -Now going to 7,4mb per second on my computer on a 3.14gig file This file came from Planet-Source-Code.com...the home millions of lines of source code You can view comments on this code/and or vote on it at: http://www.Planet-Source-Code.com/vb/scripts/ShowCode.asp?txtCodeId=68087&lngWId=1 The author may have retained certain copyrights to this code...please observe their request and the law by reviewing all copyright conditions at the above URL.