|
@@ -81,7 +81,7 @@ public abstract class SecretManager<T extends TokenIdentifier> {
|
|
/**
|
|
/**
|
|
* The length of the random keys to use.
|
|
* The length of the random keys to use.
|
|
*/
|
|
*/
|
|
- private static final int KEY_LENGTH = 20;
|
|
|
|
|
|
+ private static final int KEY_LENGTH = 64;
|
|
|
|
|
|
/**
|
|
/**
|
|
* A thread local store for the Macs.
|
|
* A thread local store for the Macs.
|