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

Pdl Password freeware
Filter: All | Freeware | Demo
 

Pdl Password

< 1 2 3 4 5 > 
Added: January 20, 2010 | Visits: 1.198

PDL::MatrixOps PDL::MatrixOps Perl module contains some useful Matrix operations. SYNOPSIS $inv = $a->inv; $det = $a->det; ($lu,$perm,$par) = $a->lu_decomp; $x = lu_backsub($lu,$perm,$b); # solve $a x $x = $b PDL::MatrixOps is PDLs built-in matrix manipulation code. It contains utilities for many...



Platforms: *nix

License: Freeware Size: 2.1 MB Download (107): PDL::MatrixOps Download

Added: November 23, 2010 | Visits: 1.482

Starfish Password Manager Starfish Password Manager project consists of a password manager. Starfish is a simple password manager. It stores all of its data in XML, and uses strong encryption (MD5 with DES)..





Platforms: *nix

License: Freeware Size: 798.72 KB Download (116): Starfish Password Manager Download

Added: May 04, 2010 | Visits: 1.256

PDL::Graphics::LUT PDL::Graphics::LUT is a Perl module that provides access to a number of look-up tables. SYNOPSIS use PDL::Graphics::PGPLOT; use PDL::Graphics::LUT; # what tables are available my @tables = lut_names(); # get the reversed colour table smooth, # with the gamma intensity ramp my ( $l,...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (98): PDL::Graphics::LUT Download

Added: June 02, 2010 | Visits: 1.059

PDL::Bad PDL::Bad - PDL does not process bad values. PDL has been compiled with WITH_BADVAL either 0 or undef, so it does not contain any bad-value support code. Actually, a number of methods are defined, but they are only placeholders to make writing other code, that has to handle WITH_BADVAL being...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (101): PDL::Bad Download

Added: May 15, 2010 | Visits: 1.194

Password Gorilla Password Gorilla is a password manager that stores your login information, sorted by groups, in a blowfish-encrypted file, protected by a master password. Many internet services require you to "log in." You choose a user name and a password, in combination called a "login," that authenticate...


Platforms: *nix

License: Freeware Size: 184.32 KB Download (106): Password Gorilla Download

Added: March 10, 2010 | Visits: 1.488

Password Safe SWT Password Safe SWT is Java-based Password Safe version. Password Safe is a password database utility. Users can keep their passwords securely encrypted on their computers. A single Safe Combination unlocks them all. Originally created by Bruce Schneiers Counterpane Labs, Password Safe has opened...


Platforms: *nix

License: Freeware Size: 4.4 MB Download (133): Password Safe SWT Download

Added: January 05, 2010 | Visits: 4.470

Cmos password recovery tools Cmos password recovery tools decrypts password stored in cmos used to access BIOS SETUP. Works with the following BIOSes: - ACER/IBM BIOS - AMI BIOS - AMI WinBIOS 2.5 - Award 4.5x/4.6x/6.0 - Compaq (1992) - Compaq (New version) - IBM (PS/2, Activa, Thinkpad) - Packard Bell - Phoenix...


Platforms: *nix

License: Freeware Size: 34.82 KB Download (1337): Cmos password recovery tools Download

Added: August 03, 2010 | Visits: 1.246

PDL::Graphics::AquaTerm PDL::Graphics::AquaTerm is a Perl module that provides access to the AquaTerm Mac OS-X graphics terminal. SYNOPSIS # example 1 use PDL; use PDL::Graphics::LUT; use PDL::Graphics::AquaTerm; my $x_size = 255; my $y_size = 255; aquaOpen({SIZE_X => $x_size, SIZE_Y => $y_size});...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (93): PDL::Graphics::AquaTerm Download

Added: June 07, 2010 | Visits: 1.072

PDL::Graphics::X PDL::Graphics::X is a PDL OO access to X windows. SYNOPSIS # example 1 use PDL; use PDL::Graphics::X; my $x_size = 255; my $y_size = 255; my $win1 = PDL::Graphics::X->new({SIZE_X => $x_size, SIZE_Y => $y_size}); my $a = xvals(zeroes(byte,$x_size,$y_size)); $win1->imag($a); # example...


Platforms: *nix

License: Freeware Size: 10.24 KB Download (106): PDL::Graphics::X Download

Added: January 25, 2010 | Visits: 1.005

Ruby/Password Ruby/Password is a suite of password handling methods for Ruby. It supports the manual entry of passwords from the keyboard in both buffered and unbuffered modes, random password generation, password strength checking, phonemic password generation (for easy memorisation by human-beings) and the...


Platforms: *nix

License: Freeware Size: 31.74 KB Download (102): Ruby/Password Download

Added: September 24, 2010 | Visits: 929

PDL::Fit::Levmar PDL::Fit::Levmar is a Perl module with Levenberg-Marquardt fit/optimization routines. Levenberg-Marquardt routines for least-squares fit to functions non-linear in fit parameters. This module provides a PDL ( PDL::PDL ) interface to the non-linear fitting library levmar (written in C). Levmar...


Platforms: *nix

License: Freeware Size: 122.88 KB Download (104): PDL::Fit::Levmar Download

Added: April 03, 2010 | Visits: 1.418

PDL::Graphics::PGPLOT::Window PDL::Graphics::PGPLOT::Window is a OO interface to PGPLOT windows. SYNOPSIS perldl> use PDL::Graphics::PGPLOT::Window perldl> $win = PDL::Graphics::PGPLOT::Window->new(Device => /xs); perldl> $a = pdl [1..100] perldl> $b = sqrt($a) perldl> $win->line($b) perldl> $win->hold() perldl> $c...


Platforms: *nix

License: Freeware Size: 1.1 MB Download (106): PDL::Graphics::PGPLOT::Window Download

Added: June 10, 2010 | Visits: 816

PDL::Image2D PDL::Image2D is a Perl module that contains miscellaneous 2D image processing functions. For large kernels, using a FFT routine, such as fftconvolve() in PDL::FFT, will be quicker. $new = conv2d $old, $kernel, {OPTIONS} $smoothed = conv2d $image, ones(3,3), {Boundary => Reflect} Boundary -...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (94): PDL::Image2D Download

Added: March 05, 2010 | Visits: 796

PDL::IO::FITS PDL::IO::FITS Perl module offers a simple FITS support for PDL. SYNOPSIS use PDL; use PDL::IO::FITS; $a = rfits(foo.fits); # read a FITS file $a->wfits(bar.fits); # write a FITS file This module provides basic FITS support for PDL, in the sense of reading and writing whole FITS files....


Platforms: *nix

License: Freeware Size: 2.1 MB Download (93): PDL::IO::FITS Download

Added: March 12, 2010 | Visits: 538

PDL::Impatient PDL::Impatient is a PDL for the impatient. SYNOPSIS A brief summary of the main PDL features and how to use them. Perl is an extremely good and versatile scripting language, well suited to beginners and allows rapid prototyping. However until recently it did not support data structures...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (99): PDL::Impatient Download

Added: October 12, 2010 | Visits: 1.396

Data::Password::Manager Data::Password::Manager is a Perl module to generate, check, manage crypt - des passwords. SYNOPSIS use Data::Password::Manager qw( pw_gen pw_valid pw_obscure pw_clean pw_get ); $password = pw_gen($cleartext); $ok = pw_valid($cleartxt,$password); $clean_text = pw_clean($dirty_text);...


Platforms: *nix

License: Freeware Size: 13.31 KB Download (99): Data::Password::Manager Download

Added: July 09, 2010 | Visits: 1.634

Oracle Password Repository 1.1.9 Oracle Password Repository is a Unix-based secure tool for storage & retrieval of Oracle database passwords. By replacing hardcoded passwords in scripts with a call to OPR, it helps to keep your Oracle environment secure and easier to maintain. Whats New in This Release: - The INSTALL file...


Platforms: *nix

License: Freeware Size: 645.12 KB Download (106): Oracle Password Repository 1.1.9 Download

Added: May 07, 2010 | Visits: 11.572

Password List Generator Password List Generator is a good tool to create passwords list with makepasswd and save to file.. Password List Generator KDE-Apps.org Community Portal for KDE Applications Software Office Multimedia Graphic Network Printing Education Games Development Administration Scientific Security...


Platforms: *nix

License: Freeware Size: 32.77 KB Download (330): Password List Generator Download

Added: August 17, 2010 | Visits: 1.122

PDL::FFTW PDL::FFTW is a PDL interface to the Fastest Fourier Transform in the West v2.x. This is a means to interface PDL with the FFTW library. Its similar to the standard FFT routine but its usually faster and has support for real transforms. It works well for the types of PDLs for which was the...


Platforms: *nix

License: Freeware Size: 2.1 MB Download (149): PDL::FFTW Download

Added: July 19, 2010 | Visits: 1.064

Password Hasher Password Hasher enables a good security practice. What good security practice demands: * Strong passwords that are hard to guess. * Different passwords at each site. * Periodically changing existing passwords. Why you probably arent practicing good security: * Strong passwords are...


Platforms: *nix

License: Freeware Size: 59.39 KB Download (100): Password Hasher Download

< 1 2 3 4 5 >