File tree 2 files changed +5
-1
lines changed
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
19
19
20
20
bcrypt bcrypt
21
21
sha256hex sha256_hex
22
+ sha1hex sha1_hex
22
23
sha256 sha256s sha256
23
24
sha512 sha512s sha512
24
25
phpmd5 php_md5
@@ -30,6 +31,7 @@ validate validate_pw
30
31
31
32
The php_md5 routine is compatible to the PHP md5 function.
32
33
The sha256_hex routine returns a sha256 64-character hexadecimal hash.
34
+ The sha1_hex routine returns a sha1 40-character hexadecimal hash.
33
35
The apr_md5, apr_crypt, apr_sha1 and bcrypt routines are compatible to the
34
36
functions used in Apache’s htpasswd utility.
35
37
The apr_sha256 routine returns the identifier {SHA256} plus the base64
Original file line number Diff line number Diff line change 3
3
### Source
4
4
[ db2-hash-routines-X.Y.tar.gz] ( https://github.com/tessus/db2-hash-routines/releases/latest )
5
5
<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 )
7
7
8
8
### Documentation
9
9
@@ -23,6 +23,8 @@ signing key [0xC11F128D](https://sks-keyservers.net/pks/lookup?op=get&search=0xF
23
23
<br >
24
24
[ sha256_hex] ( http://tessus.github.io/db2-hash-routines/man/sha256_hex.html )
25
25
<br >
26
+ [ sha1_hex] ( http://tessus.github.io/db2-hash-routines/man/sha1_hex.html )
27
+ <br >
26
28
[ sha256] ( http://tessus.github.io/db2-hash-routines/man/sha256.html )
27
29
<br >
28
30
[ sha512] ( http://tessus.github.io/db2-hash-routines/man/sha512.html )
You can’t perform that action at this time.
0 commit comments