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

11
genotp-threehash.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
## zOTP Bash Example for Function genOTP - Calculate a custom 8 digit OTP using three hashes
declare thesalt="zOTP by Ze'ev Schurmann"
source zotp.inc.sh
variablename="$(genOTP 09bf8c7563e7d577e07cca414b37c572a5e1676d 7540acafd1bb0ce0383e38859379e2c062cac45c 316fa3932ec66d9778be4df6132b4544d46ab146 8)"
echo "${variablename}"