Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.332.763 Times

Mail::DKIM::DkSignature 0.28

  Date Added: October 08, 2010  |  Visits: 890

Mail::DKIM::DkSignature

Report Broken Link
Printer Friendly Version


Product Homepage
Download (114 downloads)



Mail::DKIM::DkSignature is a DomainKeys signature header. CONSTRUCTORS parse() - create a new signature from a DomainKey-Signature header my $sig = parse Mail::DKIM::DkSignature( "DomainKey-Signature: a=rsa-sha1; b=yluiJ7+0=; c=nofws" ); Constructs a signature by parsing the provided DomainKey-Signature header content. You do not have to include the header name (i.e. "DomainKey-Signature:") but it is recommended, so the header name can be preserved and returned the same way in as_string(). Note: The input to this constructor is in the same format as the output of the as_string method. METHODS as_string() - the signature header as a string print $signature->as_string . "n"; outputs DomainKey-Signature: a=rsa-sha1; b=yluiJ7+0=; c=nofws As shown in the example, the as_string method can be used to generate the DomainKey-Signature that gets prepended to a signed message. algorithm() - get or set the algorithm (a=) field The algorithm used to generate the signature. Defaults to "rsa-sha1", an RSA-signed SHA-1 digest. canonicalization() - get or set the canonicalization (c=) field $signature->canonicalization("nofws"); $signature->canonicalization("simple"); $method = $signature->canonicalization; Message canonicalization (default is "simple"). This informs the verifier of the type of canonicalization used to prepare the message for signing. domain() - get or set the domain (d=) field my $d = $signature->domain; # gets the domain value $signature->domain("example.org"); # sets the domain value The domain of the signing entity, as specified in the signature. This is the domain that will be queried for the public key. headerlist() - get or set the signed header fields (h=) field $signature->headerlist("a:b:c"); my $headerlist = $signature->headerlist; my @headers = $signature->headerlist; Signed header fields. A colon-separated list of header field names that identify the header fields presented to the signing algorithm. In scalar context, the list of header field names will be returned as a single string, with the names joined together with colons. In list context, the header field names will be returned as a list. protocol() - get or set the query methods (q=) field A colon-separated list of query methods used to retrieve the public key (default is "dns"). selector() - get or set the selector (s=) field The selector subdivides the namespace for the "d=" (domain) tag. signature() - get or set the signature data (b=) field The signature data. Whitespace is automatically stripped from the returned value..

Requirements: No special requirements
Platforms: Linux
Keyword: Canonicalization Dkim Dksignature Domain Domainkeys Signature Field Header Libraries Maildkimdksignature Programming Signature String Used To
Users rating: 0/10

License: Freeware Size: 51.2 KB
USER REVIEWS
More Reviews or Write Review


MAIL::DKIM::DKSIGNATURE RELATED
Security Tools  -  domainkeys-milter 1.0.2
dk-milter consists of two parts: A milter-based application (dk-filter) which plugs in to Sendmail to provide DomainKeys service, and a library (libdk) which can be used to build DomainKeys-compliant applications or MTAs. See the home page for...
353.76 KB  
Libraries  -  Mail::DKIM::Signature 0.26
Mail::DKIM::Signature module encapsulates a DKIM signature header. CONSTRUCTORS new() - create a new signature from parameters my $signature = new Mail::DKIM::Signature( [ Algorithm => "rsa-sha1", ] [ Signature => $base64, ] [ Method =>...
47.1 KB  
Network & Internet  -  Web Domain Manager 0.05
Web Domain Manager is a PHP based product to add in a new domain to a server, by just filling out the domain name and putting in the ip, username, and password it will setup the new domain on the server by doing the following: - Adding the...
37.89 KB  
Database Tools  -  World of Warcraft Signature Script 0.87
The main aim of this project World of Warcraft Signature Script is to produce a signature generator using the information given by the stat.xml from WoWemu.
1.26 MB  
Modules  -  Domain Node Options 6.x-1.x-de
This module solves an issue with the Domain module to let domain editors alter the author of a node, without having access to do this on all nodes in the system.
10 KB  
Modules  -  Domain User Edit 6.x-1.x-de
Domain user edit is used to restrict access to edit users to only let users with the 'administer users' permission AND assigned to the same domain, using the Domain module, to edit the user.To by-pass this restriction, you can assign the new...
10 KB  
Modules  -  Domain Access Advanced 6.x-1.0-rc3
This an extension to the Domain Access module which is used to create many domains from a single installation.For what I see as a problem is that the domain module uses the node access api's to determine which nodes are displayed on which site....
10 KB  
Network & Internet  -  UAControl 0.1.2.1
This extension will allow you to control what string is sent as the User-Agent in HTTP header, per each site (domain). Note this cannot control the native User-Agent string used by javascript (e.g. navigator.userAgent). And some sites...
40.96 KB  
Database Tools  -  Cyber MySQL 0.8
This PHP script can be used to perform SQL Update, insert and delete queries from parameters which define the tables, fields and field values. Cyber MySQL is mainly created to execute MySQL queries using lists of arguments.
10 KB  
Communication  -  Principal Component Spectral Analysis 1.0
PCSA is a frequency domain analysis technique that can be used to transform PSDs (as those in a spectrogram) to the form of a two-dimensional histogram with frequency-magnitude bins. PCSA can be used to examine the spectral characteristics of a...
10 KB  
NEW DOWNLOADS IN PROGRAMMING, LIBRARIES
Programming  -  Cedalion for Linux 0.2.6
Cedalion is a programming language that allows its users to add new abstractions and define (and use) internal DSLs. Its innovation is in the fact that it uses projectional editing to allow the new abstractions to have no syntactic limitations.
471.04 KB  
Programming  -  Math::GMPf 0.29
Math::GMPf - perl interface to the GMP library's floating point (mpf) functions.
30.72 KB  
Programming  -  Net::Wire10 1.08
Net::Wire10 is a Pure Perl connector that talks to Sphinx, MySQL and Drizzle servers. Net::Wire10 implements the low-level network protocol, alias the MySQL wire protocol version 10, necessary for talking to one of the aforementioned...
30.72 KB  
Programming  -  logilab-common 0.56.2
a bunch of modules providing low level functionnalities shared among some python projects devel Please note that some of the modules have some extra dependencies. For instance, logilab.common.db will require a db-api 2.0 compliant...
174.08 KB  
Programming  -  OpenSSL for linux 1.0.0a
The OpenSSL Project is a collaborative effort to develop a robust, commercial-grade, full-featured, and Open Source toolkit implementing the Secure Sockets Layer (SSL v2/v3) and Transport Layer Security (TLS v1) protocols as well as a...
3.83 MB  
Libraries  -  wolfSSL 4.0.0
The wolfSSL embedded SSL/TLS library is a lightweight SSL library written in ANSI standard C and targeted for embedded and RTOS environments - primarily because of its small size, speed, and feature set. It is commonly used in standard operating...
3.88 MB  
Libraries  -  EuGTK 4.8.9
Makes it easy to develop good- looking, fast, cross-platform programs that run on Linux, OS X, and Windows. Euphoria is a very fast interpreted/compiled language with straight-forward syntax. EuGTK allows programming in a clean, object-oriented...
10.68 MB  
Libraries  -  Linux User Group Library Manager 1.0
The LUG Library Manager is a project to help Linux User Groups start their own library. A LUG library is helpful to the community at large because it increases access to information, and gives everyone the opportunity to become more knowledgeable.
5.35 KB  
Libraries  -  Module::MakefilePL::Parse 0.12
Module::MakefilePL::Parse is a Perl module to parse required modules from Makefile.PL. SYNOPSIS use Module::MakefilePL::Parse; open $fh, Makefile.PL; $parser = Module::MakefilePL::Parse->new( join("", ) ); $info = $parser->required;...
8.19 KB  
Libraries  -  sqlpp 0.06
sqlpp Perl package is a SQL preprocessor. sqlpp is a conventional cpp-alike preprocessor taught to understand SQL ( PgSQL, in particular) syntax specificities. In addition to the standard #define/#ifdef/#else/#endif cohort, provides also...
10.24 KB