An implementation of RC4 to try Ruby and Shoes
Normal version:
- main.rb
- RC4.rb
- Converter.rb
Progress version:
- main_progress.rb
- RC4_progress.rb
- Converter.rb
Normal version: faster, without progress bar to see big files.
Progress version: with progress bar, makes the process toooo slow.