logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

nasty - A tool which helps you to recover your GPG passphrase

Author

       This  manual  page was written by Tiago Bortoletto Vaz <tiago@debian.org> for the Debian GNU/Linux system
       (but may be used by others).

nasty                                            September 2009                                         NASTY(1)

Description

nasty  is a program that helps you to recover the passphrase of your PGP or GPG-key in case you forget or
       lost it.

Issues

       Nasty will not work if you try it with a gpg-agent running in your system. For obvious reasons the  agent
       will ask you the passphrase to access your private key - which you probably don't record, right? :)

Name

       nasty - A tool which helps you to recover your GPG passphrase

Options

-ax   set minimum length of passphrase

       -bx   set maximum length

       -mx   set guessing mode:
                 incremental: try them all
                 random: try at random
                 file: read phrases from file (use -i)

       -ix   file to read the passphrases from

       -fx   file to write the found passphrase to

       -cx...
              charset, one or more from the following:
                 a: a-z
                 A: A-Z
                 0: 0-9
                 .: all ascii values (32...126)
                 +: 32...255 (default(!))

       -kx   filter string to select a key

       -v     enable verbose mode

       -h     show command options

Synopsis

nasty [OPTIONS]

See Also