Main > Free Download Search >

Free password gorilla 1.4 software for linux

password gorilla 1.4

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1717
Password Gorilla 1.4

Password Gorilla 1.4


Password Gorilla is a password manager that stores your login information. more>> <<less
Download (0.18MB)
Added: 2006-07-06 License: GPL (GNU General Public License) Price:
1207 downloads
Password Generator 1.1

Password Generator 1.1


Simply program to generate password with more options. Program will help you with select password for your account. This password generator is safety ... more>> <<less
Download (67KB)
Added: 2009-04-17 License: Freeware Price: Free
236 downloads
Password Hasher 1.0.4

Password Hasher 1.0.4


Password Hasher enables a good security practice. more>>
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 difficult to remember.
- Juggling a multitude of passwords is a pain.
- Updating passwords compounds the memorization problem.
Main features:
- Automatically generates strong passwords.
- One master key produces different passwords at many sites.
- Quickly upgrade passwords by "bumping" the site tag.
- Upgrade a master key without updating all sites at once.
- Supports different length passwords.
- Supports special requirements, such as digits and punctuation.
- Supports restricting a hash word to not use special characters. (New!)
- Saves all data to the browsers secure password database.
- Generates a portable HTML page with your site tags and option settings that allows you to generate your hash words in any browser on any machine without the extension installed. (New!)
- Can add marker buttons to unmask passwords on any web site. (New!)
- Extremely simple to use!
<<less
Download (0.058MB)
Added: 2007-04-07 License: MPL (Mozilla Public License) Price:
1028 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
Password Creator 1.1.2

Password Creator 1.1.2


Password Creator is a great tool to generate passwords with criteria like uppercase letters, numbers or even specified character more>>
Password Creator is a great tool to generate passwords with criteria like uppercase letters, numbers or even specified characters.
It has virtually no limitation on the pasword length and the password quantity or the characters to use.
Enhancements:
- Fixed the excellent rating bug when one character length.
- Fixed pronoucable passwords to not start with two vowels.
<<less
Download (0.075MB)
Added: 2005-06-08 License: GPL (GNU General Public License) Price:
905 downloads
Password Finder 1.1

Password Finder 1.1


Password Finder provides a function for finding passwords. more>>
Password Finder provides a function for finding passwords.

Adds a find function to password manager

<<less
Download (0.004MB)
Added: 2007-04-07 License: MPL (Mozilla Public License) Price:
1282 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
Password List Generator 1.0

Password List Generator 1.0


Password List Generator is a good tool to create passwords list with makepasswd and save to file. more>>
Password List Generator is a good tool to create passwords list with makepasswd and save to file.

<<less
Download (0.032MB)
Added: 2006-03-21 License: GPL (GNU General Public License) Price:
1477 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
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
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
LastPass Password Manager (beta) 1.36

LastPass Password Manager (beta) 1.36


LastPass is the last password you will ever need. It allows you to: Create strong passwords, knowing you only have to remember one. Log into your favorite sites with a single click. Only fill forms out once. Access and manage your data from multiple computers seamlessly. Share logins with friends and let others share logins with you. Supports IE & Firefox, Windows, Mac and Linux more>>

LastPass Password Manager (beta) - LastPass is a free password manager that makes your web browsing easier and more secure and supports IE and Firefox, allows you to import from every major password storage vendor and export too, captures passwords that other managers wont including many AJAX forms, and allows you to make strong passwords easily.

LastPass is the last password you will ever need. It allows you to:

- Create strong passwords, knowing you only have to remember one.

- Easily fill in form data

- Log into your favorite sites with a single click

- Access and manage your data from multiple computers seamlessly

- Share logins with friends and let others share logins with you

- Supports IE as well, so if you switch browsers youre always in sync, as well as when you switch computers

- Supports importing passwords from other password managers such as Roboform, Keepass, PasswordSafe, MyPasswordSafe, Firefox and IEs built in password manager

- Exporting your data always available in plugin and website.

- In windows, helps you recover lost passwords stored on your computer

- Capture passwords that other password managers will not capture like those done in AJAX logins, and multi-step logins like Bank Of America, and frustrating sites like ING bank.

- Make moving to a new computer or using multiple computers much easier

- Works with any platform that has Firefox plus IE on Windows

- Has a USB/Thumb drive portable version for Windows, Mac and Linux

- http://m.lastpass.com for mobile access

Your sensitive data is encrypted locally with AES, then uploaded to allow syncing with other computers or browsers. IE is also supported as well as


Enhancements:
Version 1.36

Save any form support


Version 1.34

Improved homepage, bug fixes


Version 1.33

Built-in fast homepage, bug fixes


Version 1.32

French, Hebrew, bug fixes with basic auth, Pocket for Mac and Linux


Version 1.31

Local Site Search, HotKeys, Secure Notes


System Requirements:233 MHz, 128MB ram
<<less
Download (3.3Mb)
Added: 2008-11-14 License: Free Price: Free
15 downloads
 
Other version of LastPass Password Manager
LastPass Password Manager 1.51It allows you to: Create strong passwords, knowing you only have to remember one. Log into your ... you to import from every major password storage vendor and export too, captures passwords that
License:Free
Download (3.5Mb)
213 downloads
Added: 2009-04-30
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
Gorilla

Gorilla


Gorilla icon theme is ready for general consumption. more>>
Gorilla icon theme is ready for general consumption.

Gorilla is part of the Gorilla metatheme and lives in gnome-themes-extras in GNOMEs CVS repository.

<<less
Download (0.13MB)
Added: 2005-11-17 License: GPL (GNU General Public License) Price:
1445 downloads
Passwd H3 3.0.1

Passwd H3 3.0.1


Passwd is the Horde password changing application. more>>
Passwd project 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.

<<less
Download (1.2MB)
Added: 2007-03-16 License: The Apache License Price:
952 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5