This is a question not a recommendation. Please verify before posting/applying it.
ALTER MASTER KEY DROP ENCRYPTION BY PASSWORD = 'original password';
throws the following error:
Msg 15558, Level 16, State 1, Line 1
Cannot drop encryption by password '********'.
Because a key can not be stored in a database without encryption. Adding encryption by SMK adds encryption to a master database not the original database, so that would not help dropping password encryption.
Why there is a provision in syntax for performing such operation?