removed the gen key method from encryptor
This commit is contained in:
parent
6b4501c342
commit
d03c8e3323
1 changed files with 1 additions and 3 deletions
|
|
@ -54,8 +54,6 @@ module Encryptor
|
|||
txt
|
||||
end
|
||||
|
||||
def self.generate_key
|
||||
OpenSSL::PKey::RSA::generate 4096
|
||||
end
|
||||
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue