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.480.052 Times

Message Authentication freeware
Filter: All | Freeware | Demo
 

Message Authentication

< 1 2 3 4 5 > 
Added: April 08, 2010 | Visits: 1.158

Catalyst::Plugin::Authentication::Credential::BBAuth Catalyst::Plugin::Authentication::Credential::BBAuth is a Yahoo! Browser-Based Authentication for Catalyst. SYNOPSIS use Catalyst qw( Authentication Authentication::Credential::BBAuth Session Session::Store::FastMmap Session::State::Cookie ); MyApp->config( authentication => {... Platforms: *nix

License: Freeware Size: 3.07 KB Download (105): Catalyst::Plugin::Authentication::Credential::BBAuth Download

Added: July 03, 2010 | Visits: 1.017

Gtk2::Ex::Dialogs::Message Gtk2::Ex::Dialogs::Message provides a simple message dialog. SYNOPSIS use Gtk2::Ex::Dialogs::Message ( destroy_with_parent => TRUE, modal => TRUE, no_separator => FALSE ); # do some stuff like creating your apps main $window then, # to ensure that all messages use the right parent, set... Platforms: *nix

License: Freeware Size: 20.48 KB Download (97): Gtk2::Ex::Dialogs::Message Download

Added: March 27, 2010 | Visits: 1.508

THCNET Message System THCNET Message System project is a customizable PHP-enabled Web application which provides a moderated message system using a backend MySQL database. Installation download and install MySQL. download and install apache with mod_rewrite and php4 or php5 compiled with the pspell libraries.... Platforms: *nix

License: Freeware Size: 378.88 KB Download (97): THCNET Message System Download

Added: March 25, 2010 | Visits: 1.287

Mail::Message::Head::Complete Mail::Message::Head::Complete is a Perl module with the header of one message. INHERITANCE Mail::Message::Head::Complete is a Mail::Message::Head is a Mail::Reporter Mail::Message::Head::Complete is extended by Mail::Message::Head::Partial Mail::Message::Replace::MailHeader... Platforms: *nix

License: Freeware Size: 583.68 KB Download (102): Mail::Message::Head::Complete Download

Added: January 08, 2010 | Visits: 1.126

Mail::Message::Head::SpamGroup Mail::Message::Head::SpamGroup is a Perl module which contains spam fighting related header fields. INHERITANCE Mail::Message::Head::SpamGroup is a Mail::Message::Head::FieldGroup is a Mail::Reporter SYNOPSIS my $sg = Mail::Message::Head::SpamGroup->new(head => $head, ...);... Platforms: *nix

License: Freeware Size: 583.68 KB Download (99): Mail::Message::Head::SpamGroup Download

Added: April 25, 2010 | Visits: 1.137

Mail::Message::Head::FieldGroup Mail::Message::Head::FieldGroup is a Perl module with a sub set of fields in a header. INHERITANCE Mail::Message::Head::FieldGroup is a Mail::Reporter Mail::Message::Head::FieldGroup is extended by Mail::Message::Head::ListGroup Mail::Message::Head::ResentGroup... Platforms: *nix

License: Freeware Size: 583.68 KB Download (97): Mail::Message::Head::FieldGroup Download

Added: August 02, 2010 | Visits: 1.119

Debug::Message Debug::Message is a Perl module that eases the use of debug print with level, indentation and color. SYNOPSIS use Debug::Message; use Log::Dispatch; use Log::Dispatch::Screen; my $dispatcher = Log::Dispatch->new; $dispatcher->add( Log::Dispatch::Screen->new( name => screen, min_level =>... Platforms: *nix

License: Freeware Size: 4.1 KB Download (88): Debug::Message Download

Added: June 02, 2010 | Visits: 1.618

Directory Server NT Authentication Module Directory Server NT Authentication Module provides a plugin allowing LDAP authentication via an NT domain account. The Directory Server NT Authentication Module project is made of two parts: The first is a simple daemon which takes an NT users domain credentials (including password) and... Platforms: *nix

License: Freeware Size: 1.7 MB Download (97): Directory Server NT Authentication Module Download

Added: January 05, 2010 | Visits: 936

Message::Style Message::Style is a Perl module to perform stylistic analysis of messages. SYNOPSIS use Message::Style; my $score=Message::Style::score(@article); # or my $score=Message::Style::score(@article); This Perl library does an analysis of a RFC2822 format message (typically email messages or... Platforms: *nix

License: Freeware Size: 5.12 KB Download (90): Message::Style Download

Released: September 21, 2012  |  Added: September 21, 2012 | Visits: 1.124

Wily::Message Wily::Message is a Perl extension to handle Wily Messages. SYNOPSIS use Wily::Message; use Wily::Connect; # opens a file in wily and exits when the window is destroyed my $win_id; my $ws = Wily::Connect::connect(); my $wm = Wily::Message->new(Wily::Message::WMnew, 0, 0, 0, 1,... Platforms: *nix

License: Freeware Size: 21.5 KB Download (92): Wily::Message Download

Added: January 04, 2010 | Visits: 926

Courier Authentication Library Courier Authentication Library is an API toolkit for implementing password validation and account metadata lookups. Copies of this library code used to exist in other tarballs: Courier, Courier-IMAP, and SqWebMail. Building and installing any of these packages wouldve automatically installed this... Platforms: *nix

License: Freeware Size: 6.3 MB Download (95): Courier Authentication Library Download

Added: November 25, 2010 | Visits: 1.369

CGI::Application::Plugin::Authentication::Driver::Generic CGI::Application::Plugin::Authentication::Driver::Generic is a Generic Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [ Generic, { user1 => 123, user2 => 123 } ], ); This Driver offers... Platforms: *nix

License: Freeware Size: 48.13 KB Download (216): CGI::Application::Plugin::Authentication::Driver::Generic Download

Added: June 26, 2010 | Visits: 1.268

CGI::Application::Plugin::Authentication::Driver::DBI CGI::Application::Plugin::Authentication::Driver::DBI is a DBI Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [ DBI, DBH => $self->dbh, TABLE => user, CONSTRAINTS => { user.name =>... Platforms: *nix

License: Freeware Size: 48.13 KB Download (94): CGI::Application::Plugin::Authentication::Driver::DBI Download

Added: February 21, 2010 | Visits: 1.358

CGI::Application::Plugin::Authentication::Driver::Dummy CGI::Application::Plugin::Authentication::Driver::Dummy is a dummy authentication driver which lets anyone authenticate regardless of the password they provide SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER =>... Platforms: *nix

License: Freeware Size: 48.13 KB Download (109): CGI::Application::Plugin::Authentication::Driver::Dummy Download

Added: April 18, 2010 | Visits: 1.316

CGI::Application::Plugin::Authentication::Driver::HTPasswd CGI::Application::Plugin::Authentication::Driver::HTPasswd is a Perl module with HTPasswd Authentication driver. SYNOPSIS use base qw(CGI::Application); use CGI::Application::Plugin::Authentication; __PACKAGE__->authen->config( DRIVER => [HTPasswd, /etc/apache/htpasswd,... Platforms: *nix

License: Freeware Size: 48.13 KB Download (112): CGI::Application::Plugin::Authentication::Driver::HTPasswd Download

Released: March 21, 2012  |  Added: April 01, 2012 | Visits: 1.253

SD Free Hide Message The Hide Message is easy-to-use, reliable and powerful tool for protecting important information that you don't want others to see.With Hide Message you can encrypt and hide your text message into image without any changes in its resolution or size.You can view the modified image with any... Platforms: Windows

License: Freeware Size: 4.95 MB Download (86): SD Free Hide Message Download

Released: November 09, 2012  |  Added: November 09, 2012 | Visits: 469

Message for Mac OS Inspired by the eponymous screen saver from BeOS, Message fills your screen with text in a variety of randomly (yet carefully!) chosen color/font configurations. The source of the text is up to you. Message can display the output of any Terminal program (like 'fortune', the BSD fortune-cookie... Platforms: Mac

License: Freeware Size: 358.4 KB Download (50): Message for Mac OS Download

Released: July 22, 2012  |  Added: July 22, 2012 | Visits: 613

Outlook 2007 Message Sensitivity Plugin Message Sensitivity is a plugin for Microsoft Outlook 2003-2007 that allows changing sensitivity of messages with just one click. With this plugin now you can mark your e-mail messages as confidential very fast and simple. What this plugin do? It adds a button to ribbon menu bar that allows... Platforms: Windows, XP, 2003, Windows Vista, XPX64, 7, 7x64

License: Freeware Download (53): Outlook 2007 Message Sensitivity Plugin Download

Released: July 22, 2012  |  Added: July 22, 2012 | Visits: 658

Message from Our Mother The Earth Message from Our Mother The Earth is a small, animated screensaver specially designed to bring some spirituality to your desktop. I don't want to see the end of the world. I want to see that you help me to preserve this beautiful planet. The future is in our hands, so you make it beautiful or... Platforms: Windows

License: Freeware Download (46): Message from Our Mother The Earth Download

Released: November 24, 2012  |  Added: November 24, 2012 | Visits: 562

Message Lock Decryptor Message Lock Decryptor is a small and very easy to use application that allows you to open files that have been encrypted by MessageLock. These files have .ML256 as their file extension, and are protected by 256-bit AES encryption. Message Lock Decryptor can only decrypt .ml256 files, and it... Platforms: Windows, XP, Windows Vista, 7

License: Freeware Download (429): Message Lock Decryptor Download

< 1 2 3 4 5 >