Password Gorilla v1.5.3.6.3

JohnTHaller on 26 Nov 2012

The Password Gorilla helps you manage your logins. It stores all your user names and passwords, along with login information and other notes, in a securely encrypted file. A single "master password" is used to protect the file. If you want to log in to a service or Web site, the Password Gorilla copies your user name and password to the clipboard, so that you can easily paste it into your Web browser or other application. An integrated random password generator can provide one-time passwords, tunable to various services’ policies.

Cross-platform (Linux, Mac, iOS, Android).

Alternatively, Password Gorilla Portable updates paths for recently used databases.

Category:
System Requirements: Win95 / Win98 / WinME / WinNT / Win2K / WinXP / Vista / Win7
Writes settings to: Application folder (when using the --rc <name_of_the_configuration_file> parameter).
Stealth: ? Yes
Unicode support: Yes
License: GPL
How to extract:
  1. Download the standalone EXE file to a folder of your choice
  2. Optionally, rename the file from gorillaxxxx.exe or gorillaxxxx_64.exe to gorilla.exe (less version dependent)
  3. Launch one of the following:
  • gorilla.exe --rc mysettings
  • gorilla.exe --norc (with this parameter no settings will be saved and the application will start with the default values)

15 comments on Password Gorilla  The Portable Freeware Collection Latest Entries Feed

Romel 2006-07-17 08:50

In addition to Windows systems, Password Gorilla can also be used on Mac OS X and Linux, all accessing the same encrypted file.
I'm currently using it on both Windows and OSX, but have yet to try it on Linux.

Mainframe 2006-09-25 09:18

When you only use Windows, you should try KeePass. It's much better and has a nice GUI

Luis 2006-09-26 16:55

KeePass is the best pass-keeper prg(and portable). try it.

ahoier 2006-10-17 21:37

the GUI looks soo much like Password Safe....lol. :)

pat 2007-05-22 05:58

[quote]Password Gorilla is designed to be compatible with the Password Safe program, which was originally developed by Counterpane Labs, and is now maintained as an Open Source project at Sourceforge.[/quote]

Emka 2011-12-27 16:00

v1.5.3.5.1 is available, dont know if still portable

V1.4

I am Baas 2011-12-27 16:42

Tested V1.5.3.5.1 writes .gorillarc file (settings) to User Profile folder.

V1.4

webfork 2011-12-27 19:20

Emka/Baas: thanks, updated to archive.org

V1.4

BigD 2012-01-18 15:27

With Gorilla v1.5.x, you can easily make it portable by fooling it about where to store the .gorillarc file. Just create a wrapper script such as the following, which respecifies the HOMEDRIVE and HOMEPATH environment variables for the duration of the script (assuming gorilla.exe is within the folder x:\apps\gorilla):
@echo off
:: gorilla.bat - Portable wrapper for Gorilla
set HOMEDRIVE=%~d0
set HOMEPATH=\apps\gorilla
start %~dp0gorilla.exe

V1.4

BigD 2012-01-18 15:35

Also, Gorilla v1.5.x is truly open source and cross-platform: it comes with static builds for Windows, Linux and Mac OS X (and Android is promised too), so you can use the same password databases wherever you want. (Tcl/Tk no longer needs to be installed on a system separately.) Gorilla maybe lacks some of the graphical bells and whistles of alternative Windows programs, but the cross-platform features above are bigger deals for some of us!

V1.4

BigD 2012-01-24 21:39

In my batch file above, use the following command instead to allow for the path containing spaces:
start "" "%~dp0gorilla.exe"

V1.4

BigD 2012-02-04 00:07

Just found out that Gorilla has a commandline option:
--rc configfile : Use as configuration file (not the Registry)
so no need for a wrapper batch file after all, and this makes Gorilla truly portable.

V1.4

I am Baas 2012-02-04 02:45

@BigD
It does create a config file in the application folder but it looks like one need to run Password Gorilla with the "--rc configfile" arguments every single time. Is that correct?

V1.4

jaden 2012-07-09 04:19

Both download links don't work because they're missing a 3 after the 6. Here are the corrected links.

32-bit: https://github.com/downloads/zdia/gorilla/gorilla15363.exe
64-bit: https://github.com/downloads/zdia/gorilla/gorilla15363_64.exe

V1.5.3.6.3

lautrepay 2012-07-09 15:22

@jaden: Fixed. Thanks!

V1.5.3.6.3

Post your comment