Hello,
sure I am interested in the mod_perl answer to retrieve the AUTH password.
I am using mod_perl on a x86 sparc with oracle 10, 32 bit client.
If the payload is stored to a harddisk, then it makes sense to encrypt the
payload.
But as said, I do not want to talk about all the reasons, why I
If you are improving applications, and want to stay compatible to old code, it
is needed to do small steps.
Do it just a little better in any step.
If you introduce new features, in an complex environment you can't do all at
once.
Sometimes adding encryption is not needed, but the decision to enc
On Wednesday, 16 May 2012 11:25:56 alexander.elg...@t-systems.com wrote:
> sure I am interested in the mod_perl answer to retrieve the AUTH password.
($pw=APR::Base64::decode $r->headers_in->{Authorization})=~s/.*://;
or
use Apache2::Access ();
($rc, $pw)=$r->get_basic_auth_pw;
> I am using mod
Thank you, it works.
--
# http://perl.apache.org/docs/2.0/api/Apache2/RequestRec.html
use CGI;
#use Apache ();
#use APR::Base64;
use Apache2::Access ();
use Apache2::RequestRec ();
use Apache2::RequestUtil ();
my $q = CGI
alexander.elg...@t-systems.com wrote:
Thank you, it works.
--
# http://perl.apache.org/docs/2.0/api/Apache2/RequestRec.html
use CGI;
#use Apache ();
#use APR::Base64;
use Apache2::Access ();
use Apache2::RequestRec ();
u
Nice to know, that people with an academic degree in computer science and a
certificate of IT security are called "script-kiddy" on this mailing list.
--
Deutsche Telekom AG
Seamless ICT Security Infrastructure & Management
im Auftrag T-Systems International GmbH
Dipl. Inf Alexander Elgert
Langwa
alexander.elg...@t-systems.com wrote:
Nice to know, that people with an academic degree in computer science and a certificate
of IT security are called "script-kiddy" on this mailing list.
I wrote ".. made it /sound/ like something coming from a "script-kiddie". I did not say
you were.
Re-re