mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
The strategy of hex encoding a random byte array only uses the following characters: 0123456789abcdef Instead of the entire bootstrapping token character set: 0123456789abcdefghijklmnopqrstuvwxyz Update the token generation to use the entire character set. This increases the token secret from 48 bits of entropy to ~82 bits. 256^8 (1.8e+19) vs. 36^16 (7.9e+24). |
||
|---|---|---|
| .. | ||
| apiclient | ||
| config | ||
| dryrun | ||
| kubeconfig | ||
| pubkeypin | ||
| staticpod | ||
| token | ||
| arguments.go | ||
| arguments_test.go | ||
| BUILD | ||
| copy.go | ||
| endpoint.go | ||
| endpoint_test.go | ||
| error.go | ||
| error_test.go | ||
| etcd.go | ||
| marshal.go | ||
| template.go | ||
| template_test.go | ||
| version.go | ||
| version_test.go | ||