This commit is contained in:
Johannes Findeisen 2018-01-15 20:25:41 +01:00
commit 55aaf322af
67 changed files with 7142 additions and 14 deletions

3
bin/_old/old2/secpass Executable file
View file

@ -0,0 +1,3 @@
#!/bin/bash
dd if=/dev/urandom bs=16 count=1 2>/dev/null | base64 | sed 's/=//g'