класс ActiveRecord::Encryption::EncryptingOnlyEncryptor
Шифратор, который может шифровать данные, но не может их расшифровывать.
Публичные методы экземпляров
# File activerecord/lib/active_record/encryption/encrypting_only_encryptor.rb, line 7
def decrypt(encrypted_text, key_provider: nil, cipher_options: {})
encrypted_text
end
© 2004–2021 David Heinemeier Hansson
Licensed under the MIT License.