Coder Social home page Coder Social logo

filter-crypto's People

Contributors

steve-m-hay avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

filter-crypto's Issues

How to invoke perl interpreter instead of shell interpreter after encryption

Hi,

Sorry to interrupt, how can we exec the ./a.pl instead of perl ./a.pl after encryption ?

When a simple hello word script a.pl
#!/usr/bin/perl print ("Hello World\n");
be encrypted by the script/crypt_file -i a.pl,then the a.pl turns into an ASIIC file, and with the first line:
use Filter::Crypto::Decrypt;

If calling the ./a.pl from the shell,will produce error
./a.pl: line 1: use: command not found
Where the script is interpreted as the shell script;

How can we just call ./a.pl ( instead of perl ./a.pl ) and make the script interpreted by perl ?

Thank you ~

problem about ·Where is your OpenSSL? [/usr]· when installed

Hello,
I want to konw why I use command 'cpanm Filter::Crypto' or 'perl -MCPAN -e shell 'install Filter::Crypto'' to install this moudle in Ubuntu system, it will be error to query me 'Where is your OpenSSL? [/usr]' although my openssl path was set usr. however, it still have this error so that cannot to install, so could you give me some suggestion about this.

Shuai

openssl 3.0.1

Hi,
I'm not able to install Filter-Cryto in Rockylinux 9
which uses openssl 3.0.1.

Thanks
JDM

Fails to install on cygwin: No OpenSSL crypto library found at Makefile.PL line 67

I am trying to install Filter::Crypto on Windows 10, Cygwin:

$ perl --version
This is perl 5, version 30, subversion 3 (v5.30.3) built for x86_64-cygwin-threads-multi
(with 7 registered patches, see perl -V for more detail)
$ wget https://cpan.metacpan.org/authors/id/S/SH/SHAY/Filter-Crypto-2.09.tar.gz
$ tar zxvf Filter-Crypto-2.09.tar.gz
$ cd Filter-Crypto-2.09
$ perl Makefile.PL
Where is your OpenSSL? [/usr]
Found include directory ............ /usr/include
Found OpenSSL version .............. 1.1.1f
Error (109): No OpenSSL crypto library found at Makefile.PL line 67.

The library is located in /usr/lib:

$ ls /usr/lib/libcrypto.dll.a
/usr/lib/libcrypto.dll.a

B::Deparse check is useless

Hi,
Nothing is preventing me to load Filter::Crypto::Decrypt and, then, B::Deparse before run encrypted script:

Decrypt.pm

package Decrypt;
require Filter::Crypto::Decrypt;
require B::Deparse;
1;
__END__
$ perl -M"Decrypt" ./encypted.pl

So, this protection is useless and easily can be avoided.

But it prevents to load encrypted modules after B was loaded by some package.
For example, Sub::Quote using B.
This just adding headache, but not extra protection.

I think, that check for B::Deparse presence can be removed.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.