Password Gorilla v1.5.3.7

webfork on 22 Mar 2016
  • 5MB (uncompressed)
  • Released on
  • Suggested by Andrew Lee

Password Gorilla helps you manage your logins, storing all your user names and passwords along with login information and other notes. To log in to a service or Web site, the program copies your user name and password to the clipboard to paste into your Web browser or other application.

The program includes an integrated random password generator for one-time passwords, tunable to various services’ policies. Data is encrypted with a single "master" password.

Cross-platform (Linux, Mac, iOS, Android). Alternatively, Password Gorilla Portable updates paths for recently used databases.

Category:
Runs on: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. Rename the file from gorillaxxxx.exe or gorillaxxxx_64.exe to gorilla.exe (less version dependent)
  3. Launch gorilla.exe --rc mysettings

Alternatively, to avoid saving any settings, always starting with default values, launch gorilla.exe --norc
What's new?
  • Based on Tcl/Tk 8.5.13, tclkits by ActiveState™
  • Compiled Sha256 and Twofish extension for FreeBSD
  • Modified gorilla.ico to suit higher graphic resolutions
  • Added help menu entry: Look for Update
  • Several issue fixes
  • Added Portuguese language, including Portuguese help txt

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

mikepdx 2013-09-15 21:23

Any chance someone is working on an Offline app for ChromeOS? Been using Password Gorilla for years and appreciate the development community for the open source and cross-platform work so far. A big thank you!

v1.5.3.6.3

lautrepay 2012-07-09 15:22

@jaden: Fixed. Thanks!

V1.5.3.6.3

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

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

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

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-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-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

webfork 2011-12-27 19:20

Emka/Baas: thanks, updated to archive.org

V1.4

Older comments are hidden - Click to display all comments ▾

Post your comment