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

Maxa Crypt Mobile freeware
Filter: All | Freeware | Demo
 

Maxa Crypt Mobile

< 1 2 3 4 5 > 
Added: July 26, 2010 | Visits: 1.885

Mobile::UserAgent Mobile::UserAgent is a mobile user agent string parsing class. SYNOPSIS ### Print the information parsed from a user-agent string: use Mobile::UserAgent; my $useragent = Nokia6600/1.0 (4.09.1) SymbianOS/7.0s Series60/2.0 Profile/MIDP-2.0 Configuration/CLDC-1.0; my $uaobj = new... Platforms: *nix

License: Freeware Size: 37.89 KB Download (124): Mobile::UserAgent Download

Added: April 27, 2010 | Visits: 1.827

Crypt::OpenPGP Crypt::OpenPGP is a Pure-Perl OpenPGP implementation. SYNOPSIS my $pgp = Crypt::OpenPGP->new; my $result = $pgp->handle( Data => $message_body ); my $signature = $pgp->sign( Filename => $file, KeyID => $key_id, Passphrase => $pass, Detach => 1, Armour => 1, ); my $valid =... Platforms: *nix

License: Freeware Size: 97.28 KB Download (121): Crypt::OpenPGP Download

Added: April 20, 2010 | Visits: 1.075

Crypt::UnixCrypt_XS Crypt::UnixCrypt_XS is a perl xs interface for a portable traditional crypt function. SYNOPSIS use Crypt::UnixCrypt_XS qw/crypt/; my $hashed = crypt( $password, $salt ); use Crypt::UnixCrypt_XS qw/crypt_rounds fold_password base64_to_block block_to_base64 base64_to_int24 int24_to_base64... Platforms: *nix

License: Freeware Size: 27.65 KB Download (120): Crypt::UnixCrypt_XS Download

Released: June 26, 2011  |  Added: July 11, 2011 | Visits: 1.097

dudushare Mobile Video Converter dudushare Mobile Video Converter is a easyt-to-use video converter software. It can convert many video formats, e.g. DivX, XviD, MOV, MPEG-4,MPEG, WMV, H.263,H.264,AVI,WMV,ASF to Mobile video format and Vice Versa. And you can also extract audio from video and transform between... Platforms: Windows, Other

License: Freeware Size: 1.68 MB Download (110): dudushare Mobile Video Converter Download

Added: November 06, 2010 | Visits: 1.744

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: March 20, 2010 | Visits: 1.078

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

Released: March 02, 2012  |  Added: March 14, 2012 | Visits: 1.788

FormMail Mobile FormMail Mobile is a free PHP form processing script. You can create mobile forms for a variety of applications. Visually create mobile forms in minutes. Create Mobile Forms without needing programming knowledge. FormMail Mobile is 100 percent free. Platforms: Windows, Mac, *nix, Pocket PC, DOS, Other,Android,BlackBerry,iPhone,iPod,iTouch,Palm,Not Applicable,Handheld/Mobile Other,Java,Symbian,OpenVMS,Netware

License: Freeware Size: 20 KB Download (103): FormMail Mobile Download

Added: November 14, 2010 | Visits: 1.338

Mobile::Wurfl Mobile::Wurfl is a Perl module interface to WURFL (the Wireless Universal Resource File. SYNOPSIS my $wurfl = Mobile::Wurfl->new( wurfl_home => "/path/to/wurfl/home", db_descriptor => "DBI:mysql:database=wurfl:host=localhost", db_username => wurfl, db_password => wurfl, wurfl_url =>... Platforms: *nix

License: Freeware Size: 102.4 KB Download (101): Mobile::Wurfl Download

Added: April 15, 2010 | Visits: 1.197

Implementing Mobile Calculi Implementing Mobile Calculi provides a Java framework for distributed applications and code mobility. IMC (Implementing Mobile Calculi) is a Java framework for implementing distributed applications possibly with code mobility. The name is due to the fact that this framework was originally... Platforms: *nix

License: Freeware Size: 1.8 MB Download (99): Implementing Mobile Calculi Download

Added: November 10, 2010 | Visits: 1.338

Module::Crypt Module::Crypt is a Perl module to encrypt your Perl code and compile it into XS. SYNOPSIS use Module::Crypt; #Êfor a single file: CryptModule( file => Bar.pm, install_base => /path/to/my/lib ); # for multiple files: CryptModule( files => [Foo.pm, Bar.pm], install_base =>... Platforms: *nix

License: Freeware Size: 7.17 KB Download (97): Module::Crypt Download

Added: January 26, 2010 | Visits: 827

Crypt::Util Crypt::Util is a lightweight Crypt/Digest convenience API. SYNOPSIS use Crypto::Util; # also has a Sub::Exporter to return functions wrapping a default instance my $util = Crypto::Util->new; $util->default_key("my secret"); # MAC or cipher+digest based tamper resistent encapsulation #... Platforms: *nix

License: Freeware Size: 36.86 KB Download (97): Crypt::Util Download

Added: November 05, 2010 | Visits: 1.132

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 (96): Crypt::UnixCrypt Download

Added: January 01, 2010 | Visits: 1.247

Crypt::DH Crypt::DH is a Diffie-Hellman key exchange system. SYNOPSIS use Crypt::DH; my $dh = Crypt::DH->new; $dh->g($g); $dh->p($p); ## Generate public and private keys. $dh->generate_keys; $my_pub_key = $dh->pub_key; ## Send $my_pub_key to "other" party, and receive "other" ## public key... Platforms: *nix

License: Freeware Size: 18.43 KB Download (94): Crypt::DH Download

Released: August 19, 2012  |  Added: August 19, 2012 | Visits: 596

Opera Mobile Fulfilling our vision of providing the best Internet experience on any device, Opera Mobile gives you a fast and full Web experience for Nokia smartphones. And, it is free. Intuitive interface Opera Mobile boasts a powerful new user interface. Merging the best from our desktop browser with... Platforms: Windows, Pocket PC, Symbian, Handheld/Mobile Other

License: Freeware Size: 1024 KB Download (92): Opera Mobile Download

Released: November 22, 2012  |  Added: November 22, 2012 | Visits: 1.037

Mobile Number Tracer Mobile Number Tracer traces the information about any mobile number code like Service Provider, State, or Reference City. It is useful for tracing out from where a user got a missed call. Mobile Number Tracer is valid for India only. It also includes, STD Code Finder Country Code Finder Search... Platforms: Handheld/Mobile Other, Java, Other

License: Freeware Download (87): Mobile Number Tracer Download

Released: July 04, 2012  |  Added: July 04, 2012 | Visits: 943

Mobile FTP Client Mobile FTP Client is FTP client for windows mobile 5/6 or above that allows users to download or upload files to a FTP server. FeaturesSupport for download and upload ( Including multi files at once ) Stores traffic data on a pr site basis. Support both passive and active connections Site manager... Platforms: Windows, Pocket PC

License: Freeware Size: 143.36 KB Download (81): Mobile FTP Client Download

Released: July 13, 2012  |  Added: July 13, 2012 | Visits: 809

Nimbuzz Mobile Nimbuzz Mobile lets you call, chat, message, and send files on the go, for free. It combines all your buddies from Skype, MSN, Yahoo, ICQ, AIM, Google Talk and more. One login, one contact list, all accounts. See whoás online and where, call/group-call, chat/chatrooms, offline messaging, send... Platforms: Windows, Symbian, Java, Handheld/Mobile Other

License: Freeware Size: 1024 KB Download (79): Nimbuzz Mobile Download

Released: February 14, 2017  |  Added: March 08, 2017 | Visits: 1.310

SoftPerfect Mobile Broadband Toolkit SoftPerfect Mobile Broadband Toolkit is a multipurpose tool that works with a built-in or USB-connected 3G/4G modem in your computer. With this software you no longer need to worry about the annoying and disruptive network disconnections. You can stay connected all the time, without... Platforms: Windows 8, Windows 7, Windows

License: Freeware Size: 2.55 MB Download (78): SoftPerfect Mobile Broadband Toolkit Download

Released: September 22, 2012  |  Added: September 22, 2012 | Visits: 1.048

Windows Mobile SMS Sync Windows Mobile SMS Sync fills the void left by ActiveSync for backing up and restoring your increasingly vital text message communications. With the increasing popularity of text messaging, it has become critical for both business and personal mobile users to have the ability to safeguard... Platforms: All

License: Freeware Size: 40.96 KB Download (75): Windows Mobile SMS Sync Download

Released: September 01, 2012  |  Added: September 01, 2012 | Visits: 1.274

WinWAP for Windows Mobile Professional WinWAP for Windows Mobile Proffessional let's you use WAP and WEB services on your touch screen devices. The browser provides the functionality for downloading ringtones and other content from your telecom carrier that require WAP capabilities from the device. OEM Builds available separately.... Platforms: Windows

License: Freeware Size: 1.16 MB Download (74): WinWAP for Windows Mobile Professional Download

< 1 2 3 4 5 >