setPassword(_:)
Sets the password from the supplied string.
Declaration
func setPassword(_ password: String) throwsParameters
- password:
The password.
Discussion
Use this function to encrypt or decrypt an archive with the scrypt encryption mode.
Sets the password from the supplied string.
func setPassword(_ password: String) throwsThe password.
Use this function to encrypt or decrypt an archive with the scrypt encryption mode.