Method: Fastlane::Helper::EncryptionHelper.generate_key
- Defined in:
- lib/fastlane/plugin/wpmreleasetoolkit/helper/encryption_helper.rb
.generate_key ⇒ Object
46 47 48 |
# File 'lib/fastlane/plugin/wpmreleasetoolkit/helper/encryption_helper.rb', line 46 def self.generate_key cipher(OperationType::ENCRYPT).random_key end |