• v1.1 8114d2a6c9

    Version 1.1 Stable

    max released this 2022-10-21 15:07:01 +00:00 | 27 commits to master since this release

    The first version 1.0 was not cryptographically secure so it will not be released. v1.1 uses proper cryptography libraries to securely seed rand() so that an attacker cannot brute force passwords with a series of timestamps.

    How to install/use for Windows:

    1. Download Windows binary, it may be helpful to simply rename it to "gopass" (make sure to add .exe, this won't need to be typed to execute the file from the CLI interface, but it is required for Windows to recognize the binary) to keep commands shorter.
    2. Move the file to your `C:\Users\Username` directory
    3. Opening the console without Administrator privileges will put you in the directory mentioned above by default
    4. Now type `gopass [number of characters]` (Ex. `gopass 64`) to generate a new password!
    

    How to install/use for Linux:

    1. Download Linux binary, it may be helpful to simply rename it to "gopass" to keep commands shorter.
    2. Move the file to your home directory.
    3. Opening your terminal should put you in your home directory by default, if not, just type `cd` to get sent back to home.
    4. Now type `gopass [number of characters]` (Ex. `gopass 64`) to generate a new password!
    Downloads