Sha256: 8b4a4bd5085c4964f7625c73058f4d2968d86efbf296555f91dacbd8143d1ee6

Contents?: true

Size: 147 Bytes

Versions: 7

Compression:

Stored size: 147 Bytes

Contents

#!/usr/bin/env bash

# Convert $PASSWORD into a salted password
# and return via STDOUT
#
# Requires:
# * $PASSWORD

mkpasswd -m sha-512 $PASSWORD

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
bosh-bootstrap-0.8.1 lib/bosh-bootstrap/stages/stage_prepare_inception_vm/convert_salted_password
bosh-bootstrap-0.8.0 lib/bosh-bootstrap/stages/stage_prepare_inception_vm/convert_salted_password
bosh-bootstrap-0.7.1 lib/bosh-bootstrap/stages/stage_prepare_inception_vm/convert_salted_password
bosh-bootstrap-0.7.0 lib/bosh-bootstrap/stages/stage_prepare_inception_vm/convert_salted_password
bosh-bootstrap-0.6.0 lib/bosh-bootstrap/stages/stage_prepare_inception_vm/convert_salted_password
bosh-bootstrap-0.5.1 lib/bosh-bootstrap/stages/stage_prepare_inception_vm/convert_salted_password
bosh-bootstrap-0.5.0 lib/bosh-bootstrap/stages/stage_prepare_inception_vm/convert_salted_password