Questions about this topic? Sign up to ask in the talk tab.

Difference between revisions of "User:Haqaholiq/Cryptfuscate-Suites"

From NetSec
Jump to: navigation, search
(Created page with "==Description== Cryptfuscate Suites is a package of applications that allow you to keep your Perl source code from being discovered by local users even while being executed. Cry...")
 
(Description)
Line 1: Line 1:
 
==Description==
 
==Description==
Cryptfuscate Suites is a package of applications that allow you to keep your Perl source code from being discovered by local users even while being executed.  Cryptfuscate suites executes encrypted perl modules embedded in a text file.  Cryptfuscate uses the Blowfish algorithm with Cipher-block chaining to encrypt cyrptfuscate modules.  These modules can in turn be executed by Cryptfuscate Suites' Executer.
+
Cryptfuscate Suites is a package of applications that allow you to keep your Perl source code from being discovered by local users even while being executed.  Cryptfuscate Suites creates and executes encrypted perl modules embedded in a text file.  Cryptfuscate uses the Blowfish algorithm with Cipher-block chaining to encrypt cyrptfuscate modules.  These modules can in turn be executed by Cryptfuscate Suites' Executer keeping your Perl source code secure.  Cryptfuscate Suites is a faster and more time consuming alternative to Perl source code obfuscation.
  
 
==Modules==
 
==Modules==
 
* cryptfuscate.pl - encrypts perl modules embedded in text files to be executed by executer.pl
 
* cryptfuscate.pl - encrypts perl modules embedded in text files to be executed by executer.pl
 
* executer.pl - executes perl modules embedded in 'cryptfuscated' text files.
 
* executer.pl - executes perl modules embedded in 'cryptfuscated' text files.

Revision as of 07:31, 10 June 2012

Description

Cryptfuscate Suites is a package of applications that allow you to keep your Perl source code from being discovered by local users even while being executed. Cryptfuscate Suites creates and executes encrypted perl modules embedded in a text file. Cryptfuscate uses the Blowfish algorithm with Cipher-block chaining to encrypt cyrptfuscate modules. These modules can in turn be executed by Cryptfuscate Suites' Executer keeping your Perl source code secure. Cryptfuscate Suites is a faster and more time consuming alternative to Perl source code obfuscation.

Modules

  • cryptfuscate.pl - encrypts perl modules embedded in text files to be executed by executer.pl
  • executer.pl - executes perl modules embedded in 'cryptfuscated' text files.