Generate safe passwords

This commit is contained in:
andryyy
2016-12-28 11:36:15 +01:00
parent 7c63476858
commit 09322daf2d
2 changed files with 21 additions and 2 deletions

View File

@@ -0,0 +1,4 @@
#!/bin/bash
echo DBPASS=$(openssl rand -base64 32 | tr -dc _A-Z-a-z-0-9)
echo DBROOT=$(openssl rand -base64 32 | tr -dc _A-Z-a-z-0-9)