Initial commit of stable v1.0
This commit is contained in:
13
newotp-default.sh
Normal file
13
newotp-default.sh
Normal file
@@ -0,0 +1,13 @@
|
||||
#!/bin/bash
|
||||
|
||||
## zOTP Bash Example for Function newOTP - Create a new 7 digit OTP using Default Hashing Agorithm
|
||||
|
||||
declare thesalt="zOTP by Ze'ev Schurmann"
|
||||
|
||||
source zotp.inc.sh
|
||||
|
||||
declare theseed="user@domain.tld"
|
||||
|
||||
variablename="$(newOTP 7)"
|
||||
|
||||
echo "${variablename}"
|
||||
Reference in New Issue
Block a user