Hi Kprasad,

Maybe you find what you need here. We are using that too it works quite good 
...  
http://search.cpan.org/~shay/Filter-Crypto-1.26/script/crypt_file

Kind regards,

Jean-Philippe


-----Original Message-----
From: perl-win32-users-boun...@listserv.activestate.com 
[mailto:perl-win32-users-boun...@listserv.activestate.com] On Behalf Of Serguei 
Trouchelle
Sent: Tuesday, October 20, 2009 11:38 PM
To: perl-win32-users@listserv.activestate.com
Subject: Re: Text Encrypt and Decryption

Kprasad wrote:

> Thanks for your reply.
> Actually my system has been used by number of users and anybody can 
> change my coding of other valuable script (.pl or .plx).
> All script will be kept encoded rather than open code, I'll decrypt 
> again as and when it's required.
> Is there any better option which can be used for this purpose?

1. use Acme::Bleach;
http://search.cpan.org/~dconway/Acme-Bleach-1.12/
It's not actually a solution, because anyone can decode your script.

2. use Subversion or other source control mechanism.
Doesn't help from somebody who's smart enough, but it keeps a track of changes, 
so at least you can see what was changed.

3. setup file system security, so other users wouldn't change anything that 
belongs to you.
Doesn't protect from users with administrative accounts.

--
Serguei Trouchelle

_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs
_______________________________________________
Perl-Win32-Users mailing list
Perl-Win32-Users@listserv.ActiveState.com
To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs

Reply via email to