home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 5_2007-2008.ISO / data / Zips / A_SINE256_2053303122007.psc / @PSC_ReadMe_68087_1.txt next >
Text File  |  2007-03-12  |  2KB  |  29 lines

  1. Title: A SINE256 Encryption Module (Faster than winzip)
  2. 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. 
  3. Basic but very fast and strong encryption. 
  4. There is 5 "password" parameter. 
  5. One for decal, one for a password, one for range, one for start and one for Pattern Repeat. 
  6. Those Parameters actually draw the sinus algorithm.
  7. Use a lower decal for less characters repetition.
  8. Can encrypt 5 000 000 Chrs in 3 seconds.
  9. Of course it use the fastest way of dealing with data, bytes arrays.
  10. Please rate it and leave a comment :)
  11. Now complete project and sample on how to use this
  12. YOU CAN VISUALIZE THE ALGORITHM, THE DATA TO ENCRYPT, AND THE ENCRYPTED RESULT IN A GRAPH
  13. Take note that this encryption idea came from my mind after many hour of thinking.
  14. ###########REMEMBER TO COMPILE THE .EXE
  15. ###########ONCE COMPILED YOU WILL ENCRYPT 3X 
  16. ###########FASTER
  17. UPDATES :
  18. -300% Faster
  19. -New Algorithm (Look a way more random)
  20. -Now can crypt file of ANY size even on a 16 mb ram computer
  21. -More statistics
  22. -Improved Graph method
  23. -New pre-loaded algorithm
  24. -Now going to 7,4mb per second on my computer on a 3.14gig file
  25. This file came from Planet-Source-Code.com...the home millions of lines of source code
  26. 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
  27.  
  28. 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.
  29.