|
|
@@ -1,9 +1,16 @@
|
|
|
# gokrb5
|
|
|
|
|
|
-This is work in progress and does not yet work...
|
|
|
+This is work in progress and does not yet fully work...
|
|
|
|
|
|
[](https://godoc.org/github.com/jcmturner/gokrb5)
|
|
|
|
|
|
+## Implemented Encryption & Checksum Types
|
|
|
+The currently implemented encrytion types are:
|
|
|
+| Implementation | Encryption ID | Checksum ID |
|
|
|
+|-------|-------------|------------|
|
|
|
+| aes128-cts-hmac-sha1-96 | 17 | 15 |
|
|
|
+| aes256-cts-hmac-sha1-96 | 18 | 16 |
|
|
|
+
|
|
|
## Usage
|
|
|
### Configuration
|
|
|
The gokrb5 libraries use the same krb5.conf configuration file format as MIT Kerberos, described [here](https://web.mit.edu/kerberos/krb5-latest/doc/admin/conf_files/krb5_conf.html).
|