Main > Free Download Search >

Free changed my password software for linux

changed my password

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 5276
ChangePassword 0.9

ChangePassword 0.9


ChangePassword changes passwd, Samba, and Squid passwords. more>>
ChangePassword modifies the passwords of passwd, Samba, and Squid through the Web. All passwords are syncronized and changed in real time through browsers like Mozilla, Netscape, IE, Opera, and others.

<<less
Download (0.21MB)
Added: 2005-04-04 License: GPL (GNU General Public License) Price:
1668 downloads
Unhide Passwords 1.1.3.1

Unhide Passwords 1.1.3.1


Unhide Passwords shows the contents of password fields in cleartext (instead of the asterisks), to make that process a bit easie more>>
If you arent concerned about someone looking over your shoulder and stealing your passwords, why hassle with those obfuscated password fields, where you never know whether you typed your 30 character code correctly or not...

Unhide Passwords shows the contents of password fields in cleartext (instead of the asterisks), to make that process a bit easier.

<<less
Download (0.010MB)
Added: 2007-07-24 License: MPL (Mozilla Public License) Price:
695 downloads
DBIx::Password 1.8

DBIx::Password 1.8


DBIx::Password provides an abstraction layer for password maintenance. more>>
DBIx::Password provides an abstraction layer for password maintenance. It is database independent and only overrides the connect method (so it basically behaves as DBI normally does).

You provide a single virtual user name in the connect method and the module determines which database/which user/which password to provide.
<<less
Download (0.005MB)
Added: 2005-08-24 License: GPL (GNU General Public License) Price:
1522 downloads
Ruby/Password 0.5.3

Ruby/Password 0.5.3


Ruby/Password is a suite of password handling methods for Ruby. more>>
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 encryption of passwords.
CrackLib makes literally hundreds of tests to determine whether youve chosen a bad password.
- It tries to generate words from your username and GECOS entry and tries to match them against the password youve chosen.
- It checks for simplistic patterns.
- It then tries to reverse-engineer your password into a dictionary word, and searches for it in your dictionary.
- after all that, its PROBABLY a safe(-ish) password. 8-)
The target audience for this library is system administrators who need to write Ruby programs that prompt for, generate, verify and encrypt passwords.
<<less
Download (0.031MB)
Added: 2006-03-03 License: GPL (GNU General Public License) Price:
1333 downloads
Kmail password decrypter

Kmail password decrypter


Kmail password decrypter can recover you Kmail password if you lost it. more>>
Kmail password decrypter can recover you Kmail password if you lost it.

Lost your KMail password? Use this tool that I whipped up in a jiffy.

<<less
Download (0.003MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1215 downloads
Gnome Password Generator 1.5

Gnome Password Generator 1.5


Gnome Password Generator is a GUI based secure password generator. more>>
Gnome Password Generator is a GUI based secure password generator. The project allows the user to generate a specified number of random passwords of a specified length. The program requires Python version 2.4 or greater, PyGTK version 2.4 or greater, and Gnome-Python for Gnome 2.

<<less
Download (0.022MB)
Added: 2007-08-13 License: GPL (GNU General Public License) Price:
812 downloads
Universal Password Manager 1.5

Universal Password Manager 1.5


Universal Password Manager is a cross platform password manager. more>>
Universal Password Manager is a cross platform password manager. Over the years Ive used a number of different password managers but I never quite found one that gave me everything I needed. At work I use MS Windows but at home I use a Mac.
What I wanted was a password manager that would run on both platforms and share the same password database. Version 1.0 of UPM satisfies the first of these requirements. Im hoping that another release soon after will fulfil the second.
Main features:
- Small, fast and lean
- Written in Java and utilizing Swing for the GUI
- Windows and Mac OS X native feeling versions available
- Fast Account searching
- Streamlined for those who are more comfortable using the keyboard only
- Uses DES with 56 bit keys to encrypt the database
<<less
Download (0.066MB)
Added: 2007-01-02 License: GPL (GNU General Public License) Price:
605 downloads
Password Save 0.5

Password Save 0.5


Password Save extension brings up a plain text listing of your passwords in a browser window. more>>
Password Save extension brings up a plain text listing of your passwords in a browser window that can be easily copy-pasted or saved to the hard-drive.

Some javascript warning fixes and a bit of debugging code for helping people that the extension doesnt work for (Email me if you get a blank screen and have some free time to help me debug and well solve this problem once and for all)

In Preferences, go to Privacy => Passwords. When you click View Saved Passwords, there will be an added "Dump Passwords" button. Clicking this will pop up a new browser window with the saved passwords which can easily be saved, printed, or copy-pasted into another location.

This extension will only work (as is) on the released 1.5beta1 - 1.5beta2. The intall.rdf can be tweaked to get it to install fine on any recent nightly or the Deer Park Alphas. It -=can not=- be tweaked to work on 1.0. Sorry!

<<less
Download (0.005MB)
Added: 2006-04-09 License: GPL (GNU General Public License) Price:
738 downloads
pam_passwdqc 1.0.2

pam_passwdqc 1.0.2


pam_passwdqc is a simple password strength checking module for PAM-aware password changing programs, such as passwd. more>>
pam_passwdqc is a simple password strength checking module for PAM-aware password changing programs, such as passwd.

In addition to checking regular passwords, it offers support for passphrases and can provide randomly generated ones. All features are optional and can be (re-)configured without rebuilding.

This module should be stacked before your usual password changing module (such as pam_unix or pam_pwdb) in the password management group (the "password" lines in /etc/pam.d/passwd or /etc/pam.conf). The password changing module should then be told to use the provided new authentication token (new password) rather than request it from the user.

Theres usually the "use_authtok" option to do that. If your password changing module lacks the "use_authtok" option or its prompts are inconsistent with pam_passwdqcs, you may tell pam_passwdqc to ask for the old password as well, with "ask_oldauthtok". In that case the option to use with the password changing module is "use_first_pass".

Theres a number of supported options which can be used to modify the behavior of pam_passwdqc (defaults are given in square brackets):

min=N0,N1,N2,N3,N4 [min=disabled,24,12,8,7]

The minimum allowed password lengths for different kinds of passwords and passphrases. The keyword "disabled" can be used to disallow passwords of a given kind regardless of their length. Each subsequent number is required to be no larger than the preceding one.

N0 is used for passwords consisting of characters from one character class only. The character classes are: digits, lower-case letters, upper-case letters, and other characters. There is also a special class for non-ASCII characters which could not be classified, but are assumed to be non-digits.

N1 is used for passwords consisting of characters from two character classes which do not meet the requirements for a passphrase.

N2 is used for passphrases. A passphrase must consist of sufficient words (see the "passphrase" option below).

N3 and N4 are used for passwords consisting of characters from three and four character classes, respectively.

When calculating the number of character classes, upper-case letters used as the first character and digits used as the last character of a password are not counted.

In addition to being sufficiently long, passwords are required to contain enough different characters for the character classes and the minimum length they have been checked against.

max=N [max=40]

The maximum allowed password length. This can be used to prevent users from setting passwords which may be too long for some system services.

The value 8 is treated specially: with max=8, passwords longer than 8 characters will not be rejected, but will be truncated to 8 characters for the strength checks and the user will be warned. This is to be used with the traditional DES-based password hashes, which truncate the password at 8 characters.

It is important that you do set max=8 if you are using the traditional hashes, or some weak passwords will pass the checks.

passphrase=N [passphrase=3]

The number of words required for a passphrase, or 0 to disable the support for user-chosen passphrases.

match=N [match=4]

The length of common substring required to conclude that a password is at least partially based on information found in a character string, or 0 to disable the substring search. Note that the password will not be rejected once a weak substring is found; it will instead be subjected to the usual strength requirements with the weak substring removed.

The substring search is case-insensitive and is able to detect and remove a common substring spelled backwards.

similar=permit|deny [similar=deny]

Whether a new password is allowed to be similar to the old one. The passwords are considered to be similar when there is a sufficiently long common substring and the new password with the substring removed would be weak.

random=N[,only] [random=42]

The size of randomly-generated passphrases in bits (24 to 72), or 0 to disable this feature. Any passphrase that contains the offered randomly-generated string will be allowed regardless of other possible restrictions.

The "only" modifier can be used to disallow user-chosen passwords.

enforce=none|users|everyone [enforce=everyone]

The module can be configured to warn of weak passwords only, but not actually enforce strong passwords. The "users" setting will enforce strong passwords for invocations by non-root users only.

non-unix []

Normally, the module uses getpwnam(3) to obtain the users personal login information and use that during the password strength checks. This behavior can be disabled with the "non-unix" option.

retry=N [retry=3]

The number of times the module will ask for a new password if the user fails to provide a sufficiently strong password and enter it twice the first time.

ask_oldauthtok[=update] []

Ask for the old password as well. Normally, pam_passwdqc leaves this task for subsequent modules. With no argument, the "ask_oldauthtok" option will cause pam_passwdqc to ask for the old password during the preliminary check phase. With "ask_oldauthtok=update", pam_passwdqc will do that during the update phase.

check_oldauthtok []

This tells pam_passwdqc to validate the old password before giving a new password prompt. Normally, this task is left for subsequent modules.

The primary use for this option is when "ask_oldauthtok=update" is also specified, in which case no other module gets a chance to ask for and validate the password. Of course, this will only work with Unix passwords.

use_first_pass []
use_authtok []

Use the new password obtained by modules stacked before pam_passwdqc. This disables user interaction within pam_passwdqc. With this module, the only difference between "use_first_pass" and "use_authtok" is that the former is incompatible with "ask_oldauthtok".
<<less
Download (0.030MB)
Added: 2006-03-15 License: GPL (GNU General Public License) Price:
1318 downloads
Alternate Password Library 1.2.0

Alternate Password Library 1.2.0


Alternate Password Library (libaltpw) adds alternate password support dynamically with LD_PRELOAD. more>>
Alternate Password Library (libaltpw) adds alternate password support dynamically with LD_PRELOAD or by linking the shared library with the executable.
Useful, for example, to make sendmail, procmail, and pop3d use an alternate password if you are an ISP.
Works with any program that uses the getpw* family of functions and the password file is configurable through the environment.
Basically this is just another library, you can link against it and it overrides getpw* to point at an alternate password file specified by the environment variable ALTPASSWD.
So the normal way to use it, in non SUID form, would be:
# export ALTPASSWD=/some/other/passwd.file
# export LD_PRELOAD=/usr/local/lib/libaltpw.so.X
# < some command >
And some command will see the alternate password file. This does not work in an SUID contect because LD_PRELOAD is ignored for SUID binaries. To help determine when things will and will not work like expected, there is the runaltpw command. So the above becomes this:
# runaltpw /some/other/passwd.file < some command > < arg > < arg >
And if it thinks things look OK, i.e. not SUID, passwd exists and everything else, it will exec the command after setting up the environment. If things look strange, if will exit instead.
There are also some README.* files that deal with specific programs I had trouble with, either because they had a strange build process, were SUID by default, or both.
Enhancements:
- Added support for the getgr* group handling functions, and a /etc/group.switch and ALTGROUP in the environment, all similar to how the altpw functions work but for groups, as suggested by Bruce Richardson.
<<less
Download (0.10MB)
Added: 2006-03-24 License: GPL (GNU General Public License) Price:
1309 downloads
Cmos password recovery tools 4.8

Cmos password recovery tools 4.8


Cmos password recovery tools decrypts password stored in cmos used to access BIOS SETUP. more>>
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 1.00.09.AC0 (1994), a486 1.03, 1.04, 1.10 A03, 4.05 rev 1.02.943, 4.06 rev 1.13.1107
- Phoenix 4 release 6 (User)
- Gateway Solo - Phoenix 4.0 release 6
- Toshiba
- Zenith AMI
With CmosPwd, you can also backup, restore and erase/kill cmos.
AWARD 4.50 have a backdoor, a generic password : AWARD_SW SOYO motherboard have "SY_MB" as master password for Award 4.51. CmosPwd give equivalent passwords for Award BIOS, not original one.
CmosPwd works and compiles under:
- Dos-Win9x,
- Windows NT/W2K/XP/2003,
- Linux,
- FreeBSD and NetBSD.
Enhancements:
- This version adds support for the VAIO EEPROM and Samsung P25 CMOS.
<<less
Download (0.034MB)
Added: 2006-03-24 License: GPL (GNU General Public License) Price:
1040 downloads
Magic Password Generator 1.4

Magic Password Generator 1.4


Magic Password Generator is an extension which magically makes custom passwords for each website. more>>
Magic Password Generator is an extension which magically makes custom passwords for each website.

Right click the toolbar, and click customize, to get the button to activate the extension!

<<less
Download (0.026MB)
Added: 2007-07-19 License: MPL (Mozilla Public License) Price:
853 downloads
Starfish Password Manager 0.2

Starfish Password Manager 0.2


Starfish Password Manager project consists of a password manager. more>>
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).
Main features:
- 100% Java©
- Easy to use GUI
- Strong encryption
- Sortable columns, password hiding/unhiding
- Easy copy to clipboard
- All data stored in XML
<<less
Download (0.78MB)
Added: 2007-01-22 License: GPL (GNU General Public License) Price:
1007 downloads
Passwd 3.0

Passwd 3.0


Passwd is the Horde password changing application. more>>
Passwd is the Horde password changing application. While it has been released and is in production use at many sites, it is also under heavy development in an effort to expand and improve the module.
Right now, Passwd provides fairly complete support for changing passwords via Poppassd, LDAP, Unix expect scripts, the Unix smbpasswd command for SMB/CIFS passwords, Kolab, ADSI, Pine, Serv-U FTP, VMailMgr, vpopmail, and SQL passwords.
Passwd is part of a suite of account management modules for Horde consisting of Accounts, Forwards, Passwd, and Vacation.
Collectively these modules now comprise what is known as sork.
Enhancements:
- This version is compatible with Horde 3.
- A new composite driver has been added, as well as Kolab, Pine, proc_open(), Samba, LDAP, and Windows drivers.
- Additional password policy checks have been added.
- TLS and SSL support and support for shadowLastChange and shadowMin attributes have been added to the LDAP driver.
- Bind variables are used now in the SQL drivers.
- The expect script has been extended to allow setups with passwd as the login shell. Catalan, Persian, and Slovak translations have been added.
- The documentation has been updated.
- More configuration options are available.
<<less
Download (0.88MB)
Added: 2005-10-10 License: GPL (GNU General Public License) Price:
1483 downloads
0.2PassGuard Figaros Password Manager plugin

0.2PassGuard Figaros Password Manager plugin


PassGuard Figaros Password Manager plugin provides PassGuard plugin to manage Figaros Password Manager Blowfish encrypted file more>>
PassGuard Figaros Password Manager plugin provides PassGuard plugin to manage Figaros Password Manager Blowfish encrypted file

The PassGuard suite is a set of software that manages passwords encrypted in a file.

Users just have to remember one password, and different encrypted file formats are supported via plugins.

The PassGuard FPM plugin is a plugin that manages Figaros Password Manager files encrypted with the Blowfish algorithm.

<<less
Download (0.29MB)
Added: 2007-02-01 License: GPL (GNU General Public License) Price:
995 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5