Skip to content

Commit

Permalink
Revert "Update active_record_encryption.md"
Browse files Browse the repository at this point in the history
This reverts commit 7237436.

もしかしたらアップグレードで7.1にしていた場合のデフォルト値を考慮して
意図的に暗号化アルゴリズムのデフォルトを残しているかもしれないので、
以下のプルリクエストがマージされたら railsguides.jp も更新する方向に寄せました!

rails/rails#51544
  • Loading branch information
yasulab committed Apr 11, 2024
1 parent 26d05f0 commit 191638f
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::SHA256`です。
鍵の導出に使うダイジェストアルゴリズムです。デフォルトは`OpenSSL::Digest::SHA1`です。

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

Expand Down

0 comments on commit 191638f

Please sign in to comment.