File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ function in library UDF / SP
1919
2020bcrypt bcrypt
2121sha256hex sha256_hex
22+ sha1hex sha1_hex
2223sha256 sha256s sha256
2324sha512 sha512s sha512
2425phpmd5 php_md5
@@ -30,6 +31,7 @@ validate validate_pw
3031
3132The php_md5 routine is compatible to the PHP md5 function.
3233The sha256_hex routine returns a sha256 64-character hexadecimal hash.
34+ The sha1_hex routine returns a sha1 40-character hexadecimal hash.
3335The apr_md5, apr_crypt, apr_sha1 and bcrypt routines are compatible to the
3436functions used in Apache’s htpasswd utility.
3537The apr_sha256 routine returns the identifier {SHA256} plus the base64
Original file line number Diff line number Diff line change 33### Source
44[ db2-hash-routines-X.Y.tar.gz] ( https://github.com/tessus/db2-hash-routines/releases/latest )
55<br >
6- signing key [ 0xC11F128D ] ( https://sks-keyservers.net/pks/lookup?op=get&search=0xF7832007C11F128D )
6+ signing key [ 0xF7832007C11F128D ] ( https://sks-keyservers.net/pks/lookup?op=get&search=0x28A316664FE8D72CCFD58B23F7832007C11F128D )
77
88### Documentation
99
@@ -23,6 +23,8 @@ signing key [0xC11F128D](https://sks-keyservers.net/pks/lookup?op=get&search=0xF
2323<br >
2424[ sha256_hex] ( http://tessus.github.io/db2-hash-routines/man/sha256_hex.html )
2525<br >
26+ [ sha1_hex] ( http://tessus.github.io/db2-hash-routines/man/sha1_hex.html )
27+ <br >
2628[ sha256] ( http://tessus.github.io/db2-hash-routines/man/sha256.html )
2729<br >
2830[ sha512] ( http://tessus.github.io/db2-hash-routines/man/sha512.html )
You can’t perform that action at this time.
0 commit comments