Network Working Group                                          B. Harris
Internet-Draft                                            March 17, 2005
Expires: September 18, 2005

      Improved Arcfour Modes for the SSH Transport Layer Protocol
                 draft-harris-ssh-arcfour-fixes-00.txt

Status of this Memo

   This document is an Internet-Draft and is subject to all provisions
   of Section 3 of RFC 3667.  By submitting this Internet-Draft, each
   author represents that any applicable patent or other IPR claims of
   which he or she is aware have been or will be disclosed, and any of
   which he or she become aware will be disclosed, in accordance with
   RFC 3668.

   Internet-Drafts are working documents of the Internet Engineering
   Task Force (IETF), its areas, and its working groups.  Note that
   other groups may also distribute working documents as
   Internet-Drafts.

   Internet-Drafts are draft documents valid for a maximum of six months
   and may be updated, replaced, or obsoleted by other documents at any
   time.  It is inappropriate to use Internet-Drafts as reference
   material or to cite them other than as "work in progress."

   The list of current Internet-Drafts can be accessed at
   http://www.ietf.org/ietf/1id-abstracts.txt.

   The list of Internet-Draft Shadow Directories can be accessed at
   http://www.ietf.org/shadow.html.

   This Internet-Draft will expire on September 18, 2005.

Copyright Notice

   Copyright (C) The Internet Society (2005).

Abstract

   This document specifies a method of using the Arcfour cipher in the
   SSH protocol which mitigates the weakness of its key-scheduling
   algorithm.

1.  Introduction

   Secure Shell (SSH) [I-D.ietf-secsh-architecture] is a secure


Harris                 Expires September 18, 2005               [Page 1]


Internet-Draft       Improved Arcfour Modes for SSH           March 2005

   remote-login protocol.  It allows for the use of an extensible
   variety of symmetric cipher algorithms to provide confidentiality for
   data in transit.  One of the algorithms specified in the base
   protocol is "arcfour", which specifies the use of Arcfour (also known
   as RC4), a fast stream cipher.  As [I-D.ietf-secsh-transport] says,
   though, "Arcfour (and RC4) has problems with weak keys, and should be
   used with caution."  These problems are described in more detail in
   [MANTIN], along with a recommendation to discard the first 1536 bytes
   of keystream so as to ensure that the cipher's internal state is
   thoroughly mixed.  This document specifies new cipher algorithms for
   SSH which follow this recommendation.

2.  Conventions Used in this Document

   The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
   "SHOULD", "SHOULD NOT", "RECOMMENDED",  "MAY", and "OPTIONAL" in this
   document are to be interpreted as described in [RFC2119].

3.  Algorithm Definitions

   The "arcfour128-draft-00@putty.projects.tartarus.org" algorithm is
   the RC4 cipher as described in [SCHNEIER], using a 128-bit key.  The
   first 1536 bytes of keystream generated by the cipher MUST be
   discarded, with the first byte of the first encrypted packet being
   encrypted using the 1537th byte of keystream.

   The "arcfour256-draft-00@putty.projects.tartarus.org" algorithm is
   the same, but using a 256-bit key.

4.  Security Considerations

   The security considerations in [I-D.ietf-secsh-architecture] apply.

   The discarded bytes of keystream MUST be kept secret and MUST NOT be
   transmitted over the network.  The contents of these bytes could
   reveal information about the key.

   Given about 2^30.6 bytes of Arcfour keystream, it is possible to
   distinguish it from a random byte sequence [FMcG].  Thus, it is
   RECOMMENDED that implementations using these algorithms re-key at
   least every 2^30 bytes.

5.  IANA Considerations

   This document has no actions for IANA.



Harris                 Expires September 18, 2005               [Page 2]


Internet-Draft       Improved Arcfour Modes for SSH           March 2005

6.  References

6.1  Normative References

   [RFC2119]  Bradner, S., "Key words for use in RFCs to Indicate
              Requirement Levels", BCP 14, RFC 2119, March 1997.

   [I-D.ietf-secsh-architecture]
              Lonvick, C., "SSH Protocol Architecture",
              Internet-Draft draft-ietf-secsh-architecture-22, March
              2005.

   [I-D.ietf-secsh-transport]
              Lonvick, C., "SSH Transport Layer Protocol",
              Internet-Draft draft-ietf-secsh-transport-24, March 2005.

   [SCHNEIER]
              Schneier, B., "Applied Cryptography Second Edition:
              protocols algorithms and source in code in C", John Wiley
              and Sons, New York, NY, 1996.

6.2  Informative References

   [FMcG]    Fluhrer, S. and D. McGrew, "Statistical Analysis of the
             Alleged RC4 Keystream Generator", The Procedings of the
             Fast Software Encryption Workshop 2000,
             <http://www.mindspring.com/~dmcgrew/rc4-03.pdf>.

   [MANTIN]  Mantin, I., "Analysis of the Stream Cipher RC4", M.Sc.
             Thesis, Weizmann Institute of Science, 2001,
             <http://www.wisdom.weizmann.ac.il/~itsik/RC4/Papers/Mantin1
             .zip>.

Author's Address

   Ben Harris
   37 Milton Road
   CAMBRIDGE  CB4 1XA
   GB

   Email: bjh21@bjh21.me.uk





Harris                 Expires September 18, 2005               [Page 3]


Internet-Draft       Improved Arcfour Modes for SSH           March 2005

Intellectual Property Statement

   The IETF takes no position regarding the validity or scope of any
   Intellectual Property Rights or other rights that might be claimed to
   pertain to the implementation or use of the technology described in
   this document or the extent to which any license under such rights
   might or might not be available; nor does it represent that it has
   made any independent effort to identify any such rights.  Information
   on the procedures with respect to rights in RFC documents can be
   found in BCP 78 and BCP 79.

   Copies of IPR disclosures made to the IETF Secretariat and any
   assurances of licenses to be made available, or the result of an
   attempt made to obtain a general license or permission for the use of
   such proprietary rights by implementers or users of this
   specification can be obtained from the IETF on-line IPR repository at
   http://www.ietf.org/ipr.

   The IETF invites any interested party to bring to its attention any
   copyrights, patents or patent applications, or other proprietary
   rights that may cover technology that may be required to implement
   this standard.  Please address the information to the IETF at
   ietf-ipr@ietf.org.

Disclaimer of Validity

   This document and the information contained herein are provided on an
   "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS
   OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY AND THE INTERNET
   ENGINEERING TASK FORCE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED,
   INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE
   INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
   WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.

Copyright Statement

   Copyright (C) The Internet Society (2005).  This document is subject
   to the rights, licenses and restrictions contained in BCP 78, and
   except as set forth therein, the authors retain all their rights.

Acknowledgment

   Funding for the RFC Editor function is currently provided by the
   Internet Society.


Harris                 Expires September 18, 2005               [Page 4]