Method: Backup::Encryptor::OpenSSL#password
- Defined in:
- lib/backup/encryptor/open_ssl.rb
#password ⇒ Object
The password that’ll be used to encrypt the backup. This password will be required to decrypt the backup later on.
10 11 12 |
# File 'lib/backup/encryptor/open_ssl.rb', line 10 def password @password end |