Skip to content

Apple Submit for review : encryption features #9

Description

@soriyanykeo

Hello there,
I planed to submit my app for review but there is a question about encryption features. I am not sure I should answer Yes/No. In the app i am using crc32 and password. Should i need to get a properly authorized encryption features to submit first?

sample code:
NSString _fileName = [strTokenString lastObject];
NSData *dataObj = [NSData dataWithContentsOfFile:str];
NSString *fileNameString = [NSString stringWithFormat:@"%@", fileName];
unsigned long result = crc32(0, dataObj.bytes, (unsigned int)dataObj.length);
ZipWriteStream_stream = [zipefile writeFileInZipWithName:fileNameString fileDate:[NSDate date] compressionLevel:ZipCompressionLevelDefault password:@"EtoxpxizuAYK3MV7XcyTC" crc32:result];
[stream writeData:dataObj];
[stream finishedWriting];

screen shot 2015-12-16 at 12 03 44 pm

Thanks-

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions