Main > Free Download Search >

Free winrar password cracker software for linux

winrar password cracker

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1180
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
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 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
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
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 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
Password Cracking Library 2.0c.1

Password Cracking Library 2.0c.1


Password Cracking Library allows you to write own password cracking software. more>>
Password Cracking Library allows you to write own password cracking software.
Main features:
- powerful dictionary attack with word modifiers
- brute force (with or without known chars) attack
- misspelled password recovery, and more
Enhancements:
- Any (european) language and encoding support
- User-defined charsets
- New modifiers, including user-defined conversion tables
- Timing and benchmarking functions
- Any password length
<<less
Download (0.037MB)
Added: 2006-01-12 License: GPL (GNU General Public License) Price:
1418 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
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
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 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
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
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
Oracle Password Repository 1.1.9 Beta

Oracle Password Repository 1.1.9 Beta


Oracle Password Repository is a Unix-based secure tool for storage & retrieval of Oracle database passwords. more>>
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.
Enhancements:
- The INSTALL file informed that you need to be able to see the oracle oci libraries, but it fact you need these only at runtime. You do need access to the OCI headers files during runtime though. But these rights are enabled by default oracle installations.
- opr now uses libltdl, a dynamic loading abstraction, to tackle compiling issues on (for example) hp-ux.
- added file locking on the repository file.
- fixed 2 strncat invocation bugs.
<<less
Download (0.63MB)
Added: 2006-01-06 License: GPL (GNU General Public License) Price:
1388 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5