Sha256: db631d1753bdb3e1c274ee7122917eadbbd4d924b527941110fea79372c2682c

Contents?: true

Size: 503 Bytes

Versions: 8

Compression:

Stored size: 503 Bytes

Contents

desc: "A basic, but secure password generator"
name: secure
sentence:
  - first_chars
  - collapse_chars
  - expand_below: 8
  - downcase
  - replace: symbols
  - replace: numbers
  - remove_repetition
  - expand_below: 8
  - swapcase
  - reverse
word:
  - expand_below: 8
  - downcase
  - replace: symbols
  - replace: numbers
  - remove_repetition
  - expand_below: 8
  - swapcase
  - reverse
replacements:
  symbols:
    x: %
    d: $
    i: !
    a: @
  numbers:
    z: 2
    s: 5
    g: 9
    o: 0

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
to_pass-1.0.1 data/to_pass/algorithms/secure.yml
to_pass-1.0.0 data/to_pass/algorithms/secure.yml
to_pass-0.9.0 data/to_pass/algorithms/secure.yml
to_pass-0.8.0 data/to_pass/algorithms/secure.yml
to_pass-0.7.0 data/to_pass/algorithms/secure.yml
to_pass-0.6.0 data/to_pass/algorithms/secure.yml
to_pass-0.5.2 lib/to_pass/algorithms/secure.yml
to_pass-0.5.0 lib/to_pass/algorithms/secure.yml