Re: crypt

2024-05-25 Thread Zheng Li Sheng
Hi, Maybe not being compiled with libcrypt ? What is the output of "perl -V | grep --color -i crypt" and "ldd /home/masayoshi/localperl/bin/perl" ? Regards, On Sat, May 25, 2024 at 4:00 PM Masayoshi Fujimoto wrote: > Hi. > OpenBSD does not work crypt. > Does it de

crypt

2024-05-25 Thread Masayoshi Fujimoto
Hi.OpenBSD does not work crypt.Does it depends on OSes ?Do you know why I can not use it ? Perl uses the following crypt?https://man.openbsd.org/crypt # My crypt.pluse strict;use warnings;use v5.10;say crypt("Ava Max", "Salt");  FreeBSD works crypt.pl% perl -vThis is perl 5, ve

Re: how to install WWW::Salesforce::Simple on a Mac? cpanm refuses to install Crypt::SSLeay

2016-04-15 Thread John SJ Anderson
> Apparently the Crypt::SSLeay module won't install for my protection > (HeartBleed?), but it is still a required prerequisite for > WWW::Salesforce. Apple stopped distributing the OpenSSH headers recently. Those are required to build Crypt::SSLeay. You can get the source f

Re: how to install WWW::Salesforce::Simple on a Mac? cpanm refuses to install Crypt::SSLeay

2016-04-15 Thread Shlomi Fish
ients. > > > > On Fri, 8 Apr 2016 17:36:47 -0700 > > Kenneth Wolcott wrote: > > > >> Hi; > >> > >> How to install WWW::Salesforce::Simple on a Mac? cpanm refuses to > >> install Crypt::SSLeay > >> > >> I need to use

Re: how to install WWW::Salesforce::Simple on a Mac? cpanm refuses to install Crypt::SSLeay

2016-04-14 Thread Natxo Asenjo
On Thu, Apr 14, 2016 at 8:41 PM, Kenneth Wolcott wrote: > > It would be nice if the prerequisites could some how be updated for > WWW::Salesforce so that one can have the functionality needed without > the risk of installing a known vulnerability. have you tried contacting the developper? Li

Re: how to install WWW::Salesforce::Simple on a Mac? cpanm refuses to install Crypt::SSLeay

2016-04-14 Thread Kenneth Wolcott
On Sat, Apr 9, 2016 at 5:39 AM, Shlomi Fish wrote: > Hi Ken, > > welcome aboard. > > please reply to all recipients. > > On Fri, 8 Apr 2016 17:36:47 -0700 > Kenneth Wolcott wrote: > >> Hi; >> >> How to install WWW::Salesforce::Simple on a M

Re: how to install WWW::Salesforce::Simple on a Mac? cpanm refuses to install Crypt::SSLeay

2016-04-09 Thread Shlomi Fish
Hi Ken, welcome aboard. please reply to all recipients. On Fri, 8 Apr 2016 17:36:47 -0700 Kenneth Wolcott wrote: > Hi; > > How to install WWW::Salesforce::Simple on a Mac? cpanm refuses to > install Crypt::SSLeay > > I need to use the WWW::Salesforce::Simple Perl modul

how to install WWW::Salesforce::Simple on a Mac? cpanm refuses to install Crypt::SSLeay

2016-04-08 Thread Kenneth Wolcott
Hi; How to install WWW::Salesforce::Simple on a Mac? cpanm refuses to install Crypt::SSLeay I need to use the WWW::Salesforce::Simple Perl module on an El Capitan Mac. I installed cpanm. I tried to install WWW::Salesforce::Simple, but cpanm bails out because of Crypt::SSLeay. Is

Re: errors building CRYPT:: DES on 64 bit perl usimng Solaris studio 12.3 Solaris 10

2013-07-03 Thread Luca Ferrari
On Sat, Jun 29, 2013 at 12:26 AM, Dariusz Dolecki wrote: > rl10/5.18.0/lib/5.18.0/sun4-solaris-64/CORE" des.c > "des.h", line 1: cannot find include file: I suspect the problem is here. I don't have a solaris machine right now, but for instance on my FreeBSD installation the most similar thing

errors building CRYPT:: DES on 64 bit perl usimng Solaris studio 12.3 Solaris 10

2013-06-28 Thread Dariusz Dolecki
rror before or at: userKey "des.c", line 513: warning: undefined or missing type for: userKey "des.c", line 513: warning: undefined or missing type for: des_ks "des.c", line 521: undefined symbol: ks "des.c", line 522: undefined symbol: userKey cc: acomp failed for des.c make: *** [des.o] Error 2 make: *** Waiting for unfinished jobs cp DES.pod blib/lib/Crypt/DES.pod cp DES.pm blib/lib/Crypt/DES.pm Please specify prototyping behavior for DES.xs (see perlxs manual) root@lauqbrsla[/var/tmp/Crypt-DES-1.0]%

Re: Crypt::CBC 2.30

2012-05-12 Thread Brandon McCaig
On Sat, May 12, 2012 at 02:24:55PM +0200, Perforin wrote: > Hi Hello: > I have a problem with my Crypt::CBC v2.30. *snip* > Link to my script --> > http://download.adamas.ai/dlbase/Scripts/twofish_crypter.txt You should inline your program in your mail message. That way it's

Crypt::CBC 2.30

2012-05-12 Thread Perforin
Hi I have a problem with my Crypt::CBC v2.30. Some files can be encrypted and decrypted but others don't. It gives me the following error while decrypting: "Ciphertext does not begin with a valid header for 'salt' header mode" Things I already did: googled that st

Re: Crypt::DH module error

2011-09-24 Thread kedar
Any luck on this?? I am facing the same issue.. -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/

Crypt::DH module error

2011-07-13 Thread Irfan Sayed
hi, i am getting error while using net::ssh::perl module to execute commands on remote machine following is the error : Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::Calc at /opt/ActivePerl-5.12/site/lib/Crypt/DH.pm line 6 i have installed these modules:

Re: Crypt SQLite

2007-12-22 Thread Octavian Rasnita
From: "Chas. Owens" <[EMAIL PROTECTED]> On Dec 19, 2007 5:59 PM, Octavian Rasnita <[EMAIL PROTECTED]> wrote: snip Sorry. No idea. I didn't wrote that C# program because I don't know C# well enough. That's why I was interested in a perl solution, but unfortunately it is not possible in perl.

Re: Crypt SQLite

2007-12-20 Thread fsantiago
On Dec 20, 4:49 am, [EMAIL PROTECTED] (Octavian Rasnita) wrote: > From: "Chas. Owens" <[EMAIL PROTECTED]> > > > > > > > On Dec 20, 2007 4:58 AM, Octavian Rasnita <[EMAIL PROTECTED]> wrote: > >> From: "Chas. Owens" <[EMAIL PROTECTED]> > > >> > On Dec 19, 2007 5:59 PM, Octavian Rasnita <[EMAIL PROTEC

Re: Crypt SQLite

2007-12-20 Thread Octavian Rasnita
From: "Chas. Owens" <[EMAIL PROTECTED]> On Dec 20, 2007 4:58 AM, Octavian Rasnita <[EMAIL PROTECTED]> wrote: From: "Chas. Owens" <[EMAIL PROTECTED]> > On Dec 19, 2007 5:59 PM, Octavian Rasnita <[EMAIL PROTECTED]> wrote: > snip >> Sorry. No idea. I didn't wrote that C# program because I don't

Re: Crypt SQLite

2007-12-20 Thread Chas. Owens
On Dec 20, 2007 4:58 AM, Octavian Rasnita <[EMAIL PROTECTED]> wrote: > From: "Chas. Owens" <[EMAIL PROTECTED]> > > > > On Dec 19, 2007 5:59 PM, Octavian Rasnita <[EMAIL PROTECTED]> wrote: > > snip > >> Sorry. No idea. I didn't wrote that C# program because I don't know C# > >> well > >> enough. Tha

Re: Crypt SQLite

2007-12-20 Thread Octavian Rasnita
From: "Chas. Owens" <[EMAIL PROTECTED]> On Dec 19, 2007 5:59 PM, Octavian Rasnita <[EMAIL PROTECTED]> wrote: snip Sorry. No idea. I didn't wrote that C# program because I don't know C# well enough. That's why I was interested in a perl solution, but unfortunately it is not possible in perl.

Re: Crypt SQLite

2007-12-20 Thread Chas. Owens
On Dec 19, 2007 5:59 PM, Octavian Rasnita <[EMAIL PROTECTED]> wrote: snip > Sorry. No idea. I didn't wrote that C# program because I don't know C# well > enough. That's why I was interested in a perl solution, but unfortunately it > is not possible in perl. snip It is possible. The person who wro

Re: Crypt SQLite

2007-12-19 Thread Octavian Rasnita
an > do all sorts of encryption - search the Crypt:: namespace at >http://cpan.org. > You probably want some sort of bi-directional encryption instead of a > hash encryption (which is usually used for password checking and > such). Symmetrical pass-key encryption is easy but not especi

Re: Crypt SQLite

2007-12-19 Thread fsantiago
ame thing with perl? > > > You can do the same thing that the C# program (probably) did - namely > > encrypt the values before inserting them into the database. Perl can > > do all sorts of encryption - search the Crypt:: namespace at > >http://cpan.org. > > You proba

Re: Crypt SQLite

2007-12-09 Thread Octavian Rasnita
From: "Chas. Owens" <[EMAIL PROTECTED]> On Dec 6, 2007 1:47 PM, Octavian Rasnita <[EMAIL PROTECTED]> wrote: Hi, I've seen a program made in C# that uses an SQLite database which is crypted. Can we do the same thing with perl? Some years ago I've seen only some comercial solution for doing thi

Re: Crypt SQLite

2007-12-09 Thread Octavian Rasnita
cryption - search the Crypt:: namespace at http://cpan.org. You probably want some sort of bi-directional encryption instead of a hash encryption (which is usually used for password checking and such). Symmetrical pass-key encryption is easy but not especially strong (though probably adequate fo

Re: Crypt SQLite

2007-12-08 Thread Chas. Owens
On Dec 6, 2007 1:47 PM, Octavian Rasnita <[EMAIL PROTECTED]> wrote: > Hi, > > I've seen a program made in C# that uses an SQLite database which is > crypted. > Can we do the same thing with perl? > > Some years ago I've seen only some comercial solution for doing this, but > now I've seen that free

Re: Crypt SQLite

2007-12-08 Thread David Filmer
ram somehow augmented the SQLite source code. > Can we do the same thing with perl? You can do the same thing that the C# program (probably) did - namely encrypt the values before inserting them into the database. Perl can do all sorts of encryption - search the Crypt:: namespace at http:/

Crypt SQLite

2007-12-06 Thread Octavian Rasnita
Hi, I've seen a program made in C# that uses an SQLite database which is crypted. Can we do the same thing with perl? Some years ago I've seen only some comercial solution for doing this, but now I've seen that free solution in C#. It would be wonderful to be able to do the same thing in per

Re: Getting error message while installing Crypt-DSA module

2007-10-23 Thread Tom Phoenix
On 10/23/07, kilaru rajeev <[EMAIL PROTECTED]> wrote: > I found following message while installing the Net::SSH module. > Please advice me know what it really meant. It really means that you've made a mistake at some earlier step, which you should go back and re-do. It looks as if your C compile

Re: Getting error message while installing Crypt-DSA module

2007-10-23 Thread kilaru rajeev
isyphus <[EMAIL PROTECTED]> wrote: > > On Oct 23, 1:15 am, [EMAIL PROTECTED] (Kilaru Rajeev) wrote: > > Hi All, > > > > I am getting the following error in the *make test* part while istalling > the > > *Crypt::DSA* module. Please give me an advice how to pr

Re: Getting error message while installing Crypt-DSA module

2007-10-23 Thread sisyphus
On Oct 23, 1:15 am, [EMAIL PROTECTED] (Kilaru Rajeev) wrote: > Hi All, > > I am getting the following error in the *make test* part while istalling the > *Crypt::DSA* module. Please give me an advice how to procede. > > t/03-keygen.*Math::BigInt: couldn't load specifie

Re: Getting error message while installing Crypt-DSA module

2007-10-22 Thread Jeff Pang
part while istalling the > *Crypt::DSA* module. Please give me an advice how to procede. > > t/03-keygen.*Math::BigInt: couldn't load specified math lib(s), fallback > to Math::BigInt::Calc* at /tmp/Crypt-DSA-0.14/blib/lib/Crypt/DSA/KeyChain.pm > line 6 > *Math::BigInt: couldn&

Getting error message while installing Crypt-DSA module

2007-10-22 Thread kilaru rajeev
Hi All, I am getting the following error in the *make test* part while istalling the *Crypt::DSA* module. Please give me an advice how to procede. t/03-keygen.*Math::BigInt: couldn't load specified math lib(s), fallback to Math::BigInt::Calc* at /tmp/Crypt-DSA-0.14/blib/lib/Cryp

Re: Crypt::GCrypt error on new method

2007-05-23 Thread Mike Blezien
- Original Message - From: "JOHN FISHER" <[EMAIL PROTECTED]> To: Sent: Wednesday, May 23, 2007 10:32 AM Subject: Crypt::GCrypt error on new method I am attempting to use gcrypt using a Perl interface I have "perl -MCPAN -e 'install Crypt::GCrypt'&quo

Crypt::GCrypt error on new method

2007-05-23 Thread JOHN FISHER
I am attempting to use gcrypt using a Perl interface I have "perl -MCPAN -e 'install Crypt::GCrypt'" and installed it successfully. I attempted to run the code in Perldoc, but get this error Can't locate object method "new" via package "GCrypt::Ciph

Re: crypt() and /etc/shadow entries do not match?

2007-05-02 Thread jbuburuz
Thanks John and Chas! > [EMAIL PROTECTED] wrote: >> Hey folks, > > Hello, > >> I have been using crypt for a while. No problems until recently. >> >> Problem crypt does not return a hash that matches getpwnam(). I have >> been >> using crypt for a

Re: crypt() and /etc/shadow entries do not match?

2007-05-02 Thread Chas Owens
On 5/2/07, Chas Owens <[EMAIL PROTECTED]> wrote: On 5/2/07, Chas Owens <[EMAIL PROTECTED]> wrote: > On 5/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > snip > > I have tested crypt() on debian, and redhat. Same problems. The has values > > do not match

Re: crypt() and /etc/shadow entries do not match?

2007-05-02 Thread Chas Owens
On 5/2/07, Chas Owens <[EMAIL PROTECTED]> wrote: On 5/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: snip > I have tested crypt() on debian, and redhat. Same problems. The has values > do not match each other. snip It looks like your /etc/shadow file is not using

Re: crypt() and /etc/shadow entries do not match?

2007-05-02 Thread Chas Owens
On 5/2/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: snip I have tested crypt() on debian, and redhat. Same problems. The has values do not match each other. snip It looks like your /etc/shadow file is not using crypt to store the passwords on that system. from man shadow

Re: crypt() and /etc/shadow entries do not match?

2007-05-02 Thread John W. Krahn
[EMAIL PROTECTED] wrote: > Hey folks, Hello, > I have been using crypt for a while. No problems until recently. > > Problem crypt does not return a hash that matches getpwnam(). I have been > using crypt for a long time without any problems. > > Bellow is test script I h

crypt() and /etc/shadow entries do not match?

2007-05-02 Thread jbuburuz
Hey folks, I have been using crypt for a while. No problems until recently. Problem crypt does not return a hash that matches getpwnam(). I have been using crypt for a long time without any problems. Bellow is test script I have using for testing hashs. The output of the script bellow is as

Re: how good is 'crypt()'?

2007-02-27 Thread Chas Owens
On 2/27/07, tom arnall <[EMAIL PROTECTED]> wrote: how good is 'crypt()'? it seems that for small differences in the target string you get duplicate digests. i get the following results (using debugger): snip Better than rot13, but worse than most other forms of encryption. Th

Re: how good is 'crypt()'?

2007-02-27 Thread Tom Phoenix
On 2/27/07, tom arnall <[EMAIL PROTECTED]> wrote: how good is 'crypt()'? it seems that for small differences in the target string you get duplicate digests. That's not what it's "good" at. Are you trying to use it for checksumming or encryption, or somethin

how good is 'crypt()'?

2007-02-27 Thread tom arnall
how good is 'crypt()'? it seems that for small differences in the target string you get duplicate digests. i get the following results (using debugger): DB<1> $f='aaab' DB<2> $g='aaaaaa

Re: Crypt::GPG won't decrypt file...rewrote it to use system, but only partially works

2006-06-30 Thread Mumia W.
== 0 or warn "system @gpg_command failed: $!"; it does not work. Instead I get a "usage" error. [...] gpg doesn't know what to do with a parameter of "2> /dev/null." Could someone please explain where I've gone wrong? I would like to use Crypt::GPG

RE: Crypt::GPG won't decrypt file...rewrote it to use system, but only partially works

2006-06-30 Thread RICHARD FERNANDEZ
> I would suggest giving GnuPG::Interface a go because it > handled calling out to 'gpg' most "correctly". Meaning it > uses the status-fd, logger-fd options properly which is the > preferred way to call gpg in an automated fashion. > > Good luck, > > http://danconia.org > Thank you! I will

Re: Crypt::GPG won't decrypt file...rewrote it to use system, but only partially works

2006-06-30 Thread Wiggins d'Anconia
RICHARD FERNANDEZ wrote: > I re-wrote the decryption routine to use system instead of Crypt::GPG, > and came across another puzzle: > > my @gpg_command = ("/usr/bin/gpg --decrypt $encrypted > > $decrypted 2> /dev/null"); > system(@gpg_command) == 0 o

RE: Crypt::GPG won't decrypt file...rewrote it to use system, but only partially works

2006-06-30 Thread RICHARD FERNANDEZ
I re-wrote the decryption routine to use system instead of Crypt::GPG, and came across another puzzle: my @gpg_command = ("/usr/bin/gpg --decrypt $encrypted > $decrypted 2> /dev/null"); system(@gpg_command) == 0 or warn "system @gpg_command failed: $!";

Crypt::GPG won't decrypt file

2006-06-29 Thread RICHARD FERNANDEZ
Hi folks, I have the following function: sub lbx_decrypt { my $encrypted = shift or die "No file passed in to lbx_decrypt for decryption?\n"; my $decrypted = substr $encrypted, 4; $decrypted .= '.zip'; my $gpg = new Crypt::GPG; $gpg -> gpgbin(&#

RE: Crypt::GPG produces an empty cleartext file

2006-04-14 Thread Smith, Derek
-Original Message- From: John W. Krahn [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 8:04 PM To: Perl Beginners Subject: Re: Crypt::GPG produces an empty cleartext file RICHARD FERNANDEZ wrote: > Hi Folks, Hello, > I have a job that takes in an encrypted file and de

Re: Crypt::GPG produces an empty cleartext file

2006-04-06 Thread John W. Krahn
RICHARD FERNANDEZ wrote: > Hi Folks, Hello, > I have a job that takes in an encrypted file and decrypts it using > Crypt::GPG. > > > for my $encrypted_file (@files) { > > open(CIPHERTXT, $encrypted_file) or croak "Can't open > encrypted_

RE: Crypt::GPG produces an empty cleartext file

2006-04-06 Thread Smith, Derek
-Original Message- From: RICHARD FERNANDEZ [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 12:45 PM To: beginners@perl.org Subject: RE: Crypt::GPG produces an empty cleartext file What version of Crypt:GPG are u using? Derek Bellner Smith Unix Systems Engineer

RE: Crypt::GPG produces an empty cleartext file

2006-04-06 Thread RICHARD FERNANDEZ
What version of Crypt:GPG are u using? Derek Bellner Smith Unix Systems Engineer Cardinal Health Dublin, Ohio 614-757-5000 Main 614-757-8075 Direct 614-652-4336 Fax [EMAIL PROTECTED] Hi Derek, Thanks for your response. I'm using: Crypt::GPG version 1.42 Perl version 5.6.0 gpg version

RE: Crypt::GPG produces an empty cleartext file

2006-04-06 Thread Smith, Derek
-Original Message- From: RICHARD FERNANDEZ [mailto:[EMAIL PROTECTED] Sent: Thursday, April 06, 2006 12:20 PM To: beginners@perl.org Subject: Crypt::GPG produces an empty cleartext file Hi Folks, I have a job that takes in an encrypted file and decrypts it using Crypt::GPG. for my

Crypt::GPG produces an empty cleartext file

2006-04-06 Thread RICHARD FERNANDEZ
Hi Folks, I have a job that takes in an encrypted file and decrypts it using Crypt::GPG. for my $encrypted_file (@files) { open(CIPHERTXT, $encrypted_file) or croak "Can't open encrypted_file: $encrypted_file\n"; my @ciphertxt = ; my($clear

Re: passwords in perl: crypt() vs mds5_hex()

2005-05-04 Thread Ing. Branislav Gerzo
JupiterHost.Net [JN], on Tuesday, May 03, 2005 at 17:31 (-0500) made these points: JN> Thanks for the input John! Any other opinions and points anyone? in my point of view is MD5 ok, but I prefer "newer" hash algos, for example SHA1 -- How do you protect mail on web? I use http://www.2pu.net [

Re: passwords in perl: crypt() vs mds5_hex()

2005-05-03 Thread JupiterHost.Net
if(crypt($mypass, $crypted_original_pass) eq $crypted_original_pass) { ... vs. use Digest::MD5 qw(md5_hex); ... if(md5_hex($mypass) eq $md5_hex_of_original_pass) { ... If you use short/easy to guess passwords, such as words found in a dictionary, then the hash you use is irrelevant. If you use

Re: passwords in perl: crypt() vs mds5_hex()

2005-05-03 Thread John W. Krahn
JupiterHost.Net wrote: Hello list, Hello, I'm working on a script that manages passwords in a database. Does anyone see any benefits/downfalls [in]securities of using crypt() vs. an MD5 sum via Digest::MD5? Like so: if(crypt($mypass, $crypted_original_pass) eq $crypted_original_pass) { .

passwords in perl: crypt() vs mds5_hex()

2005-05-03 Thread JupiterHost.Net
Hello list, I'm working on a script that manages passwords in a database. Does anyone see any benefits/downfalls [in]securities of using crypt() vs. an MD5 sum via Digest::MD5? Like so: if(crypt($mypass, $crypted_original_pass) eq $crypted_original_pass) { ... vs. use Digest::MD5 qw(md

RE: Crypt SSLeay

2005-01-13 Thread Tham, Philip
:[EMAIL PROTECTED] Sent: Thursday, January 13, 2005 6:37 AM To: Tham, Philip; beginners@perl.org Subject: RE: Crypt SSLeay Please bottom post > I faced two problems: > > 1. The build assumes that cc is the default compiler in the system. I > have gcc 2. I created a link from

RE: Crypt SSLeay

2005-01-13 Thread Wiggins d Anconia
: Wiggins d Anconia [mailto:[EMAIL PROTECTED] > Sent: Wednesday, January 12, 2005 1:00 PM > To: Tham, Philip; beginners@perl.org > Subject: Re: Crypt SSLeay > > > > > > I did a build on the latest version of perl. However the library > > Crypt::SSLeay is not p

RE: Crypt SSLeay

2005-01-12 Thread Tham, Philip
I get a makefile which is gcc compatible. Philip -Original Message- From: Wiggins d Anconia [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 12, 2005 1:00 PM To: Tham, Philip; beginners@perl.org Subject: Re: Crypt SSLeay > I did a build on the latest version of perl. However

Re: Crypt SSLeay

2005-01-12 Thread Wiggins d Anconia
> I did a build on the latest version of perl. However the library > Crypt::SSLeay is not present. Any idea how do I build this library? It > is required for https requests. > > Philip > The documentation for the module includes installation tips, http://search.cpan.org/~c

Re: Crypt SSLeay

2005-01-12 Thread JupiterHost.Net
Tham, Philip wrote: I did a build on the latest version of perl. However the library Crypt::SSLeay is not present. Any idea how do I build this library? It its not a library its a module :) perl -MCPAN -e 'install Crypt::SSLeay;' -- To unsubscribe, e-mail: [EMAIL PROTECTED] For

Crypt SSLeay

2005-01-12 Thread Tham, Philip
I did a build on the latest version of perl. However the library Crypt::SSLeay is not present. Any idea how do I build this library? It is required for https requests. Philip -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.

Trouble installing modules (Net::SSH::Perl, Math::Pari, Crypt::Random)

2004-07-22 Thread Price, Jason (TLR Corp)
for Net::SSH::Perl installed. The install starts bombing out at Crypt::Random (and continues through several other Crypt modules) - it kicks out a number of errors similar to this: t/generator..ok 3/18PARI: *** forbidden division t_REAL % t_INT. at /usr/lib/perl5/site_perl/5.6.1/i386

Crypt::RSA

2004-05-20 Thread cc
Hi, If given the following in genkey.pl : use Crypt::RSA; my ($rsa) = new Crypt::RSA( KF => 'SSH'); my ($pub, $prv) = $rsa->keygen( Identity => 'cc <[EMAIL PROTECTED]>', Password => 'i h

error during make of Crypt::Idea 1.02

2004-04-09 Thread Bliss, Kevin
I am running Solaris 9, perl 5.8.3. When I try to install Crypt::Idea it fails in the make process. Thanks # perl Makefile.PL Checking if your kit is complete... Looks good Writing Makefile for Crypt::IDEA # make cp IDEA.pod blib/lib/Crypt/IDEA.pod cp IDEA.pm blib/lib/Crypt/IDEA.pm /usr

Re: error during installing Crypt::Idea 1.02

2004-03-16 Thread david
Nilay Puri wrote: > > Make test is failing during installation of module Crypt::Idea 1.02 > > make test > gcc -c -D_REENTRANT -fno-strict-aliasing -D_LARGEFILE_SOURCE > -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1.02\" -DXS_VERSION=\"1.02\" -fPIC > &

error during installing Crypt::Idea 1.02

2004-03-16 Thread Nilay Puri, Noida
Hi all, Make test is failing during installation of module Crypt::Idea 1.02 make test gcc -c -D_REENTRANT -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -O -DVERSION=\"1.02\" -DXS_VERSION=\"1.02\" -fPIC "-I/usr/local/lib/perl5/5.8.0/sun4-

About HASH crypt

2004-03-08 Thread NetSnake
Hi,all I use samba and LDAP to build a PDC, but samba build NT Password via hash4, and have a program mkntpwd to generate crypted password, does perl has any module or function to do this? -- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

About HASH crypt

2004-03-06 Thread NetSnake
Hi,all I use samba and LDAP to build a PDC, but samba build NT Password via hash4, and have a program mkntpwd to generate crypted password, does perl has any module or function to do this? -- -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Crypt::CBC

2003-12-03 Thread Wiggins d'Anconia
se of uninitialized value in pack at /usr/local/lib/perl5/site_perl/5.8.0/Crypt/CBC.pm line 213, line 3. using this: --- encryption $cipher = Crypt::CBC->new( {'key' => $password, 'cip

Re: Crypt::CBC

2003-12-03 Thread Casey West
, legal API for searching newsgroups, so you may also want to try these searches. http://groups.google.com/groups?q=Perl+Crypt%3A%3ACBC http://groups.google.com/groups?q=Crypt%3A%3ACBC+group%3Acomp.lang.perl.* If you didn't get any useful results below, there's a chance your Subject lin

Crypt::CBC

2003-12-03 Thread Phil Schaechter
/usr/local/lib/perl5/site_perl/5.8.0/Crypt/CBC.pm line 213, line 3. using this: --- encryption $cipher = Crypt::CBC->new( {'key' => $password, 'cipher' => 'Blowfish',

Re: crypt-blowfish module

2003-06-06 Thread Lance
try www.cpan.org It's for all things Perl. ;-) "Joel_divekar" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi All > > I am using Activestate Perl on win9x and wish to install crypt-blowfish module. Activestate module repository does not have this m

crypt-blowfish module

2003-06-06 Thread joel_divekar
Hi All I am using Activestate Perl on win9x and wish to install crypt-blowfish module. Activestate module repository does not have this module. Any advice. Regards Joel Get Your Private, Free E-mail from Indiatimes at http://email.indiatimes.com Buy The Best In BOOKS at http

Re: Crypt::Blowfish errors on line 56

2003-03-01 Thread zentara
8 bytes long at >> /usr/lib/perl5/site_perl/i386-linux/Crypt/Blowfish.pm line 56." Try this: #this sub makes all data blocksize of 8 bytes. sub get8 { my $data = shift; return "\0" x ( 8 - length($data)%8 ) . $data; } -- To unsubscribe, e-mail: [EM

Re: Crypt::Blowfish errors on line 56

2003-02-28 Thread John W. Krahn
I run this code, I recieve this error: > "input must be 8 bytes long at > /usr/lib/perl5/site_perl/i386-linux/Crypt/Blowfish.pm line 56." > > Does anybody know why this happens? > > You can view the code here: > > #!/usr/bin/perl -w > use strict; > use Crypt:

Re: Crypt::Blowfish errors on line 56

2003-02-28 Thread Frank Wiles
characters? | | | `- | | You'll want to look at Crypt::CBC which can use many of the other | encryption types found in Crypt::* such as Blowfish. CBC stands for | Chaining Block Cipher (IIRC). | | It is because Blowfish is a block c

Re: Crypt::Blowfish errors on line 56

2003-02-28 Thread Frank Wiles
.--[ Tyler Longren wrote (2003/02/28 at 16:15:27) ]-- | | I found that if I change $data to "12345678", it works. How can I encrypt a | string that has more than 8 characters? | `- You'll want to look at Crypt

RE: Crypt::Blowfish errors on line 56

2003-02-28 Thread Dan Muey
uey > "input must be 8 bytes long at > /usr/lib/perl5/site_perl/i386-linux/Crypt/Blowfish.pm line 56." > > Does anybody know why this happens? > > You can view the code here: http://longren.no-ip.org/tyler/blowfish.pl > > Thanks, > Tyler > > > --

Re: Crypt::Blowfish errors on line 56

2003-02-28 Thread Tyler Longren
I found that if I change $data to "12345678", it works. How can I encrypt a string that has more than 8 characters? Thanks, Tyler - Original Message - From: "Tyler Longren" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, February 28, 2003

Crypt::Blowfish errors on line 56

2003-02-28 Thread Tyler Longren
es long at /usr/lib/perl5/site_perl/i386-linux/Crypt/Blowfish.pm line 56." Does anybody know why this happens? You can view the code here: http://longren.no-ip.org/tyler/blowfish.pl Thanks, Tyler -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: crypt() unix function, what about windows cryption? .htpasswd file

2003-02-15 Thread R. Joseph Newton
Patricia Hinman wrote: > > There are measures that can be taken to make it > > harder for someone to get the source, but there is > > no way to prevent it. There is also little reason > > to, that I can see, most things that are done with > > javascript are relatively simple anyways, and since >

Re: crypt() unix function, what about windows cryption? .htpasswd file

2003-02-15 Thread R. Joseph Newton
Patricia Hinman wrote: > OOPS mistake corrected > > I did stumble across a method call to a cryption() > ---wrong crypt() is the method -- > > I have just discovered it is a unix function. It > doesn't decrypt. One must always crypt user input then > ch

Re: crypt() unix function, what about windows cryption? .htpasswd file

2003-02-15 Thread zentara
On Fri, 14 Feb 2003 11:17:48 -0800 (PST), [EMAIL PROTECTED] (Patricia Hinman) wrote: >I don't want to hide the main source code. Only >encrypt the password on the client side. I could do >that with a js program. Then my pl file could unwind >the script. This is to keep people from viewing the

RE: crypt() unix function, what about windows cryption? .htpasswd file

2003-02-14 Thread Patricia Hinman
> There are measures that can be taken to make it > harder for someone to get the source, but there is > no way to prevent it. There is also little reason > to, that I can see, most things that are done with > javascript are relatively simple anyways, and since > it is an open language so someone

RE: crypt() unix function, what about windows cryption? .htpasswd file

2003-02-14 Thread wiggins
On Fri, 14 Feb 2003 09:12:52 -0800 (PST), Patricia Hinman <[EMAIL PROTECTED]> wrote: > Thanks! > That does help. I was reading this page which talks > about unix and windows crypt(). > > http://www.tech.irt.org/article

Re: crypt() unix function, what about windows cryption? .htpasswd file

2003-02-14 Thread zentara
On Thu, 13 Feb 2003 20:57:05 -0800 (PST), [EMAIL PROTECTED] (Patricia Hinman) wrote: >OOPS mistake corrected >> I did stumble across a method call to a cryption() >---wrong crypt() is the method -- > >I have just discovered it is a unix function. It >doesn'

RE: crypt() unix function, what about windows cryption? .htpasswd file

2003-02-14 Thread Patricia Hinman
Thanks! That does help. I was reading this page which talks about unix and windows crypt(). http://www.tech.irt.org/articles/js164/ Now I'm wondering how to encrypt the password on the client side. Is that possible? All the scripts are visible from view source. But it makes just one

RE: crypt() unix function, what about windows cryption? .htpasswd file

2003-02-14 Thread Beau E. Cox
Hi - (I'm the 'someone' who said crypt worked on windows) - > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Friday, February 14, 2003 5:06 AM > To: Patricia Hinman; [EMAIL PROTECTED] > Subject: RE: crypt() unix functio

RE: crypt() unix function, what about windows cryption? .htpasswd file

2003-02-14 Thread wiggins
On Thu, 13 Feb 2003 20:57:05 -0800 (PST), Patricia Hinman <[EMAIL PROTECTED]> wrote: > OOPS mistake corrected > > I did stumble across a method call to a cryption() > ---wrong crypt() is the method -- > > I have

RE: crypt() unix function, what about windows cryption? .htpasswd file

2003-02-13 Thread Beau E. Cox
Hi - crypt () works fine for me on Win2K... > -Original Message- > From: Patricia Hinman [mailto:[EMAIL PROTECTED]] > Sent: Thursday, February 13, 2003 6:57 PM > To: [EMAIL PROTECTED] > Subject: crypt() unix function, what about windows cryption? .htpasswd > file &g

crypt() unix function, what about windows cryption? .htpasswd file

2003-02-13 Thread Patricia Hinman
OOPS mistake corrected > I did stumble across a method call to a cryption() ---wrong crypt() is the method -- I have just discovered it is a unix function. It doesn't decrypt. One must always crypt user input then check for equality. if (crypt ($guess, $pass)

installing Crypt::Twofish error

2003-02-11 Thread Patricia Hinman
I'm not having much luck so far installing encryption modules. I'm on a win98 box with perl 5.8 and have tried to install Crypt::Serpent and Crypt::Twofish. When I run makefile.pl for Twofish it reports : Searching for uint*_t ... specified COMMAND Search directory bad. This is sup

RE: installing Crypt::Serpent ?

2003-02-11 Thread wiggins
On Tue, 11 Feb 2003 11:56:39 -0800 (PST), Patricia Hinman <[EMAIL PROTECTED]> wrote: > I want to learn about encryption. I've browsed CPAN > and thought I would give this a try: > > http://search.cpan.org/author/JHU

installing Crypt::Serpent ?

2003-02-11 Thread Patricia Hinman
I want to learn about encryption. I've browsed CPAN and thought I would give this a try: http://search.cpan.org/author/JHUGHES/Crypt-Serpent-1.01/ I used CPAN to install it and my perl version is 5.8 for win32. A little script I wrote couldn't find the module so I proceeded to

Crypt::PGPSimple ???

2003-01-05 Thread Mark Goland
I have installed pgp 6.5.8 , and am testing on winXP. I can encrypt and decrypt from cmd just fine. Have anyone used this pack, I am having a hard time Can any make something of it ?? use Crypt::PGPSimple; { open my $RD_FH,"< $ARGV[0]" || die "cant open $ARGV[0]: $!&qu

Re: Installing Crypt::IDEA

2003-01-03 Thread nyec
On Friday 03 January 2003 03:47 pm, Steve Rinehart wrote: > Hello, > > I am experiencing some difficulties trying to install the module, > Crypt::IDEA, which is required in order for me to use the Net::SSH > module. > > When trying to install this module, I get the

Installing Crypt::IDEA

2003-01-03 Thread Steve Rinehart
Hello, I am experiencing some difficulties trying to install the module, Crypt::IDEA, which is required in order for me to use the Net::SSH module. When trying to install this module, I get the following error when attempting to do the "make": >perl Makefile.PL Checking if your ki

  1   2   >