Don’t Run This Code

Posted on May 3, 2007
Filed Under /dev/ruby | 784 views |

If you execute this line of code within the United States you may be in violation of the law:

RUBY:
  1. puts %w{ 011 371 021 002
  2.          235 164 343 133
  3.          330 101 126 305
  4.          143 126 210 300 }.map { |x| sprintf( "%02X", x.oct ) }.to_s

That line of code outputs the hex key mentioned below as my 5-minute entry into Reg's The 128-bit programming challenge.

Comments

Comments are closed.