nimpass

quickly generate cryptographically secure passwords and phrases

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version Unknown
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-07-21 05:24

Installation

nimble install nimpass
choosenim install nimpass
git clone https://github.com/xioren/NimPass

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
nimpass - - - - - - -

Source

Repository https://github.com/xioren/NimPass
Homepage https://github.com/xioren/NimPass
Registry Source nimble_official

README

NimPass

quickly generate secure passwords and passphrases

changelog v0.2.1:

  • misc code clean up and improvmenets.

Installation

nimble install nimpass

Usage

Usage: nimpass [options]

Options:
  -h, --help                      Print this help message
  -v, --version                   Print version information
  -w, --word                      Generate pass(w)ord (default)
  -p, --phrase                    Generate pass(p)hrase
  -l, --len --length              Length of password or passphrase
  -n, --num --number              Number of pass's to generate
  -e --ext --extended             Use extended character set
  -r --readable                   Exclude ambiguous characters
  -s --sep --separator            Separator used with passphrases (default "+")

Examples:
  nimpass
  nimpass -l32 -n8
  nimpass --phrase --length 8 --sep ":"