Contents

setPassword(_:)

Sets the password from the supplied string.

Declaration

func setPassword(_ password: String) throws

Parameters

  • password:

    The password.

Discussion

Use this function to encrypt or decrypt an archive with the scrypt encryption mode.

See Also

Setting a password