Sha256: 424ed9f936106440f20bcf105c8cd7d3b81d86d142b67bffb084f417978d0185

Contents?: true

Size: 440 Bytes

Versions: 2

Compression:

Stored size: 440 Bytes

Contents

# Ruby Quiz #1 Solution

A solution to the [first ever Ruby quiz](http://rubyquiz.com/quiz1.html).

The command line utility encrypts and decrypts messages using the [Solitaire Cipher](http://www.schneier.com/solitaire.html)

```bash
gem install 'ruby_quiz_1'
```

```bash
barelyknown$ ruby_quiz_1 encrypt 'Welcome to Ruby quiz'
ABVAW LWZSY OORYK DUPVH
barelyknown$ ruby_quiz_1 decrypt 'ABVAW LWZSY OORYK DUPVH'
WELCO METOR UBYQU IZXXX
```

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ruby_quiz_1-0.0.2 README.md
ruby_quiz_1-0.0.1 README.md