Skip to content

Crash when using wrong password to open encrypted zip file #51

@monobono

Description

@monobono
NSError *error = nil;

UZKArchive *archive = [[UZKArchive alloc] initWithURL:pathURL password:@"wrongPW" error:&error];

if(![archive validatePassword]) {
}

leads to crash

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions