Open romad17 opened 3 years ago
KSE is a tool for Java keystore files. If there is a JCE provider for the keytab format then I could add support for it.
BTW that link only explains how to use some command line tools. All it says about keytab files is this:
A keytab is a file containing pairs of Kerberos principals and encrypted keys
Well, that's not a JCE provider.
At least there is a link to a description of the format on that page: http://www.ioplex.com/utilities/keytab.txt
A KeyTab file basically contains entries with these fields:
It doesn't seem too difficult to map these onto the typical fields of a keystore entry.
If someone, who has a bit of experience with the Kerberos protocol and can create test data etc., is interested in writing a keystore provider for the KeyTab format, I can help with some guidance. The documentation by Oracle for implementing a JCE provider is also pretty helpful:
Could you please support viewing kerberos KeyTab? Here is some info: https://kb.iu.edu/d/aumh
Like you do in command line
klist
command