Skip to content

Commit

Permalink
Reapply "Update active_record_encryption.md"
Browse files Browse the repository at this point in the history
This reverts commit 191638f
because the PR to English version below is merged today. 🎉
rails/rails#51544
  • Loading branch information
yasulab committed Apr 12, 2024
1 parent 191638f commit 9123128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guides/source/ja/active_record_encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ rootデータ暗号化キーの導出に用いるキーまたはキーのリス

#### `config.active_record.encryption.hash_digest_class`

鍵の導出に使うダイジェストアルゴリズムです。デフォルトは`OpenSSL::Digest::SHA1`です。
鍵の導出に使うダイジェストアルゴリズムです。デフォルトは`OpenSSL::Digest::SHA256`です。

#### `config.active_record.encryption.support_sha1_for_non_deterministic_encryption`

Expand Down

0 comments on commit 9123128

Please sign in to comment.