Creating the master and dual master keys

To create the master and dual master keys use:

create encryption key [dual] master
	[for AES] with passwd char_literal

where:

See the Reference Manual: Commands.

To change the password of a master key or dual master key, use:

alter encryption key [dual] master
	with passwd <char_literal>
	modify encryption
	with passwd <char_literal>