diff --git a/lib/encryptor.rb b/lib/encryptor.rb index e8d7cf7de..d80aecb15 100644 --- a/lib/encryptor.rb +++ b/lib/encryptor.rb @@ -54,8 +54,6 @@ module Encryptor txt end - def self.generate_key - OpenSSL::PKey::RSA::generate 4096 - end + end end