module EncryptedCredentials
  class EncryptedFile
    CIPHER = "aes-256-cbc".freeze
    DEFAULT_KEY_PATH = Pathname(File.expand_path("../config/master.key", __dir__))
    DEFAULT_FILE_PATH = Pathname(File.expand_path("../config/credentials.yml.enc", __dir__))