9 10 11
# File 'lib/conify/manifest.rb', line 9 def password_gen(size = 8) SecureRandom.hex(size) end