opass

OpenBSD password suite
git clone https://git.pastanoggin.com/opass.git
Log | Files | Refs | README | LICENSE

README (822B)


      1 ## OpenBSD password suite with no dependencies outside base!
      2 
      3 ## Utilities
      4 
      5 # enc
      6 encodes (encrypts) passwords from stdin with a password name and a passpharse
      7 and stores them in a managed. passwords directory for later retrival with dec.
      8 
      9 # dec
     10 decodes password files encrypted using enc under .passwords 
     11 
     12 # gen
     13 generates a random strong password meant for encryption and storage/retrival
     14 with enc/dec.
     15 
     16 # entropy
     17 calculates password entropy in bits given the length of the password and the
     18 number of possible characters (permutations) that'll be used in that password.
     19 Useful for measuring password strength especially before genering a new
     20 password with gen or badphrase.
     21 
     22 # badphrase
     23 generates a memorable passphrase using a word list. supports diceware too.
     24 
     25 # encfile
     26 takes a file and encrypts it with a passphrase