Initial commit of stable v1.0
This commit is contained in:
11
genhash-singleline.sh
Normal file
11
genhash-singleline.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
## zOTP Bash Example for Function genHash - Calculate a Blake2 Hash using a short string if text
|
||||
|
||||
declare thesalt="zOTP by Ze'ev Schurmann"
|
||||
|
||||
source zotp.inc.sh
|
||||
|
||||
variablename="$(genHash "This is a short string of text." b2)"
|
||||
|
||||
echo "${variablename}"
|
||||
Reference in New Issue
Block a user