Initial commit of stable v1.0

This commit is contained in:
Ze'ev Schurmann
2026-06-06 21:36:42 +02:00
parent 19a17ff41d
commit c2e0244d05
12 changed files with 912 additions and 2 deletions

13
newotp-sha384.sh Normal file
View 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}"