Kimahriman / hdfs-native

Apache License 2.0
32 stars 12 forks source link

Implement custom digest-md5 algorithm #60

Closed Kimahriman closed 8 months ago

Kimahriman commented 10 months ago

We currently use gsasl for digest-md5, which doesn't support integrity or confidentiality modes for digest-md5 sasl. I haven't found another library that does, so we should just implement it directly so we can fully support all security features. This would be required if we ever wanted to support data transit encryption.