31 releases (9 breaking)

0.14.0 Apr 5, 2024
0.13.1 Mar 21, 2024
0.12.6 Mar 9, 2024
0.12.4 Dec 4, 2023
0.5.0 Dec 23, 2021

#1132 in Network programming

Download history 5/week @ 2024-02-02 4/week @ 2024-02-16 376/week @ 2024-02-23 95/week @ 2024-03-01 160/week @ 2024-03-08 119/week @ 2024-03-15 47/week @ 2024-03-22 30/week @ 2024-03-29 148/week @ 2024-04-05

348 downloads per month

MIT/Apache

600KB
13K SLoC

Kerberos Version 5

This is an implementation of the data types from RFC 4120 also known as "Kerberos V5". Kerberos is an authentication framework for verifying identities of "principals" (e.g. a user or network server) on an open unprotected network.

This is accomplished without relying on assertions by the host operating system, without basing trust on host addresses, without requiring physical security of all the hosts on the network, and under the assumption that packets traveling along the network can be read, modified, and inserted at will. Kerberos performs authentication under these conditions as a trusted third-party authentication service by using conventional (shared secret key) cryptography.

Like other rasn core crates this crate does not provide the ability to authenticate on its own, but provides shared data types to create your own Kerberos clients and servers.

Dependencies

~10MB
~196K SLoC