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

Freeware Mac Crypt
Filter: All | Freeware | Demo
 

Freeware Mac Crypt

< 1 2 3 4 5 > 
Added: March 03, 2010 | Visits: 1.665

Mac::Errors Mac::Errors is a Perl module with constants for Mac error codes. SYNOPSIS use Mac::Errors qw(openErr); if( $value == openErr ) { ... } my $error = $MacErrors{ $symbol }; # -- OR -- my $error = $MacErrors{ $number }; my $symbol = $error->symbol; my $number = $error->number; my $desc =...



Platforms: *nix

License: Freeware Size: 54.27 KB Download (98): Mac::Errors Download

Added: November 06, 2010 | Visits: 1.184

Mac::PropertyList Mac::PropertyList is a Perl module to work with Mac plists at a low level. SYNOPSIS use Mac::PropertyList; my $data = parse_plist( $text ); # == OR == my $data = parse_plist_file( $filename ); # == OR == open my( $fh ), $filename or die "..."; my $data = parse_plist_fh( $fh ); my...





Platforms: *nix

License: Freeware Size: 17.41 KB Download (126): Mac::PropertyList Download

Added: July 07, 2010 | Visits: 1.174

AudioCD::Mac AudioCD::Mac is a MacPerl extension for controlling Audio CDs. SYNOPSIS #!perl -w use AudioCD; use strict; my $cd = new AudioCD; $cd->volume(255); $cd->play(2); print "Now playingn" if $cd->status == CD_PLAY; printf "Volume is %dn", $cd->volume; sleep(5); $cd->pause; print "Now...


Platforms: *nix

License: Freeware Size: 14.34 KB Download (91): AudioCD::Mac Download

Added: April 15, 2010 | Visits: 1.276

Mac::Apps::Seasonality::LoadICAOHistory Mac::Apps::Seasonality::LoadICAOHistory is a Perl module to load data into an SQLite2 database with the Seasonality weather.db schema. SYNOPSIS use English qw{ -no_match_vars }; use DBI; use Mac::Apps::Seasonality::LoadICAOHistory qw{ :conversion &clean_icao_history_set...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (98): Mac::Apps::Seasonality::LoadICAOHistory Download

Added: July 12, 2010 | Visits: 1.274

Mac::Apps::Seasonality::Constants Mac::Apps::Seasonality::Constants is a Perl module for static definitions of aspects of Seasonality. SYNOPSIS use Mac::Apps::Seasonality::Constants qw{ $SEASONALITY_NAME $SEASONALITY_CREATOR $SEASONALITY_HISTORY_DATABASE_PATH }; use Mac::Apps::Seasonality::Constants qw{...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Mac::Apps::Seasonality::Constants Download

Added: October 14, 2010 | Visits: 1.100

Crypt::Enigma Crypt::Enigma is a Perl extension for emulating a World War II Enigma. SYNOPSIS use Crypt::Enigma; my($enigma) = Crypt::Enigma->new(); # Set the enigma to the proper rotor, ring, and initial setting. $enigma->setup("312", "ABC", "ERZ"); # Plugboard a to b, and b to a....


Platforms: *nix

License: Freeware Size: 6.14 KB Download (151): Crypt::Enigma Download

Added: March 07, 2010 | Visits: 1.817

Mac-on-Linux Mac-on-Linux (MOL) is a virtual machine which runs Mac OS (inlucluding Mac OS X) on top of Linux/ppc.. Mac-on-Linux is a Linux/PPC program that virtualises MacOS or MacOSX in Linux.


Platforms: *nix

License: Freeware Download (173): Mac-on-Linux Download

Added: March 20, 2010 | Visits: 1.072

Crypt::SSLeay Crypt::SSLeay is a Perl module for OpenSSL glue that provides LWP https support. SYNOPSIS lwp-request https://www.nodeworks.com use LWP::UserAgent; my $ua = new LWP::UserAgent; my $req = new HTTP::Request(GET, https://www.nodeworks.com); my $res = $ua->request($req); print...


Platforms: *nix

License: Freeware Download (106): Crypt::SSLeay Download

Added: April 07, 2010 | Visits: 2.351

Mac::EyeTV Mac::EyeTV is a interface to the Elgato EyeTV Digital Video Recorder. SYNOPSIS use Mac::EyeTV; my $eyetv = Mac::EyeTV->new(); # See Mac::EyeTV::Channel foreach my $channel ($eyetv->channels) { my $name = $channel->name; my $number = $channel->number; print "$number $namen"; } # See...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (179): Mac::EyeTV Download

Added: November 05, 2010 | Visits: 1.127

Crypt::UnixCrypt Crypt::UnixCrypt is a perl-only implementation of the crypt function. SYNOPSIS use Crypt::UnixCrypt; $hashed = crypt($plaintext,$salt); # always use this modules crypt BEGIN { $Crypt::UnixCrpyt::OVERRIDE_BUILTIN = 1 } use Crypt::UnixCrypt; This module is for all those poor souls whose...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (91): Crypt::UnixCrypt Download

Added: September 15, 2010 | Visits: 1.243

Floola Floola is a freeware application to efficiently manage your iPod or your Motorola mobile phone (any model supporting iTunes) under Linux, Mac OS X and Windows. Floola can be run directly from your iPod and needs no installation. Take a look at the feature list to find out what it can do and...


Platforms: *nix

License: Freeware Size: 4.5 MB Download (186): Floola Download

Added: August 05, 2010 | Visits: 1.574

Crypt::ECDSA::Curve Crypt::ECDSA::Curve is a base class for ECC curves. These are for use with Crypt::ECDSA, a Math::GMPz based cryptography module. METHODS new Constructor. Takes the following named pair arguments: standard => standard-curve-name Used for named standard curves such as the NIST standard...


Platforms: *nix

License: Freeware Size: 143.36 KB Download (193): Crypt::ECDSA::Curve Download

Added: November 06, 2010 | Visits: 1.734

Crypt::OpenSSL::SMIME Crypt::OpenSSL::SMIME is a Perl module for signing and encrypting messages with S/MIME standard using OpenSSL libraries. SYNOPSIS use Crypt::OpenSSL::SMIME; $smime = new Crypt::OpenSSL::SMIME({ signer_from => sender@test.com, signer_cert => sender.crt, signer_key => sender.key,...


Platforms: *nix

License: Freeware Size: 25.6 KB Download (107): Crypt::OpenSSL::SMIME Download

Added: January 25, 2010 | Visits: 1.578

Mac mini 8 icons of the Mac mini in the Tiger's familly colors.


Platforms: Mac

License: Freeware Size: 204 KB Download (246): Mac mini Download

Released: June 30, 2015  |  Added: August 03, 2015 | Visits: 3.176

WinX DVD Ripper Mac Free WinX DVD Ripper Mac Free helps you rip DVD on Mac OS to MP4, H.264, MPEG, FLV, iTunes and MP3. It's the best free DVD ripping software for Mac OS X Yosemite/Mavericks, etc. How to rip copy protected DVD on Mac? This app lets you rip DVD fast. Step 1. Import DVD Movie from Mac to this free...


Platforms: Mac, Other

License: Freeware Size: 36.29 MB Download (230): WinX DVD Ripper Mac Free Download

Released: September 23, 2011  |  Added: October 09, 2011 | Visits: 3.947

Flickr Gallery for Mac OS It's no secret that adding photos to your blog posts is one of the most effective ways to enhance your blog and attract attention to your writing. Flickr has millions of photos available in its database. FREE Mac tool called Flickr Gallery allows you to create a custom image gallery with a cool...


Platforms: Mac

License: Freeware Size: 34.56 MB Download (508): Flickr Gallery for Mac OS Download

Released: September 07, 2011  |  Added: December 29, 2012 | Visits: 2.699

Visual LightBox Mac VisualLightBox is a free wizard program that helps you easily generate web photo galleries on Mac OS with a nice Lightbox-style overlay effect, in a few clicks without writing a single line of code. Just upload files generated by the photo album builder to your server and it will run immediately,...


Platforms: Mac

License: Freeware Size: 34.56 MB Download (303): Visual LightBox Mac Download

Released: February 20, 2013  |  Added: March 14, 2013 | Visits: 2.046

CSS3 Menu MAC Create CSS menu on MAC OS absolutely FREE! Using this FREE CSS3 Menu you can create great looking buttons using just CSS3 in a few clicks on your MAC. Creating a nice looking menu no longer needs all the code and time it use to, thanks to CSS3. Many of us are still reluctant to start using CSS3...


Platforms: Mac

License: Freeware Size: 41.08 MB Download (128): CSS3 Menu MAC Download

Released: September 10, 2010  |  Added: September 27, 2010 | Visits: 1.462

GoodSync for Mac GoodSync for Mac is an easy and reliable file backup and file synchronization software. It automatically analyzes, synchronizes, and backs up your emails, precious family photos, contacts, MP3s, financial documents, iTunes, and other important files locally - between desktops, laptops, servers,...


Platforms: Mac, *nix

License: Freeware Size: 7.52 MB Download (168): GoodSync for Mac Download

Released: May 12, 2019  |  Added: December 01, 2022 | Visits: 4.107

Wake-On-LAN Sender Wake-On-LAN Sender can be used to turn on remote computers sending magic packets (UDP). This freeware utility supports SecureOn password and allows to identify MAC addresses of LAN computers. It can run hidden with command line parameters: WakeOnLan.exe /ComputerName, if the ComputerName entry is...


Platforms: Windows, Windows 7, Windows Server

License: Freeware Size: 1.36 MB Download (1069): Wake-On-LAN Sender Download

< 1 2 3 4 5 >