FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Turning off character echoing in encrypt-secrets.sh · 0xWave-Flow/python-docs-samples@00b3d80 · GitHub

Commit 00b3d80

Browse files
Jon Wayne Parrott
committed
Turning off character echoing in encrypt-secrets.sh
1 parent 0c37246 commit 00b3d80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎scripts/encrypt-secrets.sh‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
echo "Enter password for encryption: "
18-
read password
18+
read -s -p password
1919

2020
tar cvf secrets.tar testing/resources/{service-account.json,test-env.sh}
2121
openssl aes-256-cbc -k "$password" -in secrets.tar -out secrets.tar.enc

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL