3

I've just read a paper from 2004 which stated that the RC4 encryption algorithm was restricted to a 40 bit key size when exported from the USA; however the reference for this information (Applied Cryptography - Schneieir) was published in 1996.

Here's the link to the paper "The effectiveness of brute force attacks on RC4".

I'm relatively new to cryptography but as far as I'm aware, a lot of the old export laws have been relaxed. Was the key length of RC4 still restricted in 2004? If so, is that still the case?

Thanks for any help.

Glorfindel
  • 462
  • 1
  • 10
  • 18
slickboy
  • 177
  • 4

2 Answers2

5

Afaik, the general export restrictions on keylengths of common ciphers were lifted during the Clinton administration. Here's the relevant wiki article.

wallenborn
  • 304
  • 2
  • 7
1

The regulation lifting the restrictions was published in Jan 2000. You can see this in the Federal Register, and I think the exact date was January 14, 2000. You can see this in for example http://web.archive.org/web/20000815053812/http://www.bxa.doc.gov/Encryption/pdfs/Crypto.pdf

Yuhong Bao
  • 131
  • 4
  • Thank you for your contribution. However, without any source reference this answer is incomplete at the very minimum. Answers should generally not consist of a single unverifiable statement without any reasoning to back it up. Could you update it? Otherwise the answer may be deleted for the stated reasons. – Maarten Bodewes Jul 01 '19 at 12:38