Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8215363
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T11:45:45+00:00 2026-06-07T11:45:45+00:00

I have used before_create callback function to encrypt email field before saving. Similarly, now

  • 0

I have used before_create callback function to encrypt email field before saving.
Similarly, now i want to decrypt them in model before using it in action for display.

What should be used for this?

Can i use afer_save callback method?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-07T11:45:46+00:00Added an answer on June 7, 2026 at 11:45 am

    Similar case is described here:
    http://api.rubyonrails.org/classes/ActiveRecord/Callbacks.html

    class BankAccount < ActiveRecord::Base
       before_save      EncryptionWrapper.new
       after_save       EncryptionWrapper.new
       after_initialize EncryptionWrapper.new
    end
    
    class EncryptionWrapper
      def before_save(record)
        record.credit_card_number = encrypt(record.credit_card_number)
      end
    
      def after_save(record)
        record.credit_card_number = decrypt(record.credit_card_number)
      end
    
      alias_method :after_find, :after_save
    
      private
        def encrypt(value)
          # Secrecy is committed
        end
    
        def decrypt(value)
          # Secrecy is unveiled
        end
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Im having problems with classpaths. I have used them before with import but I'm
I have never used memcache before now so please excuse my inexperience. Although it
I have a very weird problem with PROLOG. I have used it before, but
I have used this effect before, everything is in order (As far as I
I have used ImageView's before and understand the different scale types that can be
I have used this query before: SELECT * FROM stone_list WHERE type IN ('ALEXANDRITE','AMETHYST')
I have never used Foxpro before. Can you convert the following Foxpro code into
I have not used valgrind before, but I need to use it to check
Just trying to understand that - I have never used it before. How is
I have used log4net in winforms before. First time using with a wpf console

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.