Skip to content

Instantly share code, notes, and snippets.

View plashchynski's full-sized avatar
🎯
Focusing

Dzmitry Plashchynski plashchynski

🎯
Focusing
View GitHub Profile
@plashchynski
plashchynski / pwgen.rb
Created June 7, 2012 23:21
strong password generator
#!/usr/bin/env ruby
require 'optparse'
options = { :minsize => 8 }
OptionParser.new do |opts|
opts.banner = "Usage: #{__FILE__} [options]"