removed the gen key method from encryptor

This commit is contained in:
Raphael 2010-09-09 16:31:10 -07:00
parent 6b4501c342
commit d03c8e3323

View file

@ -54,8 +54,6 @@ module Encryptor
txt
end
def self.generate_key
OpenSSL::PKey::RSA::generate 4096
end
end
end