Skip to content

Commit 9ef67fa

Browse files
committed
update README files
[ci skip]
1 parent a141fac commit 9ef67fa

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ function in library UDF / SP
1919

2020
bcrypt bcrypt
2121
sha256hex sha256_hex
22+
sha1hex sha1_hex
2223
sha256 sha256s sha256
2324
sha512 sha512s sha512
2425
phpmd5 php_md5
@@ -30,6 +31,7 @@ validate validate_pw
3031

3132
The php_md5 routine is compatible to the PHP md5 function.
3233
The sha256_hex routine returns a sha256 64-character hexadecimal hash.
34+
The sha1_hex routine returns a sha1 40-character hexadecimal hash.
3335
The apr_md5, apr_crypt, apr_sha1 and bcrypt routines are compatible to the
3436
functions used in Apache’s htpasswd utility.
3537
The apr_sha256 routine returns the identifier {SHA256} plus the base64

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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)

0 commit comments

Comments
 (0)