From 7f41deb1034c064de31a3e7a056e0b60b0b2f43f Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Tue, 27 Nov 2012 00:23:33 -0500 Subject: [PATCH 1/1] =?utf8?q?Include=20both=20AES-256=20and=20AES-128=20(?= =?utf8?q?for=20users=20who=20don=E2=80=99t=20want=20both,=20it=20should?= =?utf8?q?=20be=20obvious=20how=20to=20remove=20one)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- doc/root-instance.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/root-instance.mdwn b/doc/root-instance.mdwn index 1747d67..301eaf5 100644 --- a/doc/root-instance.mdwn +++ b/doc/root-instance.mdwn @@ -113,7 +113,7 @@ be sure to ask for a pts id, if you want to use your tickets with AFS. You should change your root instance’s password with a command like this, to upgrade your key from critically weak DES encryption algorithm to strong AES encryption: - kadmin -p andersk/root -q 'cpw -e aes256-cts:normal andersk/root' + kadmin -p andersk/root -q 'cpw -e aes256-cts:normal -e aes128-cts:normal andersk/root' (Note: This might make your password incompatible with a [handful of services](http://debathena.mit.edu/trac/ticket/529) that you should not have been using with your root instance in the first place.) You can confirm the change with -- 2.45.0