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