Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates secret_key_base decryption for sensitive information field. #374

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

scherztc
Copy link
Contributor

Fixes #203

Sean fixed this for encryption, but we didn't update it for decryption.

@Janell-Huyck Janell-Huyck self-assigned this Jul 12, 2024
@Janell-Huyck
Copy link
Contributor

Code change is simply an update from older Rails command to newer. Both are valid, but the newer version that is more forward-compatible. The test is appropriate and passes for both older and newer versions. The decriptying works, and the code is still being stored in encrypted format:
Screenshot 2024-07-12 at 8 57 10 AM
Screenshot 2024-07-12 at 8 57 22 AM

Copy link
Contributor

@Janell-Huyck Janell-Huyck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, works fine. See previous comment. Fine to merge.

@Janell-Huyck Janell-Huyck merged commit 51f7fef into qa Jul 12, 2024
3 checks passed
@Janell-Huyck Janell-Huyck deleted the bug/sensitive_data branch July 12, 2024 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sensitive Information field crashes application.
2 participants