Metadata-Version: 1.0
Name: passcat
Version: 0.1.0
Summary: Passcat lets you generate cryptographically secure, memorable passphrases.
Home-page: https://github.com/iamcryptoki/passcat
Author: Galou Gentil
Author-email: hello@cryptoki.fr
License: MIT
Description: Passcat lets you generate cryptographically secure, memorable passphrases.
        
        Installation
        ------------
        
        ``pip install passcat``
        
        Usage
        -----
        
        Basic usage:
        
        ```
        $ passcat
        throng disregard overall trimming playpen nape coke persevere
        ```
        
        Specify the number of words to use in the passphrase:
        
        ```
        $ passcat -c 5
        relight usage geologic tumbling disown
        ```
        
        Show available wordlists:
        
        ```
        $ passcat -l
        
        Eff
        English
        French
        German
        Italian
        Spanish
        ```
        
        Specify a wordlist other than EFF:
        
        ```
        $ passcat -w spanish
        latitar reglamentaria apanuscadora consultable carbunclo duplicar paragueria cincoanal
        ```
        
        Specify the path to an alternate wordlist:
        
        ``$ passcat -f /path/to/wordlist/file.txt``
        
        License
        -------
        
        This code is released under a free software license and you are welcome to fork it.
Keywords: passphrase,password,security,words
Platform: UNKNOWN
