| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0c37246 commit 00b3d80
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -15,7 +15,7 @@ | |||
| 15 | 15 | # limitations under the License. | |
| 16 | 16 | ||
| 17 | 17 | echo "Enter password for encryption: " | |
| 18 | - read password | ||
| 18 | + read -s -p password | ||
| 19 | 19 | ||
| 20 | 20 | tar cvf secrets.tar testing/resources/{service-account.json,test-env.sh} | |
| 21 | 21 | openssl aes-256-cbc -k "$password" -in secrets.tar -out secrets.tar.enc | |
| Back | FazBrowse Home | New Git URL |
0 commit comments