1# Bundle Manager Subsystem Changelog 2 3## cl.bundlemanager.1 Encrypted Applications Using Debug-Type Signing Certificates or Encrypted Applications of the Debug Type Cannot Be Installed 4 5**Access Level** 6 7Public API 8 9**Reason for Change** 10 11Encrypted applications using debug-type signing certificates or encrypted applications of the debugging type have security problems, causing information leakage. 12 13**Change Impact** 14 15This change is a non-compatible change. 16 17In normal cases, there is no impact. Applications are encrypted before being released. Locally packaged applications are not encrypted. 18 19Before change: 20 21Encrypted applications with debug-type signing certificates or encrypted applications of the debug type can be successfully installed. 22 23After change: 24 25Encrypted applications with debug-type signing certificates or encrypted applications of the debug type cannot be installed. 26 27 28**Start API Level** 29 3013 31 32**Change Since** 33 34OpenHarmony SDK 5.0.0.45 35 36**Key API/Component Changes** 37 38N/A 39 40**Adaptation Guide** 41 421. For an encrypted application with a debug-type signing certificate, sign the application using a release-type certificate before installing it. 432. For an encrypted application of the debugging type, change it to a non-debugging type before installing it. 44