legacy-knowledge-base
公開されました Jul. 2, 2025

暗号化キーはLiferayで使用することができます。

written-by

Ankit Gupta

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

DESはSecurity Threatを持つため、DESを無効にする/使用を停止する方法。

環境

  • Liferay DXP 7.0

解決策

暗号化キーは、Liferayのエンドで使用することができます:

# For more details about encryption keys, see the Java Cryptography
# Extension documentation.
#
company.encryption.algorithm=AES
#company.encryption.algorithm=Blowfish
#company.encryption.algorithm=DES
#company.encryption.algorithm=DESede

デフォルトでLiferayはAES暗号化アルゴリズムを使用し、Blowfish, DES, DESedeはすでに無効になっています。 AESも無効にしたい場合は、portal-ext.propertiesに以下のプロパティを追加してください:

#company.encryption.algorithm=AES
did-this-article-resolve-your-issue

legacy-knowledge-base